Searched refs:tpm_send (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.10/security/keys/trusted-keys/ |
| D | trusted_tpm2.c | 133 rc = tpm_send(chip, buf.data, tpm_buf_length(&buf)); in tpm2_seal_trusted() 214 rc = tpm_send(chip, buf.data, tpm_buf_length(&buf)); in tpm2_load_cmd() 263 rc = tpm_send(chip, buf.data, tpm_buf_length(&buf)); in tpm2_unseal_cmd()
|
| D | trusted_tpm1.c | 372 rc = tpm_send(chip, cmd, buflen); in trusted_tpm_send()
|
| /Linux-v5.10/include/linux/ |
| D | tpm.h | 404 extern int tpm_send(struct tpm_chip *chip, void *cmd, size_t buflen); 426 static inline int tpm_send(struct tpm_chip *chip, void *cmd, size_t buflen) in tpm_send() function
|
| /Linux-v5.10/drivers/char/tpm/ |
| D | tpm-interface.c | 353 int tpm_send(struct tpm_chip *chip, void *cmd, size_t buflen) in tpm_send() function 368 EXPORT_SYMBOL_GPL(tpm_send);
|