Home
last modified time | relevance | path

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

/mbedtls-3.6.0/tests/src/test_helpers/
Dssl_helpers.c1211 t_out->psa_mac_alg = PSA_ALG_HMAC(alg); in mbedtls_test_ssl_build_transforms()
1212 t_in->psa_mac_alg = PSA_ALG_HMAC(alg); in mbedtls_test_ssl_build_transforms()
1480 transform_out->psa_mac_alg)); in mbedtls_test_ssl_prepare_record_mac()
/mbedtls-3.6.0/library/
Dssl_msg.c1057 transform->psa_mac_alg); in mbedtls_ssl_encrypt_buf()
1402 transform->psa_mac_alg); in mbedtls_ssl_encrypt_buf()
1753 transform->psa_mac_alg); in mbedtls_ssl_decrypt_buf()
2047 transform->psa_mac_alg, in mbedtls_ssl_decrypt_buf()
Dssl_misc.h1103 psa_algorithm_t psa_mac_alg; /*!< psa MAC algorithm */ member
Dssl_tls.c8517 transform->psa_mac_alg = PSA_ALG_HMAC(mac_alg); in ssl_tls12_populate_transform()