Lines Matching full:tpm
5 * Implements a firmware TPM as described here:
6 * https://www.microsoft.com/en-us/research/publication/ftpm-software-implementation-tpm-chip/
9 * https://github.com/microsoft/ms-tpm-20-ref/tree/master/Samples/ARM32-FirmwareTPM/optee_ta/fTPM
17 #include <linux/tpm.h>
20 #include "tpm.h"
28 …* https://github.com/microsoft/ms-tpm-20-ref/blob/master/Samples/ARM32-FirmwareTPM/optee_ta/fTPM/i…
36 * @chip: the tpm_chip description as specified in driver/char/tpm/tpm.h.
64 * ftpm_tee_tpm_op_send() - send TPM commands through the TEE shared memory.
65 * @chip: the tpm_chip description as specified in driver/char/tpm/tpm.h
150 dev_err(&chip->dev, "%s: tpm response header too small\n", in ftpm_tee_tpm_op_send()
307 * ftpm_tee_remove() - remove the TPM device
345 * ftpm_tee_shutdown() - shutdown the TPM device
413 MODULE_DESCRIPTION("TPM Driver for fTPM TA in TEE");