Searched refs:tpm_send (Results 1 – 3 of 3) sorted by relevance
58 extern int tpm_send(struct tpm_chip *chip, void *cmd, size_t buflen);81 static inline int tpm_send(struct tpm_chip *chip, void *cmd, size_t buflen) in tpm_send() function
1171 int tpm_send(struct tpm_chip *chip, void *cmd, size_t buflen) in tpm_send() function1184 EXPORT_SYMBOL_GPL(tpm_send);
363 rc = tpm_send(NULL, cmd, buflen); in trusted_tpm_send()