Home
last modified time | relevance | path

Searched refs:psa_mac_verify_setup (Results 1 – 15 of 15) sorted by relevance

/mbedtls-3.7.0/tests/include/spe/
Dcrypto_spe.h110 #define psa_mac_verify_setup \ macro
111 PSA_FUNCTION_NAME(psa_mac_verify_setup)
/mbedtls-3.7.0/tests/suites/
Dtest_suite_constant_time_hmac.function120 TEST_EQUAL(PSA_SUCCESS, psa_mac_verify_setup(&operation,
Dtest_suite_psa_crypto_op_fail.function99 psa_mac_verify_setup(&operation, key_id, alg));
Dtest_suite_psa_crypto.function650 status = psa_mac_verify_setup(&operation, key, alg);
2231 status = psa_mac_verify_setup(&operation, key, exercise_alg);
2251 status = psa_mac_verify_setup(&operation, key, exercise_alg);
3591 PSA_ASSERT(psa_mac_verify_setup(&operation, key, alg));
3612 PSA_ASSERT(psa_mac_verify_setup(&operation, key, alg));
3633 PSA_ASSERT(psa_mac_verify_setup(&operation, key, alg));
3807 PSA_ASSERT(psa_mac_verify_setup(&operation, key, alg));
3822 PSA_ASSERT(psa_mac_verify_setup(&operation, key, alg));
3839 PSA_ASSERT(psa_mac_verify_setup(&operation, key, alg));
3857 PSA_ASSERT(psa_mac_verify_setup(&operation, key, alg));
Dtest_suite_psa_crypto_se_driver_hal.function687 SMOKE_ASSERT(psa_mac_verify_setup(&mac_operation, key,
Dtest_suite_psa_crypto_driver_wrappers.function2060 status = psa_mac_verify_setup(&operation, key, alg);
/mbedtls-3.7.0/library/
Dssl_cookie.c298 status = psa_mac_verify_setup(&operation, ctx->psa_hmac_key, in mbedtls_ssl_cookie_check()
Dssl_msg.c1747 status = psa_mac_verify_setup(&operation, transform->psa_mac_dec, in mbedtls_ssl_decrypt_buf()
Dpsa_crypto.c2662 psa_status_t psa_mac_verify_setup(psa_mac_operation_t *operation, function
/mbedtls-3.7.0/include/psa/
Dcrypto.h1420 psa_status_t psa_mac_verify_setup(psa_mac_operation_t *operation,
/mbedtls-3.7.0/tests/include/test/
Dpsa_test_wrappers.h566 #define psa_mac_verify_setup(arg0_operation, arg1_key, arg2_alg) \ macro
/mbedtls-3.7.0/tests/src/
Dpsa_exercise_key.c155 status = psa_mac_verify_setup(&operation, key, alg); in exercise_mac_key()
Dpsa_test_wrappers.c1006 psa_status_t status = (psa_mac_verify_setup)(arg0_operation, arg1_key, arg2_alg); in mbedtls_test_wrap_psa_mac_verify_setup()
/mbedtls-3.7.0/docs/
Dpsa-transition.md262 …r than `psa_mac_compute` followed by `mbedtls_ct_memcmp`, or use `psa_mac_verify_setup` and `psa_m…
575 2. Call [`psa_mac_verify_setup`](https://mbed-tls.readthedocs.io/projects/api/en/development/api/gr…
/mbedtls-3.7.0/
DChangeLog1417 operations psa_mac_verify() and psa_mac_verify_setup().