Home
last modified time | relevance | path

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

/mbedtls-latest/tests/src/test_helpers/
Dssl_helpers.c1369 t_out->psa_mac_alg = PSA_ALG_HMAC(alg); in mbedtls_test_ssl_build_transforms()
1370 t_in->psa_mac_alg = PSA_ALG_HMAC(alg); in mbedtls_test_ssl_build_transforms()
1637 transform_out->psa_mac_alg)); in mbedtls_test_ssl_prepare_record_mac()
/mbedtls-latest/library/
Dssl_msg.c1055 transform->psa_mac_alg); in mbedtls_ssl_encrypt_buf()
1398 transform->psa_mac_alg); in mbedtls_ssl_encrypt_buf()
1748 transform->psa_mac_alg); in mbedtls_ssl_decrypt_buf()
2042 transform->psa_mac_alg, in mbedtls_ssl_decrypt_buf()
Dssl_misc.h1135 psa_algorithm_t psa_mac_alg; /*!< psa MAC algorithm */ member
Dssl_tls.c8961 transform->psa_mac_alg = PSA_ALG_HMAC(mac_alg); in ssl_tls12_populate_transform()