Home
last modified time | relevance | path

Searched refs:PSA_ALG_HMAC (Results 1 - 8 of 8) sorted by relevance

/third_party/mbedtls/programs/psa/
H A Dhmac_demo.c108 const psa_algorithm_t alg = PSA_ALG_HMAC(PSA_ALG_SHA_256); in hmac_demo()
/third_party/mbedtls/tests/include/test/
H A Dpsa_exercise_key.h73 #define KNOWN_SUPPORTED_MAC_ALG (PSA_ALG_HMAC(KNOWN_SUPPORTED_HASH_ALG))
/third_party/mbedtls/library/
H A Dssl_cookie.c117 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.c5455 PSA_ALG_HMAC(hash_alg)); in psa_key_derivation_start_hmac()
5951 prf_alg = PSA_ALG_HMAC(PSA_ALG_PBKDF2_HMAC_GET_HASH(kdf_alg)); in psa_key_derivation_pbkdf2_read()
H A Dssl_tls.c9184 transform->psa_mac_alg = PSA_ALG_HMAC(mac_alg); in ssl_tls12_populate_transform()
9187 psa_set_key_algorithm(&attributes, PSA_ALG_HMAC(mac_alg)); in ssl_tls12_populate_transform()
/third_party/mbedtls/tests/src/test_helpers/
H A Dssl_helpers.c1366 t_out->psa_mac_alg = PSA_ALG_HMAC(alg); in mbedtls_test_ssl_build_transforms()
1367 t_in->psa_mac_alg = PSA_ALG_HMAC(alg); in mbedtls_test_ssl_build_transforms()
1375 psa_set_key_algorithm(&attributes, PSA_ALG_HMAC(alg)); in mbedtls_test_ssl_build_transforms()
/third_party/mbedtls/include/psa/
H A Dcrypto_values.h988 * For example, #PSA_ALG_HMAC(#PSA_ALG_SHA_256) is HMAC-SHA-256.
997 #define PSA_ALG_HMAC(hash_alg) \ macro

Completed in 30 milliseconds