Searched refs:tpm_send (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/
H A Dtpm.h432 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) function
/linux-master/drivers/char/tpm/
H A Dtpm-interface.c346 * tpm_send - send a TPM command
353 int tpm_send(struct tpm_chip *chip, void *cmd, size_t buflen) function
368 EXPORT_SYMBOL_GPL(tpm_send); variable
/linux-master/security/keys/trusted-keys/
H A Dtrusted_tpm1.c365 rc = tpm_send(chip, cmd, buflen);

Completed in 203 milliseconds