Searched refs:efi_secret (Results 1 – 8 of 8) sorted by relevance
32 struct efi_secret { struct90 static struct efi_secret the_efi_secret;92 static inline struct efi_secret *efi_secret_get(void) in efi_secret_get()122 struct efi_secret *s = efi_secret_get(); in efi_secret_unlink()158 struct efi_secret *s = efi_secret_get(); in efi_secret_map_area()196 struct efi_secret *s = efi_secret_get(); in efi_secret_securityfs_teardown()215 struct efi_secret *s = efi_secret_get(); in efi_secret_securityfs_setup()301 struct efi_secret *s = efi_secret_get(); in efi_secret_unmap_area()
2 obj-$(CONFIG_EFI_SECRET) += efi_secret.o
16 The module will be called efi_secret.
8 from the firmware to the operating system, in the EFI driver and the efi_secret21 The efi_secret kernel module allows userspace applications to access these39 format is described in ``drivers/virt/coco/efi_secret/efi_secret.c`` under47 the EFI driver will autoload the efi_secret kernel module, which exposes the49 efi_secret filesystem interface are in [secrets-coco-abi]_.57 The guest application reads the secret from the efi_secret filesystem and67 Here is a simple example for usage of the efi_secret module in a guest
14 The efi_secret module exposes the secrets to userspace. Each28 # modprobe efi_secret50 drivers/virt/coco/efi_secret/efi_secret.c under "Structure of
6 obj-$(CONFIG_EFI_SECRET) += efi_secret/
10 source "drivers/virt/coco/efi_secret/Kconfig"
269 virt/coco/efi_secret module to access the secrets, which in turn