Searched refs:psa_mac_verify (Results 1 - 4 of 4) sorted by relevance
/third_party/mbedtls/include/psa/ |
H A D | crypto.h | 1172 * expected value, use psa_mac_verify() instead. 1252 psa_status_t psa_mac_verify(mbedtls_svc_key_id_t key,
|
/third_party/mbedtls/tests/include/test/ |
H A D | psa_test_wrappers.h | 552 #define psa_mac_verify(arg0_key, arg1_alg, arg2_input, arg3_input_length, arg4_mac, arg5_mac_length) \ macro
|
/third_party/mbedtls/tests/src/ |
H A D | psa_test_wrappers.c | 963 /* Wrapper for psa_mac_verify */ 976 psa_status_t status = (psa_mac_verify)(arg0_key, arg1_alg, arg2_input, arg3_input_length, arg4_mac, arg5_mac_length); in mbedtls_test_wrap_psa_mac_verify()
|
/third_party/mbedtls/library/ |
H A D | psa_crypto.c | 2575 * PSA_ERROR_NOT_SUPPORTED here. Otherwise psa_mac_verify(), or in psa_mac_finalize_alg_and_key_validation() 2870 psa_status_t psa_mac_verify(mbedtls_svc_key_id_t key, in psa_mac_verify() function
|
Completed in 22 milliseconds