Home
last modified time | relevance | path

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

/mbedtls-3.6.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.function325 psa_set_key_enrollment_algorithm(&attributes, key_alg2);
Dtest_suite_psa_crypto.function2370 psa_set_key_enrollment_algorithm(&attributes, alg2);
2464 psa_set_key_enrollment_algorithm(&source_attributes, source_alg2_arg);
2485 psa_set_key_enrollment_algorithm(&target_attributes, target_alg2_arg);
2561 psa_set_key_enrollment_algorithm(&source_attributes, source_alg2_arg);
2575 psa_set_key_enrollment_algorithm(&target_attributes, target_alg2_arg);
/mbedtls-3.6.0/library/
Dpk.c909 psa_set_key_enrollment_algorithm(&attributes, alg2); in mbedtls_pk_wrap_as_opaque()
945 psa_set_key_enrollment_algorithm(&attributes, alg2); in mbedtls_pk_wrap_as_opaque()
Dpkparse.c1272 psa_set_key_enrollment_algorithm(&attributes, PSA_ALG_ECDH); in pk_parse_key_sec1_der()
/mbedtls-3.6.0/include/psa/
Dcrypto_extra.h58 static inline void psa_set_key_enrollment_algorithm( in psa_set_key_enrollment_algorithm() function