Home
last modified time | relevance | path

Searched refs:tpm_chip (Results 1 – 2 of 2) sorted by relevance

/include/linux/
Dtpm.h30 struct tpm_chip;
64 bool (*req_canceled)(struct tpm_chip *chip, u8 status);
65 int (*recv) (struct tpm_chip *chip, u8 *buf, size_t len);
66 int (*send) (struct tpm_chip *chip, u8 *buf, size_t len);
67 void (*cancel) (struct tpm_chip *chip);
68 u8 (*status) (struct tpm_chip *chip);
69 void (*update_timeouts)(struct tpm_chip *chip,
71 void (*update_durations)(struct tpm_chip *chip,
73 int (*go_idle)(struct tpm_chip *chip);
74 int (*cmd_ready)(struct tpm_chip *chip);
[all …]
/include/keys/
Dtrusted_tpm.h43 int tpm2_seal_trusted(struct tpm_chip *chip,
46 int tpm2_unseal_trusted(struct tpm_chip *chip,