/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/ |
H A D | test_suite_psa_crypto_attributes.function | 29 TEST_EQUAL(psa_get_key_algorithm(&attributes), 0); 44 TEST_EQUAL(psa_get_key_algorithm(&attributes), alg); 56 TEST_EQUAL(psa_get_key_algorithm(&attributes), 0);
|
H A D | test_suite_psa_crypto_storage_format.function | 92 psa_algorithm_t alg = psa_get_key_algorithm(attributes); 173 TEST_EQUAL(psa_get_key_algorithm(expected_attributes), 174 psa_get_key_algorithm(&actual_attributes)); 190 psa_get_key_algorithm(expected_attributes), 0));
|
H A D | test_suite_psa_crypto_slot_management.function | 243 TEST_EQUAL(psa_get_key_algorithm(&attributes), alg); 263 TEST_EQUAL(psa_get_key_algorithm(&attributes), alg); 297 TEST_EQUAL(psa_get_key_algorithm(&attributes), 298 psa_get_key_algorithm(&read_attributes)); 399 TEST_EQUAL(psa_get_key_algorithm(&attributes), 0); 572 TEST_EQUAL(expected_alg, psa_get_key_algorithm(&target_attributes)); 687 TEST_EQUAL(psa_get_key_algorithm(&attributes1), 688 psa_get_key_algorithm(&attributes2));
|
H A D | test_suite_psa_crypto_persistent_key.function | 108 TEST_EQUAL(psa_get_key_algorithm(&attributes), 239 TEST_EQUAL(psa_get_key_algorithm(&attributes), 0); 297 TEST_EQUAL(psa_get_key_algorithm(&attributes), 0);
|
H A D | test_suite_psa_crypto_generate_key.function | 38 TEST_EQUAL(psa_get_key_algorithm(&attributes), 0);
|
H A D | test_suite_pk.function | 546 alg = psa_get_key_algorithm(&attributes); 580 psa_set_key_algorithm(&new_attr, psa_get_key_algorithm(&orig_attr)); 2174 TEST_EQUAL(psa_get_key_algorithm(&attributes), expected_alg); 2222 TEST_EQUAL(psa_get_key_algorithm(&attributes), expected_alg); 2392 TEST_EQUAL(psa_get_key_algorithm(&attributes), alg); 2489 TEST_EQUAL(to_alg, psa_get_key_algorithm(&actual_attributes));
|
H A D | test_suite_pkparse.function | 56 psa_algorithm_t exercise_alg = psa_get_key_algorithm(&attributes);
|
H A D | test_suite_psa_crypto_se_driver_hal.function | 543 TEST_EQUAL(psa_get_key_algorithm(&actual_attributes), 544 psa_get_key_algorithm(reference_attributes));
|
H A D | test_suite_psa_crypto.function | 263 TEST_EQUAL(psa_get_key_algorithm(&attributes), 0); 1584 TEST_EQUAL(psa_get_key_algorithm(&got_attributes), alg); 2098 TEST_EQUAL(psa_get_key_algorithm(&attributes), expected_alg); 2153 TEST_EQUAL(psa_get_key_algorithm(&func), 0); 2154 TEST_EQUAL(psa_get_key_algorithm(&init), 0); 2155 TEST_EQUAL(psa_get_key_algorithm(&zero), 0); 2720 TEST_EQUAL(psa_get_key_algorithm(&got_attributes), alg); 2844 TEST_EQUAL(expected_alg, psa_get_key_algorithm(&target_attributes)); 10348 TEST_EQUAL(psa_get_key_algorithm(&attributes), alg);
|
/aosp_15_r20/external/mbedtls/tests/suites/ |
H A D | test_suite_psa_crypto_attributes.function | 29 TEST_EQUAL(psa_get_key_algorithm(&attributes), 0); 44 TEST_EQUAL(psa_get_key_algorithm(&attributes), alg); 56 TEST_EQUAL(psa_get_key_algorithm(&attributes), 0);
|
H A D | test_suite_psa_crypto_slot_management.function | 244 TEST_EQUAL(psa_get_key_algorithm(&attributes), alg); 264 TEST_EQUAL(psa_get_key_algorithm(&attributes), alg); 298 TEST_EQUAL(psa_get_key_algorithm(&attributes), 299 psa_get_key_algorithm(&read_attributes)); 400 TEST_EQUAL(psa_get_key_algorithm(&attributes), 0); 573 TEST_EQUAL(expected_alg, psa_get_key_algorithm(&target_attributes)); 688 TEST_EQUAL(psa_get_key_algorithm(&attributes1), 689 psa_get_key_algorithm(&attributes2));
|
H A D | test_suite_psa_crypto_storage_format.function | 163 psa_algorithm_t alg = psa_get_key_algorithm(attributes); 257 TEST_EQUAL(psa_get_key_algorithm(expected_attributes), 258 psa_get_key_algorithm(&actual_attributes)); 274 psa_get_key_algorithm(expected_attributes)));
|
H A D | test_suite_psa_crypto_persistent_key.function | 110 TEST_EQUAL(psa_get_key_algorithm(&attributes), 241 TEST_EQUAL(psa_get_key_algorithm(&attributes), 0); 299 TEST_EQUAL(psa_get_key_algorithm(&attributes), 0);
|
H A D | test_suite_psa_crypto_generate_key.function | 38 TEST_EQUAL(psa_get_key_algorithm(&attributes), 0);
|
H A D | test_suite_psa_crypto_se_driver_hal.function | 543 TEST_EQUAL(psa_get_key_algorithm(&actual_attributes), 544 psa_get_key_algorithm(reference_attributes));
|
H A D | test_suite_psa_crypto.function | 258 TEST_EQUAL(psa_get_key_algorithm(&attributes), 0); 1321 TEST_EQUAL(psa_get_key_algorithm(&got_attributes), alg); 1763 TEST_EQUAL(psa_get_key_algorithm(&attributes), expected_alg); 1818 TEST_EQUAL(psa_get_key_algorithm(&func), 0); 1819 TEST_EQUAL(psa_get_key_algorithm(&init), 0); 1820 TEST_EQUAL(psa_get_key_algorithm(&zero), 0); 2379 TEST_EQUAL(psa_get_key_algorithm(&got_attributes), alg); 2503 TEST_EQUAL(expected_alg, psa_get_key_algorithm(&target_attributes)); 9863 TEST_EQUAL(psa_get_key_algorithm(&attributes), alg);
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/src/drivers/ |
H A D | test_driver_key_management.c | 465 if (psa_get_key_algorithm(attributes) != in mbedtls_test_opaque_export_key() 492 if (psa_get_key_algorithm(attributes) != PSA_ALG_CTR) { in mbedtls_test_opaque_export_key() 687 if (psa_get_key_algorithm(attributes) != in mbedtls_test_opaque_export_public_key()
|
/aosp_15_r20/external/mbedtls/tests/src/drivers/ |
H A D | test_driver_key_management.c | 462 if (psa_get_key_algorithm(attributes) != in mbedtls_test_opaque_export_key() 489 if (psa_get_key_algorithm(attributes) != PSA_ALG_CTR) { in mbedtls_test_opaque_export_key() 683 if (psa_get_key_algorithm(attributes) != in mbedtls_test_opaque_export_public_key()
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/ |
H A D | pk.c | 326 psa_algorithm_t key_alg = psa_get_key_algorithm(&attributes); in mbedtls_pk_can_do_ext() 569 psa_set_key_algorithm(attributes, psa_get_key_algorithm(&old_attributes)); in mbedtls_pk_get_psa_attributes() 902 alg_type = psa_get_key_algorithm(&key_attr); in copy_from_psa() 1341 psa_alg = psa_get_key_algorithm(&key_attr); in mbedtls_pk_sign_ext()
|
H A D | pk_wrap.c | 1487 alg = psa_get_key_algorithm(&attributes); in rsa_opaque_decrypt() 1524 alg = psa_get_key_algorithm(&attributes); in rsa_opaque_sign_wrap()
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/psa/ |
H A D | crypto_struct.h | 387 static inline psa_algorithm_t psa_get_key_algorithm( in psa_get_key_algorithm() function
|
H A D | crypto.h | 288 static psa_algorithm_t psa_get_key_algorithm(
|
/aosp_15_r20/external/mbedtls/include/psa/ |
H A D | crypto_struct.h | 346 static inline psa_algorithm_t psa_get_key_algorithm( in psa_get_key_algorithm() function
|
H A D | crypto.h | 286 static psa_algorithm_t psa_get_key_algorithm(
|
/aosp_15_r20/external/mbedtls/library/ |
H A D | pk.c | 322 key_alg = psa_get_key_algorithm(&attributes); in mbedtls_pk_can_do_ext()
|