Home
last modified time | relevance | path

Searched refs:psa_set_key_enrollment_algorithm (Results 1 – 5 of 5) sorted by relevance

/openthread-3.4.0/third_party/mbedtls/repo/tests/suites/
Dtest_suite_psa_crypto_storage_format.function179 psa_set_key_enrollment_algorithm( &attributes, alg2 );
223 psa_set_key_enrollment_algorithm( &attributes, alg2 );
Dtest_suite_psa_crypto_persistent_key.function57 psa_set_key_enrollment_algorithm( &attributes, key_alg2 );
Dtest_suite_psa_crypto_slot_management.function231 psa_set_key_enrollment_algorithm( &attributes, alg2 );
526 psa_set_key_enrollment_algorithm( &source_attributes, source_alg2_arg );
540 psa_set_key_enrollment_algorithm( &target_attributes, target_alg2_arg );
Dtest_suite_psa_crypto.function1291 psa_set_key_enrollment_algorithm( &attributes, alg2 );
1379 psa_set_key_enrollment_algorithm( &source_attributes, source_alg2_arg );
1399 psa_set_key_enrollment_algorithm( &target_attributes, target_alg2_arg );
1469 psa_set_key_enrollment_algorithm( &source_attributes, source_alg2_arg );
1482 psa_set_key_enrollment_algorithm( &target_attributes, target_alg2_arg );
/openthread-3.4.0/third_party/mbedtls/repo/include/psa/
Dcrypto_extra.h71 static inline void psa_set_key_enrollment_algorithm( in psa_set_key_enrollment_algorithm() function