Searched defs:key_data (Results 1 – 7 of 7) sorted by relevance
36 (struct efi_key_data *key_data) in efi_key_notify_function()54 struct efi_key_data key_data = { in setup() local
113 struct key_data { struct114 uint8_t *data;115 size_t bytes;
233 uint8_t key_data[]; member268 uint8_t **key_data, in psa_parse_key_data_from_storage()350 void psa_free_persistent_key_data(uint8_t *key_data, size_t key_data_length) in psa_free_persistent_key_data()
248 uint8_t *key_data = NULL; in psa_load_persistent_key_into_slot() local
659 unsigned char *key_data = key_end; in import_pair_into_psa() local750 unsigned char *key_data = NULL; in import_public_into_psa() local
1013 struct efi_key_data *key_data) in efi_cin_read_key_stroke_ex()1107 static efi_status_t EFIAPI efi_cin_register_key_notify( in efi_cin_register_key_notify()1109 struct efi_key_data *key_data, in efi_cin_register_key_notify()
159 uint8_t key_data[KEY_SIZE_BYTES]; in save_key() local218 uint8_t key_data[KEY_SIZE_BYTES]; in import_key_from_file() local
Completed in 25 milliseconds