Searched refs:psa_get_key_usage_flags (Results 1 – 11 of 11) sorted by relevance
/mbedtls-3.5.0/tests/suites/ |
D | test_suite_psa_crypto_attributes.function | 28 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);
|
D | test_suite_psa_crypto_storage_format.function | 55 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),
|
D | test_suite_psa_crypto_persistent_key.function | 108 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);
|
D | test_suite_psa_crypto_generate_key.function | 37 TEST_EQUAL(psa_get_key_usage_flags(&attributes), 0);
|
D | test_suite_psa_crypto_slot_management.function | 242 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));
|
D | test_suite_psa_crypto_se_driver_hal.function | 541 TEST_EQUAL(psa_get_key_usage_flags(&actual_attributes), 542 psa_get_key_usage_flags(reference_attributes));
|
D | test_suite_psa_crypto.function | 258 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/ |
D | test_driver_key_management.c | 449 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/ |
D | crypto_struct.h | 432 static inline psa_key_usage_t psa_get_key_usage_flags( in psa_get_key_usage_flags() function
|
D | crypto.h | 251 static psa_key_usage_t psa_get_key_usage_flags(
|
/mbedtls-3.5.0/library/ |
D | pk.c | 330 key_usage = psa_get_key_usage_flags(&attributes); in mbedtls_pk_can_do_ext()
|