Home
last modified time | relevance | path

Searched refs:psa_mac_verify_setup (Results 1 - 8 of 8) sorted by relevance

/third_party/mbedtls/tests/include/spe/
H A Dcrypto_spe.h122 #define psa_mac_verify_setup \ macro
123 PSA_FUNCTION_NAME(psa_mac_verify_setup)
/third_party/mbedtls/library/
H A Dssl_cookie.c298 status = psa_mac_verify_setup(&operation, ctx->psa_hmac_key, in mbedtls_ssl_cookie_check()
H A Dssl_msg.c1747 status = psa_mac_verify_setup(&operation, transform->psa_mac_dec, in mbedtls_ssl_decrypt_buf()
H A Dpsa_crypto.c2649 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 Dcrypto.h1305 * 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 Dpsa_test_wrappers.h566 #define psa_mac_verify_setup(arg0_operation, arg1_key, arg2_alg) \ macro
/third_party/mbedtls/tests/src/
H A Dpsa_test_wrappers.c1000 /* 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 Dpsa_exercise_key.c155 status = psa_mac_verify_setup(&operation, key, alg); in exercise_mac_key()

Completed in 30 milliseconds