Searched refs:efi_mokvar_table_entry (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/firmware/efi/
H A Dmokvar-table.c47 * sequence of struct efi_mokvar_table_entry, one for each named
62 static struct efi_mokvar_table_entry *efi_mokvar_table_va;
109 struct efi_mokvar_table_entry *mokvar_entry;
206 struct efi_mokvar_table_entry *efi_mokvar_entry_next(
207 struct efi_mokvar_table_entry **mokvar_entry)
209 struct efi_mokvar_table_entry *mokvar_cur;
210 struct efi_mokvar_table_entry *mokvar_next;
246 struct efi_mokvar_table_entry *efi_mokvar_entry_find(const char *name)
248 struct efi_mokvar_table_entry *mokvar_entry = NULL;
272 struct efi_mokvar_table_entry *mokvar_entr
[all...]
/linux-master/security/integrity/platform_certs/
H A Dmachine_keyring.c54 struct efi_mokvar_table_entry *mokvar_entry;
H A Dload_uefi.c109 struct efi_mokvar_table_entry *mokvar_entry;
/linux-master/include/linux/
H A Defi.h1307 struct efi_mokvar_table_entry { struct
1315 extern struct efi_mokvar_table_entry *efi_mokvar_entry_next(
1316 struct efi_mokvar_table_entry **mokvar_entry);
1317 extern struct efi_mokvar_table_entry *efi_mokvar_entry_find(const char *name);
1320 static inline struct efi_mokvar_table_entry *efi_mokvar_entry_next(
1321 struct efi_mokvar_table_entry **mokvar_entry)
1325 static inline struct efi_mokvar_table_entry *efi_mokvar_entry_find(

Completed in 148 milliseconds