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;
71 bool (*req_canceled)(struct tpm_chip *chip, u8 status);
72 int (*recv) (struct tpm_chip *chip, u8 *buf, size_t len);
73 int (*send) (struct tpm_chip *chip, u8 *buf, size_t len);
74 void (*cancel) (struct tpm_chip *chip);
75 u8 (*status) (struct tpm_chip *chip);
76 void (*update_timeouts)(struct tpm_chip *chip,
78 void (*update_durations)(struct tpm_chip *chip,
80 int (*go_idle)(struct tpm_chip *chip);
81 int (*cmd_ready)(struct tpm_chip *chip);
[all …]
/include/keys/
Dtrusted_tpm.h45 int tpm2_seal_trusted(struct tpm_chip *chip,
48 int tpm2_unseal_trusted(struct tpm_chip *chip,