Home
last modified time | relevance | path

Searched refs:psa_get_key_enrollment_algorithm (Results 1 – 9 of 9) sorted by relevance

/mbedtls/tests/suites/
A Dtest_suite_psa_crypto_slot_management.function244 TEST_EQUAL(psa_get_key_enrollment_algorithm(&attributes), alg2);
264 TEST_EQUAL(psa_get_key_enrollment_algorithm(&attributes), alg2);
299 TEST_EQUAL(psa_get_key_enrollment_algorithm(&attributes),
300 psa_get_key_enrollment_algorithm(&read_attributes));
574 psa_get_key_enrollment_algorithm(&target_attributes));
A Dtest_suite_psa_crypto_storage_format.function175 TEST_EQUAL(psa_get_key_enrollment_algorithm(expected_attributes),
176 psa_get_key_enrollment_algorithm(&actual_attributes));
A Dtest_suite_psa_crypto_persistent_key.function110 TEST_EQUAL(psa_get_key_enrollment_algorithm(&attributes),
A Dtest_suite_psa_crypto_se_driver_hal.function545 TEST_EQUAL(psa_get_key_enrollment_algorithm(&actual_attributes),
546 psa_get_key_enrollment_algorithm(reference_attributes));
A Dtest_suite_pk.function2175 TEST_EQUAL(psa_get_key_enrollment_algorithm(&attributes), PSA_ALG_NONE);
2223 TEST_EQUAL(psa_get_key_enrollment_algorithm(&attributes), PSA_ALG_NONE);
2393 TEST_EQUAL(psa_get_key_enrollment_algorithm(&attributes), PSA_ALG_NONE);
A Dtest_suite_psa_crypto.function2721 TEST_EQUAL(psa_get_key_enrollment_algorithm(&got_attributes), alg2);
2846 psa_get_key_enrollment_algorithm(&target_attributes));
/mbedtls/include/psa/
A Dcrypto_extra.h71 static inline psa_algorithm_t psa_get_key_enrollment_algorithm( in psa_get_key_enrollment_algorithm() function
/mbedtls/library/
A Dpk.c333 psa_algorithm_t key_alg2 = psa_get_key_enrollment_algorithm(&attributes); in mbedtls_pk_can_do_ext()
1343 psa_enrollment_alg = psa_get_key_enrollment_algorithm(&key_attr); in mbedtls_pk_sign_ext()
/mbedtls/docs/
A Dpsa-transition.md895 …roup__attributes_1gac255da850a00bbed925390044f016b34) and [`psa_get_key_enrollment_algorithm`](htt…

Completed in 33 milliseconds