Home
last modified time | relevance | path

Searched refs:PSA_ALG_IS_HMAC (Results 1 – 4 of 4) sorted by relevance

/optee_os/lib/libmbedtls/mbedtls/library/
H A Dpsa_crypto_mac.c217 if (PSA_ALG_IS_HMAC(operation->alg)) { in mac_init()
248 if (PSA_ALG_IS_HMAC(operation->alg)) { in mbedtls_psa_mac_abort()
298 if (PSA_ALG_IS_HMAC(alg)) { in psa_mac_setup()
358 if (PSA_ALG_IS_HMAC(operation->alg)) { in mbedtls_psa_mac_update()
388 if (PSA_ALG_IS_HMAC(operation->alg)) { in psa_mac_finish_internal()
H A Dpsa_crypto.c683 if (PSA_ALG_IS_HMAC(algorithm)) { in psa_mac_key_can_do()
/optee_os/lib/libmbedtls/mbedtls/include/psa/
H A Dcrypto_sizes.h330 PSA_ALG_IS_HMAC(alg) ? PSA_HASH_LENGTH(PSA_ALG_HMAC_GET_HASH(alg)) : \
H A Dcrypto_values.h1013 #define PSA_ALG_IS_HMAC(alg) \ macro