Searched refs:psa_set_key_enrollment_algorithm (Results 1 – 10 of 10) sorted by relevance
/mbedtls-latest/tests/suites/ |
D | test_suite_psa_crypto_storage_format.function | 250 psa_set_key_enrollment_algorithm(&attributes, alg2); 294 psa_set_key_enrollment_algorithm(&attributes, alg2);
|
D | test_suite_psa_crypto_slot_management.function | 252 psa_set_key_enrollment_algorithm(&attributes, alg2); 546 psa_set_key_enrollment_algorithm(&source_attributes, source_alg2_arg); 560 psa_set_key_enrollment_algorithm(&target_attributes, target_alg2_arg);
|
D | test_suite_psa_crypto_persistent_key.function | 60 psa_set_key_enrollment_algorithm(&attributes, key_alg2);
|
D | test_suite_pk.function | 337 psa_set_key_enrollment_algorithm(&attributes, enrollment_alg); 2134 psa_set_key_enrollment_algorithm(&attributes, 42);
|
D | test_suite_psa_crypto.function | 2691 psa_set_key_enrollment_algorithm(&attributes, alg2); 2785 psa_set_key_enrollment_algorithm(&source_attributes, source_alg2_arg); 2806 psa_set_key_enrollment_algorithm(&target_attributes, target_alg2_arg); 2882 psa_set_key_enrollment_algorithm(&source_attributes, source_alg2_arg); 2896 psa_set_key_enrollment_algorithm(&target_attributes, target_alg2_arg);
|
/mbedtls-latest/include/psa/ |
D | crypto_extra.h | 68 static inline void psa_set_key_enrollment_algorithm( in psa_set_key_enrollment_algorithm() function
|
/mbedtls-latest/programs/ssl/ |
D | ssl_test_lib.c | 292 psa_set_key_enrollment_algorithm(&key_attr, psa_alg2); in pk_wrap_as_opaque()
|
/mbedtls-latest/library/ |
D | pk.c | 581 psa_set_key_enrollment_algorithm(attributes, PSA_ALG_NONE); in mbedtls_pk_get_psa_attributes()
|
/mbedtls-latest/tests/src/test_helpers/ |
D | ssl_helpers.c | 699 psa_set_key_enrollment_algorithm(&key_attr, opaque_alg2); in mbedtls_test_ssl_endpoint_certificate_init()
|
/mbedtls-latest/docs/ |
D | psa-transition.md | 700 …ributes_1gaeb8341ca52baa0279475ea3fd3bcdc98), you can use [`psa_set_key_enrollment_algorithm`](htt… 819 …p__attributes_1gaeb8341ca52baa0279475ea3fd3bcdc98) and/or [`psa_set_key_enrollment_algorithm`](htt…
|