Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dtpm.h171 extern int tpm_send(struct tpm_chip *chip, void *cmd, size_t buflen);
198 static inline int tpm_send(struct tpm_chip *chip, void *cmd, size_t buflen) in tpm_send() function
/Linux-v5.4/drivers/char/tpm/
Dtpm-interface.c352 int tpm_send(struct tpm_chip *chip, void *cmd, size_t buflen) in tpm_send() function
367 EXPORT_SYMBOL_GPL(tpm_send);
/Linux-v5.4/security/keys/
Dtrusted.c372 rc = tpm_send(chip, cmd, buflen); in trusted_tpm_send()