Home
last modified time | relevance | path

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

/openthread-3.5.0/third_party/mbedtls/repo/tests/include/spe/
Dcrypto_spe.h109 #define psa_mac_sign_setup \ macro
110 PSA_FUNCTION_NAME(psa_mac_sign_setup)
/openthread-3.5.0/third_party/mbedtls/repo/include/psa/
Dcrypto.h1390 psa_status_t psa_mac_sign_setup(psa_mac_operation_t *operation,
/openthread-3.5.0/third_party/mbedtls/repo/tests/src/
Dpsa_exercise_key.c134 PSA_ASSERT( psa_mac_sign_setup( &operation, key, alg ) ); in exercise_mac_key()
/openthread-3.5.0/third_party/mbedtls/repo/tests/suites/
Dtest_suite_psa_crypto.function151 *status = psa_mac_sign_setup( operation, key, alg );
158 TEST_EQUAL( psa_mac_sign_setup( operation, key, alg ), *status );
883 status = psa_mac_sign_setup( &operation, key, exercise_alg );
2031 PSA_ASSERT( psa_mac_sign_setup( &operation, key, alg ) );
2033 TEST_EQUAL( psa_mac_sign_setup( &operation, key, alg ),
2040 PSA_ASSERT( psa_mac_sign_setup( &operation, key, alg ) );
2059 PSA_ASSERT( psa_mac_sign_setup( &operation, key, alg ) );
2081 PSA_ASSERT( psa_mac_sign_setup( &operation, key, alg ) );
2172 PSA_ASSERT( psa_mac_sign_setup( &operation, key, alg ) );
Dtest_suite_psa_crypto_se_driver_hal.function684 SMOKE_ASSERT( psa_mac_sign_setup( &mac_operation, key, PSA_ALG_CMAC ) );
Dtest_suite_psa_crypto_driver_wrappers.function1258 status = psa_mac_sign_setup( &operation, key, alg );
/openthread-3.5.0/third_party/mbedtls/repo/library/
Dpsa_crypto.c2438 psa_status_t psa_mac_sign_setup( psa_mac_operation_t *operation, in psa_mac_sign_setup() function
/openthread-3.5.0/third_party/mbedtls/repo/
DChangeLog105 operations psa_mac_compute() and psa_mac_sign_setup().