Home
last modified time | relevance | path

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

/external/openthread/third_party/mbedtls/repo/include/psa/
Dcrypto_extra.h72 static inline psa_algorithm_t psa_get_key_enrollment_algorithm( in psa_get_key_enrollment_algorithm() function
/external/openthread/third_party/mbedtls/repo/tests/suites/
Dtest_suite_psa_crypto_slot_management.function245 TEST_EQUAL(psa_get_key_enrollment_algorithm(&attributes), alg2);
265 TEST_EQUAL(psa_get_key_enrollment_algorithm(&attributes), alg2);
300 TEST_EQUAL(psa_get_key_enrollment_algorithm(&attributes),
301 psa_get_key_enrollment_algorithm(&read_attributes));
575 psa_get_key_enrollment_algorithm(&target_attributes));
Dtest_suite_psa_crypto_storage_format.function268 TEST_EQUAL(psa_get_key_enrollment_algorithm(expected_attributes),
269 psa_get_key_enrollment_algorithm(&actual_attributes));
Dtest_suite_psa_crypto_persistent_key.function112 TEST_EQUAL(psa_get_key_enrollment_algorithm(&attributes),
Dtest_suite_psa_crypto_se_driver_hal.function541 TEST_EQUAL(psa_get_key_enrollment_algorithm(&actual_attributes),
542 psa_get_key_enrollment_algorithm(reference_attributes));
Dtest_suite_psa_crypto.function1326 TEST_EQUAL(psa_get_key_enrollment_algorithm(&got_attributes), alg2);
1446 psa_get_key_enrollment_algorithm(&target_attributes));
/external/mbedtls/tests/suites/
Dtest_suite_psa_crypto_slot_management.function245 TEST_EQUAL(psa_get_key_enrollment_algorithm(&attributes), alg2);
265 TEST_EQUAL(psa_get_key_enrollment_algorithm(&attributes), alg2);
300 TEST_EQUAL(psa_get_key_enrollment_algorithm(&attributes),
301 psa_get_key_enrollment_algorithm(&read_attributes));
575 psa_get_key_enrollment_algorithm(&target_attributes));
Dtest_suite_psa_crypto_storage_format.function259 TEST_EQUAL(psa_get_key_enrollment_algorithm(expected_attributes),
260 psa_get_key_enrollment_algorithm(&actual_attributes));
Dtest_suite_psa_crypto_persistent_key.function112 TEST_EQUAL(psa_get_key_enrollment_algorithm(&attributes),
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));
Dtest_suite_psa_crypto.function2380 TEST_EQUAL(psa_get_key_enrollment_algorithm(&got_attributes), alg2);
2505 psa_get_key_enrollment_algorithm(&target_attributes));
/external/mbedtls/include/psa/
Dcrypto_extra.h71 static inline psa_algorithm_t psa_get_key_enrollment_algorithm( in psa_get_key_enrollment_algorithm() function
/external/mbedtls/library/
Dpk.c323 key_alg2 = psa_get_key_enrollment_algorithm(&attributes); in mbedtls_pk_can_do_ext()