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/ |
D | crypto_spe.h | 111 #define psa_mac_verify_setup \ macro 112 PSA_FUNCTION_NAME(psa_mac_verify_setup)
|
/openthread-3.6.0/third_party/mbedtls/repo/include/psa/ |
D | crypto.h | 1453 psa_status_t psa_mac_verify_setup(psa_mac_operation_t *operation,
|
/openthread-3.6.0/third_party/mbedtls/repo/tests/src/ |
D | psa_exercise_key.c | 148 PSA_ASSERT( psa_mac_verify_setup( &operation, key, alg ) ); in exercise_mac_key()
|
/openthread-3.6.0/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_psa_crypto.function | 906 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 ) );
|
D | test_suite_psa_crypto_se_driver_hal.function | 686 SMOKE_ASSERT( psa_mac_verify_setup( &mac_operation, key,
|
D | test_suite_psa_crypto_driver_wrappers.function | 1374 status = psa_mac_verify_setup( &operation, key, alg );
|
/openthread-3.6.0/third_party/mbedtls/repo/library/ |
D | psa_crypto.c | 2445 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/ |
D | ChangeLog | 107 operations psa_mac_verify() and psa_mac_verify_setup().
|