Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dtpm.h409 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
/OK3568_Linux_fs/kernel/drivers/char/tpm/
H A Dtpm-interface.c353 int tpm_send(struct tpm_chip *chip, void *cmd, size_t buflen) in tpm_send() function
368 EXPORT_SYMBOL_GPL(tpm_send);
/OK3568_Linux_fs/kernel/security/keys/trusted-keys/
H A Dtrusted_tpm1.c372 rc = tpm_send(chip, cmd, buflen); in trusted_tpm_send()