Home
last modified time | relevance | path

Searched refs:psa_get_key_algorithm (Results 1 – 12 of 12) sorted by relevance

/third_party/mbedtls/tests/suites/
Dtest_suite_psa_crypto_attributes.function29 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);
Dtest_suite_psa_crypto_storage_format.function163 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)));
Dtest_suite_psa_crypto_persistent_key.function110 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);
Dtest_suite_psa_crypto_slot_management.function244 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));
Dtest_suite_psa_crypto_generate_key.function38 TEST_EQUAL(psa_get_key_algorithm(&attributes), 0);
Dtest_suite_psa_crypto_se_driver_hal.function543 TEST_EQUAL(psa_get_key_algorithm(&actual_attributes),
544 psa_get_key_algorithm(reference_attributes));
Dtest_suite_psa_crypto.function259 TEST_EQUAL(psa_get_key_algorithm(&attributes), 0);
1319 TEST_EQUAL(psa_get_key_algorithm(&got_attributes), alg);
1736 TEST_EQUAL(psa_get_key_algorithm(&attributes), expected_alg);
1791 TEST_EQUAL(psa_get_key_algorithm(&func), 0);
1792 TEST_EQUAL(psa_get_key_algorithm(&init), 0);
1793 TEST_EQUAL(psa_get_key_algorithm(&zero), 0);
2352 TEST_EQUAL(psa_get_key_algorithm(&got_attributes), alg);
2476 TEST_EQUAL(expected_alg, psa_get_key_algorithm(&target_attributes));
9784 TEST_EQUAL(psa_get_key_algorithm(&attributes), alg);
Dtest_suite_psa_crypto_driver_wrappers.function2167 TEST_EQUAL(psa_get_key_algorithm(&attributes), builtin_key_alg);
2218 TEST_EQUAL(psa_get_key_algorithm(&attributes), builtin_key_alg);
/third_party/mbedtls/tests/src/drivers/
Dtest_driver_key_management.c445 if (psa_get_key_algorithm(attributes) != in mbedtls_test_opaque_export_key()
472 if (psa_get_key_algorithm(attributes) != PSA_ALG_CTR) { in mbedtls_test_opaque_export_key()
651 if (psa_get_key_algorithm(attributes) != in mbedtls_test_opaque_export_public_key()
/third_party/mbedtls/include/psa/
Dcrypto_struct.h444 static inline psa_algorithm_t psa_get_key_algorithm( in psa_get_key_algorithm() function
Dcrypto.h298 static psa_algorithm_t psa_get_key_algorithm(
/third_party/mbedtls/library/
Dpk.c328 key_alg = psa_get_key_algorithm(&attributes); in mbedtls_pk_can_do_ext()