Searched refs:psa_key_location_t (Results 1 – 7 of 7) sorted by relevance
90 psa_key_location_t location = PSA_KEY_LIFETIME_GET_LOCATION( psa_get_key_lifetime(attributes) ); in psa_driver_wrapper_get_key_buffer_size()130 psa_key_location_t location = PSA_KEY_LIFETIME_GET_LOCATION( in psa_driver_wrapper_export_public_key()228 psa_key_location_t location = PSA_KEY_LIFETIME_GET_LOCATION( psa_get_key_lifetime(attributes) ); in psa_driver_wrapper_get_builtin_key()
45 psa_key_location_t location;59 psa_key_location_t location = PSA_KEY_LIFETIME_GET_LOCATION(lifetime); in psa_get_se_driver_entry()170 psa_status_t psa_destroy_se_persistent_data(psa_key_location_t location) in psa_destroy_se_persistent_data()187 psa_key_location_t key_location = in psa_find_se_slot_for_key()292 psa_key_location_t location, in psa_register_se_driver()
123 psa_key_location_t location = in psa_driver_wrapper_sign_message()197 psa_key_location_t location = in psa_driver_wrapper_verify_message()284 psa_key_location_t location = in psa_driver_wrapper_sign_hash()387 psa_key_location_t location = in psa_driver_wrapper_verify_hash()516 psa_key_location_t location = PSA_KEY_LIFETIME_GET_LOCATION( in psa_driver_wrapper_sign_hash_start()608 psa_key_location_t location = PSA_KEY_LIFETIME_GET_LOCATION( in psa_driver_wrapper_verify_hash_start()706 psa_key_location_t location = in psa_driver_wrapper_get_key_buffer_size_from_key_data()736 psa_key_location_t location = in psa_driver_wrapper_generate_key()846 psa_key_location_t location = PSA_KEY_LIFETIME_GET_LOCATION( in psa_driver_wrapper_import_key()956 psa_key_location_t location = PSA_KEY_LIFETIME_GET_LOCATION( in psa_driver_wrapper_export_key()[all …]
183 psa_status_t psa_destroy_se_persistent_data(psa_key_location_t location);
260 typedef uint32_t psa_key_location_t; typedef
126 psa_key_location_t location);1374 psa_key_location_t location,
2346 ((psa_key_location_t) ((lifetime) >> 8))2408 #define PSA_KEY_LOCATION_LOCAL_STORAGE ((psa_key_location_t) 0x000000)2410 #define PSA_KEY_LOCATION_VENDOR_FLAG ((psa_key_location_t) 0x800000)