Searched refs:tpm_send (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/char/tpm/ |
H A D | tpm-interface.c | 346 * tpm_send - send a TPM command 353 int tpm_send(struct tpm_chip *chip, void *cmd, size_t buflen) in tpm_send() function 368 EXPORT_SYMBOL_GPL(tpm_send); variable
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | tpm.h | 409 extern int tpm_send(struct tpm_chip *chip, void *cmd, size_t buflen); 430 static inline int tpm_send(struct tpm_chip *chip, void *cmd, size_t buflen) in tpm_send() function
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | tpm.h | 432 extern int tpm_send(struct tpm_chip *chip, void *cmd, size_t buflen); 453 static inline int tpm_send(struct tpm_chip *chip, void *cmd, size_t buflen) in tpm_send() function
|
/kernel/linux/linux-6.6/drivers/char/tpm/ |
H A D | tpm-interface.c | 346 * tpm_send - send a TPM command 353 int tpm_send(struct tpm_chip *chip, void *cmd, size_t buflen) in tpm_send() function 368 EXPORT_SYMBOL_GPL(tpm_send); variable
|
/kernel/linux/linux-6.6/security/keys/trusted-keys/ |
H A D | trusted_tpm1.c | 365 rc = tpm_send(chip, cmd, buflen); in trusted_tpm_send()
|
/kernel/linux/linux-5.10/security/keys/trusted-keys/ |
H A D | trusted_tpm1.c | 372 rc = tpm_send(chip, cmd, buflen); in trusted_tpm_send()
|
Completed in 7 milliseconds