Searched refs:tpm_transmit_cmd (Results 1 – 4 of 4) sorted by relevance
| /linux/security/keys/trusted-keys/ |
| H A D | trusted_tpm2.c | 332 rc = tpm_transmit_cmd(chip, buf, 4, "sealing data"); in tpm2_seal_trusted() 460 rc = tpm_transmit_cmd(chip, buf, 4, "loading blob"); in tpm2_load_cmd() 544 rc = tpm_transmit_cmd(chip, buf, 6, "unsealing"); in tpm2_unseal_cmd()
|
| H A D | trusted_tpm1.c | 331 rc = tpm_transmit_cmd(chip, buf, 4, "sending data"); in trusted_tpm_send()
|
| /linux/drivers/char/tpm/ |
| H A D | tpm-interface.c | 264 ssize_t tpm_transmit_cmd(struct tpm_chip *chip, struct tpm_buf *buf, in tpm_transmit_cmd() function 289 EXPORT_SYMBOL_GPL(tpm_transmit_cmd);
|
| /linux/include/linux/ |
| H A D | tpm.h | 223 * Convert a return value from tpm_transmit_cmd() to POSIX error code. 247 extern ssize_t tpm_transmit_cmd(struct tpm_chip *chip, struct tpm_buf *buf,
|