Lines Matching full:tpm
2 Virtual TPM Proxy Driver for Linux Containers
14 The goal of this work is to provide TPM functionality to each Linux
15 container. This allows programs to interact with a TPM in a container
16 the same way they interact with a TPM on the physical system. Each
17 container gets its own unique, emulated, software TPM.
22 To make an emulated software TPM available to each container, the container
23 management stack needs to create a device pair consisting of a client TPM
27 is passed to the TPM emulator. Software inside the container can then send
28 TPM commands using the character device and the emulator will receive the
31 To support this, the virtual TPM proxy driver provides a device ``/dev/vtpmx``
34 whether TPM 1.2 or TPM 2 functionality is supported by the TPM emulator.
37 Besides that the number of the TPM character device is returned. If for
41 to the TPM. All commands from the driver can be read from the file descriptor
49 .. kernel-doc:: drivers/char/tpm/tpm_vtpm_proxy.c