Searched refs:efi_secret (Results 1 – 9 of 9) sorted by relevance
14 本文档介绍了在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模块的过程,在启动时注入了
32 struct efi_secret { struct88 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()
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
5 obj-$(CONFIG_EFI_SECRET) += efi_secret/
7 source "drivers/virt/coco/efi_secret/Kconfig"
263 virt/coco/efi_secret module to access the secrets, which in turn