Home
last modified time | relevance | path

Searched refs:mbedtls_psa_hash_setup (Results 1 – 3 of 3) sorted by relevance

/optee_os/lib/libmbedtls/mbedtls/library/
H A Dpsa_crypto_hash.h80 psa_status_t mbedtls_psa_hash_setup(
H A Dpsa_crypto_hash.c91 psa_status_t mbedtls_psa_hash_setup( in mbedtls_psa_hash_setup() function
446 status = mbedtls_psa_hash_setup(&operation, alg); in mbedtls_psa_hash_compute()
H A Dpsa_crypto_driver_wrappers.h1602 status = mbedtls_psa_hash_setup( &operation->ctx.mbedtls_ctx, alg ); in psa_driver_wrapper_hash_setup()