Home
last modified time | relevance | path

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

/third_party/mbedtls/library/
Dpsa_crypto_driver_wrappers.c131 PSA_KEY_LIFETIME_GET_LOCATION( attributes->core.lifetime ); in psa_driver_wrapper_sign_message()
205 PSA_KEY_LIFETIME_GET_LOCATION( attributes->core.lifetime ); in psa_driver_wrapper_verify_message()
292 PSA_KEY_LIFETIME_GET_LOCATION( attributes->core.lifetime ); in psa_driver_wrapper_sign_hash()
376 PSA_KEY_LIFETIME_GET_LOCATION( attributes->core.lifetime ); in psa_driver_wrapper_verify_hash()
485 PSA_KEY_LIFETIME_GET_LOCATION( in psa_driver_wrapper_sign_hash_start()
576 psa_key_location_t location = PSA_KEY_LIFETIME_GET_LOCATION( in psa_driver_wrapper_verify_hash_start()
674 PSA_KEY_LIFETIME_GET_LOCATION( attributes->core.lifetime ); in psa_driver_wrapper_get_key_buffer_size_from_key_data()
715 psa_key_location_t location = PSA_KEY_LIFETIME_GET_LOCATION( attributes->core.lifetime ); in psa_driver_wrapper_get_key_buffer_size()
753 PSA_KEY_LIFETIME_GET_LOCATION(attributes->core.lifetime); in psa_driver_wrapper_generate_key()
830 psa_key_location_t location = PSA_KEY_LIFETIME_GET_LOCATION( in psa_driver_wrapper_import_key()
[all …]
Dpsa_crypto_slot_management.h183 return PSA_KEY_LIFETIME_GET_LOCATION(lifetime) in psa_key_lifetime_is_external()
Dpsa_crypto_se.c71 psa_key_location_t location = PSA_KEY_LIFETIME_GET_LOCATION(lifetime); in psa_get_se_driver_entry()
200 PSA_KEY_LIFETIME_GET_LOCATION(psa_get_key_lifetime(attributes)); in psa_find_se_slot_for_key()
Dpsa_crypto_slot_management.c568 if (PSA_KEY_LIFETIME_GET_LOCATION(slot->attr.lifetime) != in mbedtls_psa_get_stats()
Dpsa_crypto.c2106 if (PSA_KEY_LIFETIME_GET_LOCATION(target_slot->attr.lifetime) != in psa_copy_key()
2107 PSA_KEY_LIFETIME_GET_LOCATION(source_slot->attr.lifetime)) { in psa_copy_key()
7006 if (PSA_KEY_LIFETIME_GET_LOCATION(attributes->core.lifetime) == in psa_generate_key()
/third_party/mbedtls/scripts/data_files/driver_templates/
Dpsa_crypto_driver_wrappers.c.jinja138 PSA_KEY_LIFETIME_GET_LOCATION( attributes->core.lifetime );
212 PSA_KEY_LIFETIME_GET_LOCATION( attributes->core.lifetime );
299 PSA_KEY_LIFETIME_GET_LOCATION( attributes->core.lifetime );
383 PSA_KEY_LIFETIME_GET_LOCATION( attributes->core.lifetime );
492 PSA_KEY_LIFETIME_GET_LOCATION(
592 psa_key_location_t location = PSA_KEY_LIFETIME_GET_LOCATION(
701 PSA_KEY_LIFETIME_GET_LOCATION( attributes->core.lifetime );
742 psa_key_location_t location = PSA_KEY_LIFETIME_GET_LOCATION( attributes->core.lifetime );
780 PSA_KEY_LIFETIME_GET_LOCATION(attributes->core.lifetime);
866 psa_key_location_t location = PSA_KEY_LIFETIME_GET_LOCATION(
[all …]
/third_party/mbedtls/tests/suites/
Dtest_suite_psa_crypto_se_driver_hal_mocks.function328 psa_key_location_t location = PSA_KEY_LIFETIME_GET_LOCATION(lifetime);
393 psa_key_location_t location = PSA_KEY_LIFETIME_GET_LOCATION(lifetime);
447 psa_key_location_t location = PSA_KEY_LIFETIME_GET_LOCATION(lifetime);
510 psa_key_location_t location = PSA_KEY_LIFETIME_GET_LOCATION(lifetime);
560 psa_key_location_t location = PSA_KEY_LIFETIME_GET_LOCATION(lifetime);
621 psa_key_location_t location = PSA_KEY_LIFETIME_GET_LOCATION(lifetime);
Dtest_suite_psa_crypto_se_driver_hal.function559 if (PSA_KEY_LIFETIME_GET_LOCATION(lifetime) < MIN_DRIVER_LOCATION) {
866 psa_key_location_t location = PSA_KEY_LIFETIME_GET_LOCATION(lifetime);
1001 psa_key_location_t location = PSA_KEY_LIFETIME_GET_LOCATION(lifetime);
1092 psa_key_location_t location = PSA_KEY_LIFETIME_GET_LOCATION(lifetime);
1169 psa_key_location_t location = PSA_KEY_LIFETIME_GET_LOCATION(lifetime);
1210 psa_key_location_t location = PSA_KEY_LIFETIME_GET_LOCATION(lifetime);
1295 psa_key_location_t location = PSA_KEY_LIFETIME_GET_LOCATION(lifetime);
1456 psa_key_location_t location = PSA_KEY_LIFETIME_GET_LOCATION(lifetime);
Dtest_suite_psa_crypto_metadata.function735 TEST_EQUAL(PSA_KEY_LIFETIME_GET_LOCATION(lifetime), location);
/third_party/mbedtls/include/psa/
Dcrypto_struct.h377 PSA_KEY_LIFETIME_GET_LOCATION(lifetime)); in psa_set_key_id()
Dcrypto_values.h2325 #define PSA_KEY_LIFETIME_GET_LOCATION(lifetime) \ macro
/third_party/mbedtls/tests/src/
Dpsa_exercise_key.c38 return PSA_KEY_LIFETIME_GET_LOCATION(lifetime) != in lifetime_is_dynamic_secure_element()