Home
last modified time | relevance | path

Searched refs:psa_get_key_usage_flags (Results 1 – 11 of 11) sorted by relevance

/mbedtls-3.5.0/tests/suites/
Dtest_suite_psa_crypto_attributes.function28 TEST_EQUAL(psa_get_key_usage_flags(&attributes), 0);
43 TEST_EQUAL(psa_get_key_usage_flags(&attributes), usage_flags);
55 TEST_EQUAL(psa_get_key_usage_flags(&attributes), 0);
Dtest_suite_psa_crypto_storage_format.function55 if (psa_get_key_usage_flags(attributes) & PSA_KEY_USAGE_EXPORT) {
168 psa_key_usage_t usage = psa_get_key_usage_flags(attributes);
255 TEST_EQUAL(psa_get_key_usage_flags(expected_attributes),
256 psa_get_key_usage_flags(&actual_attributes));
273 psa_get_key_usage_flags(expected_attributes),
Dtest_suite_psa_crypto_persistent_key.function108 TEST_EQUAL(psa_get_key_usage_flags(&attributes),
240 TEST_EQUAL(psa_get_key_usage_flags(&attributes), 0);
298 TEST_EQUAL(psa_get_key_usage_flags(&attributes), PSA_KEY_USAGE_EXPORT);
Dtest_suite_psa_crypto_generate_key.function37 TEST_EQUAL(psa_get_key_usage_flags(&attributes), 0);
Dtest_suite_psa_crypto_slot_management.function242 TEST_EQUAL(psa_get_key_usage_flags(&attributes),
262 TEST_EQUAL(psa_get_key_usage_flags(&attributes),
296 TEST_EQUAL(psa_get_key_usage_flags(&attributes),
399 TEST_EQUAL(psa_get_key_usage_flags(&attributes), PSA_KEY_USAGE_EXPORT);
572 TEST_EQUAL(expected_usage, psa_get_key_usage_flags(&target_attributes));
686 TEST_EQUAL(psa_get_key_usage_flags(&attributes1),
687 psa_get_key_usage_flags(&attributes2));
Dtest_suite_psa_crypto_se_driver_hal.function541 TEST_EQUAL(psa_get_key_usage_flags(&actual_attributes),
542 psa_get_key_usage_flags(reference_attributes));
Dtest_suite_psa_crypto.function258 TEST_EQUAL(psa_get_key_usage_flags(&attributes), 0);
1317 TEST_EQUAL(psa_get_key_usage_flags(&got_attributes),
1735 TEST_EQUAL(psa_get_key_usage_flags(&attributes), expected_usage);
1787 TEST_EQUAL(psa_get_key_usage_flags(&func), 0);
1788 TEST_EQUAL(psa_get_key_usage_flags(&init), 0);
1789 TEST_EQUAL(psa_get_key_usage_flags(&zero), 0);
1827 TEST_EQUAL(psa_get_key_usage_flags(&attributes),
2191 TEST_EQUAL(psa_get_key_usage_flags(&attributes), expected_usage);
2351 TEST_EQUAL(psa_get_key_usage_flags(&got_attributes), usage);
2475 TEST_EQUAL(expected_usage, psa_get_key_usage_flags(&target_attributes));
[all …]
/mbedtls-3.5.0/tests/src/drivers/
Dtest_driver_key_management.c449 if ((psa_get_key_usage_flags(attributes) & in mbedtls_test_opaque_export_key()
475 if ((psa_get_key_usage_flags(attributes) & in mbedtls_test_opaque_export_key()
/mbedtls-3.5.0/include/psa/
Dcrypto_struct.h432 static inline psa_key_usage_t psa_get_key_usage_flags( in psa_get_key_usage_flags() function
Dcrypto.h251 static psa_key_usage_t psa_get_key_usage_flags(
/mbedtls-3.5.0/library/
Dpk.c330 key_usage = psa_get_key_usage_flags(&attributes); in mbedtls_pk_can_do_ext()