Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/tests/src/test_helpers/
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()
1634 transform_out->psa_mac_alg)); in mbedtls_test_ssl_prepare_record_mac()
/openthread-latest/third_party/mbedtls/repo/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.c9184 transform->psa_mac_alg = PSA_ALG_HMAC(mac_alg); in ssl_tls12_populate_transform()