Home
last modified time | relevance | path

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

/mbedtls-3.5.0/tests/suites/
Dtest_suite_psa_crypto_storage_format.function334 psa_set_key_enrollment_algorithm(&attributes, alg2);
378 psa_set_key_enrollment_algorithm(&attributes, alg2);
Dtest_suite_psa_crypto_slot_management.function228 psa_set_key_enrollment_algorithm(&attributes, alg2);
522 psa_set_key_enrollment_algorithm(&source_attributes, source_alg2_arg);
536 psa_set_key_enrollment_algorithm(&target_attributes, target_alg2_arg);
Dtest_suite_psa_crypto_persistent_key.function62 psa_set_key_enrollment_algorithm(&attributes, key_alg2);
Dtest_suite_pk.function266 psa_set_key_enrollment_algorithm(&attributes, key_alg2);
Dtest_suite_psa_crypto.function2343 psa_set_key_enrollment_algorithm(&attributes, alg2);
2437 psa_set_key_enrollment_algorithm(&source_attributes, source_alg2_arg);
2458 psa_set_key_enrollment_algorithm(&target_attributes, target_alg2_arg);
2534 psa_set_key_enrollment_algorithm(&source_attributes, source_alg2_arg);
2548 psa_set_key_enrollment_algorithm(&target_attributes, target_alg2_arg);
/mbedtls-3.5.0/library/
Dpk.c900 psa_set_key_enrollment_algorithm(&attributes, alg2); in mbedtls_pk_wrap_as_opaque()
935 psa_set_key_enrollment_algorithm(&attributes, alg2); in mbedtls_pk_wrap_as_opaque()
/mbedtls-3.5.0/include/psa/
Dcrypto_extra.h72 static inline void psa_set_key_enrollment_algorithm( in psa_set_key_enrollment_algorithm() function