Home
last modified time | relevance | path

Searched refs:PSA_ALG_HMAC (Results 1 – 5 of 5) sorted by relevance

/optee_os/lib/libmbedtls/mbedtls/library/
H A Dssl_cookie.c121 ctx->psa_hmac_alg = PSA_ALG_TRUNCATED_MAC(PSA_ALG_HMAC(alg), in mbedtls_ssl_cookie_setup()
H A Dssl_tls13_keys.c745 alg = PSA_ALG_HMAC(hash_alg); in ssl_tls13_calc_finished_core()
H A Dpsa_crypto.c5685 PSA_ALG_HMAC(hash_alg)); in psa_key_derivation_start_hmac()
6188 prf_alg = PSA_ALG_HMAC(PSA_ALG_PBKDF2_HMAC_GET_HASH(kdf_alg)); in psa_key_derivation_pbkdf2_read()
H A Dssl_tls.c9022 transform->psa_mac_alg = PSA_ALG_HMAC(mac_alg); in ssl_tls12_populate_transform()
9025 psa_set_key_algorithm(&attributes, PSA_ALG_HMAC(mac_alg)); in ssl_tls12_populate_transform()
/optee_os/lib/libmbedtls/mbedtls/include/psa/
H A Dcrypto_values.h997 #define PSA_ALG_HMAC(hash_alg) \ macro