Home
last modified time | relevance | path

Searched refs:PSA_ALG_IS_HMAC (Results 1 - 5 of 5) sorted by relevance

/third_party/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()
/third_party/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
/third_party/mbedtls/programs/psa/
H A Dpsa_constant_names_generated.c305 } else if (PSA_ALG_IS_HMAC(core_alg)) { in psa_snprint_algorithm()

Completed in 17 milliseconds