Searched refs:psa_mac_compute (Results 1 - 5 of 5) sorted by relevance
/third_party/mbedtls/include/psa/ |
H A D | crypto.h | 1211 psa_status_t psa_mac_compute(mbedtls_svc_key_id_t key,
|
/third_party/mbedtls/tests/include/test/ |
H A D | psa_test_wrappers.h | 520 #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 D | psa_test_wrappers.c | 898 /* 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 D | ssl_tls13_keys.c | 756 status = psa_mac_compute(key, alg, transcript, hash_len, in ssl_tls13_calc_finished_core()
|
H A D | psa_crypto.c | 2576 * 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