Searched refs:psa_key_location_t (Results 1 – 10 of 10) sorted by relevance
121 psa_key_location_t location = in psa_driver_wrapper_sign_message()195 psa_key_location_t location = in psa_driver_wrapper_verify_message()282 psa_key_location_t location = in psa_driver_wrapper_sign_hash()366 psa_key_location_t location = in psa_driver_wrapper_verify_hash()439 psa_key_location_t location = in psa_driver_wrapper_get_key_buffer_size_from_key_data()481 psa_key_location_t location = PSA_KEY_LIFETIME_GET_LOCATION( attributes->core.lifetime ); in psa_driver_wrapper_get_key_buffer_size()518 psa_key_location_t location = in psa_driver_wrapper_generate_key()595 psa_key_location_t location = PSA_KEY_LIFETIME_GET_LOCATION( in psa_driver_wrapper_import_key()674 psa_key_location_t location = PSA_KEY_LIFETIME_GET_LOCATION( in psa_driver_wrapper_export_key()732 psa_key_location_t location = PSA_KEY_LIFETIME_GET_LOCATION( in psa_driver_wrapper_export_public_key()[all …]
64 psa_key_location_t location;79 psa_key_location_t location = PSA_KEY_LIFETIME_GET_LOCATION( lifetime ); in psa_get_se_driver_entry()185 psa_status_t psa_destroy_se_persistent_data( psa_key_location_t location ) in psa_destroy_se_persistent_data()201 psa_key_location_t key_location = in psa_find_se_slot_for_key()305 psa_key_location_t location, in psa_register_se_driver()
188 psa_status_t psa_destroy_se_persistent_data( psa_key_location_t location );
16 psa_key_location_t location;92 psa_key_location_t location;123 psa_key_location_t location )295 psa_key_location_t location = location_arg;333 psa_key_location_t location = PSA_KEY_LIFETIME_GET_LOCATION( lifetime );402 psa_key_location_t location = PSA_KEY_LIFETIME_GET_LOCATION( lifetime );456 psa_key_location_t location = PSA_KEY_LIFETIME_GET_LOCATION( lifetime );523 psa_key_location_t location = PSA_KEY_LIFETIME_GET_LOCATION( lifetime );573 psa_key_location_t location = PSA_KEY_LIFETIME_GET_LOCATION( lifetime );634 psa_key_location_t location = PSA_KEY_LIFETIME_GET_LOCATION( lifetime );
593 psa_storage_uid_t file_uid_for_location( psa_key_location_t location )601 static int check_persistent_data( psa_key_location_t location,622 static int check_no_persistent_data( psa_key_location_t location )775 psa_key_location_t location;813 psa_key_location_t location;814 psa_key_location_t max = MIN_DRIVER_LOCATION + count;836 psa_key_location_t location;837 psa_key_location_t max = MIN_DRIVER_LOCATION + PSA_MAX_SE_DRIVERS;861 psa_key_location_t location = PSA_KEY_LIFETIME_GET_LOCATION( lifetime );997 psa_key_location_t location = PSA_KEY_LIFETIME_GET_LOCATION( lifetime );[all …]
727 psa_key_location_t location = location_arg;
214 typedef uint32_t psa_key_location_t; typedef
138 psa_key_location_t location);1387 psa_key_location_t location,
2116 ((psa_key_location_t)((lifetime) >> 8))2178 #define PSA_KEY_LOCATION_LOCAL_STORAGE ((psa_key_location_t)0x000000)2180 #define PSA_KEY_LOCATION_VENDOR_FLAG ((psa_key_location_t)0x800000)
78 … This may be either a non-negative integer or a C constant expression of type `psa_key_location_t`.862 …on the key are performed. Location values can be stored in a variable of type `psa_key_location_t`.