Home
last modified time | relevance | path

Searched refs:psa_mac_compute (Results 1 - 5 of 5) sorted by relevance

/third_party/mbedtls/include/psa/
H A Dcrypto.h1211 psa_status_t psa_mac_compute(mbedtls_svc_key_id_t key,
/third_party/mbedtls/tests/include/test/
H A Dpsa_test_wrappers.h520 #define psa_mac_compute(arg0_key, arg1_alg, arg2_input, arg3_input_length, arg4_mac, arg5_mac_size, arg6_mac_length) \ macro
/third_party/mbedtls/tests/src/
H A Dpsa_test_wrappers.c898 /* Wrapper for psa_mac_compute */
912 psa_status_t status = (psa_mac_compute)(arg0_key, arg1_alg, arg2_input, arg3_input_length, arg4_mac, arg5_mac_size, arg6_mac_length); in mbedtls_test_wrap_psa_mac_compute()
/third_party/mbedtls/library/
H A Dssl_tls13_keys.c756 status = psa_mac_compute(key, alg, transcript, hash_len, in ssl_tls13_calc_finished_core()
H A Dpsa_crypto.c2576 * psa_mac_compute(mac_size=PSA_MAC_MAX_SIZE), would return in psa_mac_finalize_alg_and_key_validation()
2843 psa_status_t psa_mac_compute(mbedtls_svc_key_id_t key, in psa_mac_compute() function

Completed in 26 milliseconds