Home
last modified time | relevance | path

Searched refs:psa_get_key_enrollment_algorithm (Results 1 – 6 of 6) sorted by relevance

/openthread-3.5.0/third_party/mbedtls/repo/tests/suites/
Dtest_suite_psa_crypto_storage_format.function99 TEST_EQUAL( psa_get_key_enrollment_algorithm( expected_attributes ),
100 psa_get_key_enrollment_algorithm( &actual_attributes ) );
Dtest_suite_psa_crypto_slot_management.function248 TEST_EQUAL( psa_get_key_enrollment_algorithm( &attributes ), alg2 );
268 TEST_EQUAL( psa_get_key_enrollment_algorithm( &attributes ), alg2 );
302 TEST_EQUAL( psa_get_key_enrollment_algorithm( &attributes ),
303 psa_get_key_enrollment_algorithm( &read_attributes ) );
583 psa_get_key_enrollment_algorithm( &target_attributes ) );
Dtest_suite_psa_crypto_persistent_key.function106 TEST_EQUAL( psa_get_key_enrollment_algorithm( &attributes ),
Dtest_suite_psa_crypto_se_driver_hal.function544 TEST_EQUAL( psa_get_key_enrollment_algorithm( &actual_attributes ),
545 psa_get_key_enrollment_algorithm( reference_attributes ) );
Dtest_suite_psa_crypto.function1301 TEST_EQUAL( psa_get_key_enrollment_algorithm( &got_attributes ), alg2 );
1417 psa_get_key_enrollment_algorithm( &target_attributes ) );
/openthread-3.5.0/third_party/mbedtls/repo/include/psa/
Dcrypto_extra.h84 static inline psa_algorithm_t psa_get_key_enrollment_algorithm( in psa_get_key_enrollment_algorithm() function