Searched refs:psa_get_key_enrollment_algorithm (Results 1 – 16 of 16) sorted by relevance
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/ |
H A D | test_suite_psa_crypto_slot_management.function | 244 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));
|
H A 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));
|
H A D | test_suite_psa_crypto_persistent_key.function | 110 TEST_EQUAL(psa_get_key_enrollment_algorithm(&attributes),
|
H A D | test_suite_psa_crypto_se_driver_hal.function | 545 TEST_EQUAL(psa_get_key_enrollment_algorithm(&actual_attributes), 546 psa_get_key_enrollment_algorithm(reference_attributes));
|
H A D | test_suite_pk.function | 2175 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);
|
H A D | test_suite_psa_crypto.function | 2721 TEST_EQUAL(psa_get_key_enrollment_algorithm(&got_attributes), alg2); 2846 psa_get_key_enrollment_algorithm(&target_attributes));
|
/aosp_15_r20/external/mbedtls/tests/suites/ |
H A D | test_suite_psa_crypto_slot_management.function | 245 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));
|
H A D | test_suite_psa_crypto_storage_format.function | 259 TEST_EQUAL(psa_get_key_enrollment_algorithm(expected_attributes), 260 psa_get_key_enrollment_algorithm(&actual_attributes));
|
H A D | test_suite_psa_crypto_persistent_key.function | 112 TEST_EQUAL(psa_get_key_enrollment_algorithm(&attributes),
|
H A D | test_suite_psa_crypto_se_driver_hal.function | 545 TEST_EQUAL(psa_get_key_enrollment_algorithm(&actual_attributes), 546 psa_get_key_enrollment_algorithm(reference_attributes));
|
H A D | test_suite_psa_crypto.function | 2380 TEST_EQUAL(psa_get_key_enrollment_algorithm(&got_attributes), alg2); 2505 psa_get_key_enrollment_algorithm(&target_attributes));
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/ |
H A D | pk.c | 333 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()
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/psa/ |
H A D | crypto_extra.h | 71 static inline psa_algorithm_t psa_get_key_enrollment_algorithm( in psa_get_key_enrollment_algorithm() function
|
/aosp_15_r20/external/mbedtls/include/psa/ |
H A D | crypto_extra.h | 71 static inline psa_algorithm_t psa_get_key_enrollment_algorithm( in psa_get_key_enrollment_algorithm() function
|
/aosp_15_r20/external/mbedtls/library/ |
H A D | pk.c | 323 key_alg2 = psa_get_key_enrollment_algorithm(&attributes); in mbedtls_pk_can_do_ext()
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/docs/ |
H A D | psa-transition.md | 895 …roup__attributes_1gac255da850a00bbed925390044f016b34) and [`psa_get_key_enrollment_algorithm`](htt…
|