Searched refs:psa_key_location_t (Results 1 – 12 of 12) sorted by relevance
130 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 …]
57 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()
188 psa_status_t psa_destroy_se_persistent_data(psa_key_location_t location);
15 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);
589 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 …]
725 psa_key_location_t location = location_arg;
137 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 …]
265 typedef uint32_t psa_key_location_t; typedef
138 psa_key_location_t location);1386 psa_key_location_t location,
2326 ((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)
42 psa_key_location_t location;
82 … 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`.