Searched refs:psa_mac_verify_setup (Results 1 - 8 of 8) sorted by relevance
/third_party/mbedtls/tests/include/spe/ |
H A D | crypto_spe.h | 122 #define psa_mac_verify_setup \ macro 123 PSA_FUNCTION_NAME(psa_mac_verify_setup)
|
/third_party/mbedtls/library/ |
H A D | ssl_cookie.c | 298 status = psa_mac_verify_setup(&operation, ctx->psa_hmac_key, in mbedtls_ssl_cookie_check()
|
H A D | ssl_msg.c | 1747 status = psa_mac_verify_setup(&operation, transform->psa_mac_dec, in mbedtls_ssl_decrypt_buf()
|
H A D | psa_crypto.c | 2649 psa_status_t psa_mac_verify_setup(psa_mac_operation_t *operation, in psa_mac_verify_setup() function
|
/third_party/mbedtls/include/psa/ |
H A D | crypto.h | 1305 * expected value, use psa_mac_verify_setup() instead. 1372 * -# Call psa_mac_verify_setup() to specify the algorithm and key. 1380 * If an error occurs at any step after a call to psa_mac_verify_setup(), the 1385 * After a successful call to psa_mac_verify_setup(), the application must 1420 psa_status_t psa_mac_verify_setup(psa_mac_operation_t *operation, 1426 * The application must call psa_mac_sign_setup() or psa_mac_verify_setup() 1507 * The application must call psa_mac_verify_setup() before calling this function. 1551 * psa_mac_sign_setup() or psa_mac_verify_setup() again.
|
/third_party/mbedtls/tests/include/test/ |
H A D | psa_test_wrappers.h | 566 #define psa_mac_verify_setup(arg0_operation, arg1_key, arg2_alg) \ macro
|
/third_party/mbedtls/tests/src/ |
H A D | psa_test_wrappers.c | 1000 /* Wrapper for psa_mac_verify_setup */ 1006 psa_status_t status = (psa_mac_verify_setup)(arg0_operation, arg1_key, arg2_alg); in mbedtls_test_wrap_psa_mac_verify_setup()
|
H A D | psa_exercise_key.c | 155 status = psa_mac_verify_setup(&operation, key, alg); in exercise_mac_key()
|
Completed in 29 milliseconds