Home
last modified time | relevance | path

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

/third_party/mbedtls/library/
Dpsa_crypto_driver_wrappers.c130 psa_key_location_t location = in psa_driver_wrapper_sign_message()
204 psa_key_location_t location = in psa_driver_wrapper_verify_message()
291 psa_key_location_t location = in psa_driver_wrapper_sign_hash()
375 psa_key_location_t location = in psa_driver_wrapper_verify_hash()
484 psa_key_location_t 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()
673 psa_key_location_t location = 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()
752 psa_key_location_t location = 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_se.c57 psa_key_location_t location;
71 psa_key_location_t location = PSA_KEY_LIFETIME_GET_LOCATION(lifetime); in psa_get_se_driver_entry()
182 psa_status_t psa_destroy_se_persistent_data(psa_key_location_t location) in psa_destroy_se_persistent_data()
199 psa_key_location_t key_location = in psa_find_se_slot_for_key()
304 psa_key_location_t location, in psa_register_se_driver()
Dpsa_crypto_se.h188 psa_status_t psa_destroy_se_persistent_data(psa_key_location_t location);
/third_party/mbedtls/tests/suites/
Dtest_suite_psa_crypto_se_driver_hal_mocks.function15 psa_key_location_t location;
83 psa_key_location_t location;
116 psa_key_location_t location)
288 psa_key_location_t location = location_arg;
328 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.function589 psa_storage_uid_t file_uid_for_location(psa_key_location_t location)
598 static int check_persistent_data(psa_key_location_t location,
619 static int check_no_persistent_data(psa_key_location_t location)
776 psa_key_location_t location;
815 psa_key_location_t location;
816 psa_key_location_t max = MIN_DRIVER_LOCATION + count;
840 psa_key_location_t location;
841 psa_key_location_t max = MIN_DRIVER_LOCATION + PSA_MAX_SE_DRIVERS;
866 psa_key_location_t location = PSA_KEY_LIFETIME_GET_LOCATION(lifetime);
1001 psa_key_location_t location = PSA_KEY_LIFETIME_GET_LOCATION(lifetime);
[all …]
Dtest_suite_psa_crypto_metadata.function725 psa_key_location_t location = location_arg;
/third_party/mbedtls/scripts/data_files/driver_templates/
Dpsa_crypto_driver_wrappers.c.jinja137 psa_key_location_t location =
211 psa_key_location_t location =
298 psa_key_location_t location =
382 psa_key_location_t location =
491 psa_key_location_t location =
592 psa_key_location_t location = PSA_KEY_LIFETIME_GET_LOCATION(
700 psa_key_location_t location =
742 psa_key_location_t location = PSA_KEY_LIFETIME_GET_LOCATION( attributes->core.lifetime );
779 psa_key_location_t location =
866 psa_key_location_t location = PSA_KEY_LIFETIME_GET_LOCATION(
[all …]
/third_party/mbedtls/include/psa/
Dcrypto_types.h265 typedef uint32_t psa_key_location_t; typedef
Dcrypto_se_driver.h138 psa_key_location_t location);
1386 psa_key_location_t location,
Dcrypto_values.h2326 ((psa_key_location_t) ((lifetime) >> 8))
2388 #define PSA_KEY_LOCATION_LOCAL_STORAGE ((psa_key_location_t) 0x000000)
2390 #define PSA_KEY_LOCATION_VENDOR_FLAG ((psa_key_location_t) 0x800000)
/third_party/mbedtls/tests/include/test/drivers/
Dkey_management.h42 psa_key_location_t location;
/third_party/mbedtls/docs/proposed/
Dpsa-driver-interface.md82 … This may be either a non-negative integer or a C constant expression of type `psa_key_location_t`.
1035 …on the key are performed. Location values can be stored in a variable of type `psa_key_location_t`.