Home
last modified time | relevance | path

Searched refs:psa_mac_verify (Results 1 - 4 of 4) sorted by relevance

/third_party/mbedtls/include/psa/
H A Dcrypto.h1172 * 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 Dpsa_test_wrappers.h552 #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 Dpsa_test_wrappers.c963 /* 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 Dpsa_crypto.c2575 * 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 20 milliseconds