Home
last modified time | relevance | path

Searched refs:efi_secret (Results 1 – 9 of 9) sorted by relevance

/linux/Documentation/translations/zh_CN/security/secrets/
H A Dcoco.rst14 本文档介绍了在EFI驱动程序和efi_secret内核模块中,机密计算密钥从固件
25 efi_secret内核模块允许用户空间应用程序通过securityfs(安全文件系统)访
39 coco/efi_secret/efi_secret.c`` 文件的EFI密钥区域结构部分中有详细描述。
44 开头。如果密钥区域已填充,EFI驱动程序将自动加载efi_secret内核模块,并通过securityfs将密钥
45 暴露给用户空间应用程序。efi_secret文件系统接口的详细信息请参考 [secrets-coco-abi_CN]_ 。
52 (即密钥)。客户机应用程序从efi_secret文件系统读取该密钥,然后将文件解密到内存中,
59 以下是一个简单的示例,展示了在客户机中使用efi_secret模块的过程,在启动时注入了
/linux/drivers/virt/coco/efi_secret/
H A Defi_secret.c32 struct efi_secret { struct
88 static struct efi_secret the_efi_secret;
90 static inline struct efi_secret *efi_secret_get(void) in efi_secret_get()
142 struct efi_secret *s = efi_secret_get(); in efi_secret_map_area()
180 struct efi_secret *s = efi_secret_get(); in efi_secret_securityfs_teardown()
190 struct efi_secret *s = efi_secret_get(); in efi_secret_securityfs_setup()
272 struct efi_secret *s = efi_secret_get(); in efi_secret_unmap_area()
H A DMakefile2 obj-$(CONFIG_EFI_SECRET) += efi_secret.o
H A DKconfig16 The module will be called efi_secret.
/linux/Documentation/security/secrets/
H A Dcoco.rst8 from the firmware to the operating system, in the EFI driver and the efi_secret
21 The efi_secret kernel module allows userspace applications to access these
39 format is described in ``drivers/virt/coco/efi_secret/efi_secret.c`` under
47 the EFI driver will autoload the efi_secret kernel module, which exposes the
49 efi_secret filesystem interface are in [secrets-coco-abi]_.
57 The guest application reads the secret from the efi_secret filesystem and
67 Here is a simple example for usage of the efi_secret module in a guest
/linux/Documentation/ABI/testing/
H A Dsecurityfs-secrets-coco14 The efi_secret module exposes the secrets to userspace. Each
28 # modprobe efi_secret
50 drivers/virt/coco/efi_secret/efi_secret.c under "Structure of
/linux/drivers/virt/coco/
H A DMakefile5 obj-$(CONFIG_EFI_SECRET) += efi_secret/
H A DKconfig7 source "drivers/virt/coco/efi_secret/Kconfig"
/linux/drivers/firmware/efi/
H A DKconfig263 virt/coco/efi_secret module to access the secrets, which in turn