Home
last modified time | relevance | path

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

/openthread-3.6.0/third_party/mbedtls/repo/tests/include/spe/
Dcrypto_spe.h111 #define psa_mac_verify_setup \ macro
112 PSA_FUNCTION_NAME(psa_mac_verify_setup)
/openthread-3.6.0/third_party/mbedtls/repo/include/psa/
Dcrypto.h1453 psa_status_t psa_mac_verify_setup(psa_mac_operation_t *operation,
/openthread-3.6.0/third_party/mbedtls/repo/tests/src/
Dpsa_exercise_key.c148 PSA_ASSERT( psa_mac_verify_setup( &operation, key, alg ) ); in exercise_mac_key()
/openthread-3.6.0/third_party/mbedtls/repo/tests/suites/
Dtest_suite_psa_crypto.function906 status = psa_mac_verify_setup( &operation, key, exercise_alg );
2050 PSA_ASSERT( psa_mac_verify_setup( &operation, key, alg ) );
2071 PSA_ASSERT( psa_mac_verify_setup( &operation, key, alg ) );
2092 PSA_ASSERT( psa_mac_verify_setup( &operation, key, alg ) );
2228 PSA_ASSERT( psa_mac_verify_setup( &operation, key, alg ) );
2243 PSA_ASSERT( psa_mac_verify_setup( &operation, key, alg ) );
2260 PSA_ASSERT( psa_mac_verify_setup( &operation, key, alg ) );
2279 PSA_ASSERT( psa_mac_verify_setup( &operation, key, alg ) );
Dtest_suite_psa_crypto_se_driver_hal.function686 SMOKE_ASSERT( psa_mac_verify_setup( &mac_operation, key,
Dtest_suite_psa_crypto_driver_wrappers.function1374 status = psa_mac_verify_setup( &operation, key, alg );
/openthread-3.6.0/third_party/mbedtls/repo/library/
Dpsa_crypto.c2445 psa_status_t psa_mac_verify_setup( psa_mac_operation_t *operation, in psa_mac_verify_setup() function
/openthread-3.6.0/third_party/mbedtls/repo/
DChangeLog107 operations psa_mac_verify() and psa_mac_verify_setup().