Searched refs:psa_get_key_enrollment_algorithm (Results 1 – 9 of 9) sorted by relevance
/mbedtls-latest/tests/suites/ |
D | test_suite_psa_crypto_storage_format.function | 175 TEST_EQUAL(psa_get_key_enrollment_algorithm(expected_attributes), 176 psa_get_key_enrollment_algorithm(&actual_attributes));
|
D | test_suite_psa_crypto_slot_management.function | 269 TEST_EQUAL(psa_get_key_enrollment_algorithm(&attributes), alg2); 289 TEST_EQUAL(psa_get_key_enrollment_algorithm(&attributes), alg2); 324 TEST_EQUAL(psa_get_key_enrollment_algorithm(&attributes), 325 psa_get_key_enrollment_algorithm(&read_attributes)); 599 psa_get_key_enrollment_algorithm(&target_attributes));
|
D | test_suite_psa_crypto_persistent_key.function | 110 TEST_EQUAL(psa_get_key_enrollment_algorithm(&attributes),
|
D | test_suite_psa_crypto_se_driver_hal.function | 558 TEST_EQUAL(psa_get_key_enrollment_algorithm(&actual_attributes), 559 psa_get_key_enrollment_algorithm(reference_attributes));
|
D | test_suite_pk.function | 2158 TEST_EQUAL(psa_get_key_enrollment_algorithm(&attributes), PSA_ALG_NONE); 2206 TEST_EQUAL(psa_get_key_enrollment_algorithm(&attributes), PSA_ALG_NONE); 2373 TEST_EQUAL(psa_get_key_enrollment_algorithm(&attributes), PSA_ALG_NONE);
|
D | test_suite_psa_crypto.function | 2701 TEST_EQUAL(psa_get_key_enrollment_algorithm(&got_attributes), alg2); 2826 psa_get_key_enrollment_algorithm(&target_attributes));
|
/mbedtls-latest/include/psa/ |
D | crypto_extra.h | 81 static inline psa_algorithm_t psa_get_key_enrollment_algorithm( in psa_get_key_enrollment_algorithm() function
|
/mbedtls-latest/library/ |
D | pk.c | 329 psa_algorithm_t key_alg2 = psa_get_key_enrollment_algorithm(&attributes); in mbedtls_pk_can_do_ext()
|
/mbedtls-latest/docs/ |
D | psa-transition.md | 895 …roup__attributes_1gac255da850a00bbed925390044f016b34) and [`psa_get_key_enrollment_algorithm`](htt…
|