Searched refs:tpm_is_tpm2 (Results 1 - 3 of 3) sorted by path

/linux-master/drivers/char/tpm/
H A Dtpm-interface.c253 * tpm_is_tpm2 - do we a have a TPM2 chip?
261 int tpm_is_tpm2(struct tpm_chip *chip) function
275 EXPORT_SYMBOL_GPL(tpm_is_tpm2); variable
/linux-master/include/linux/
H A Dtpm.h457 extern int tpm_is_tpm2(struct tpm_chip *chip);
480 static inline int tpm_is_tpm2(struct tpm_chip *chip) function
/linux-master/security/keys/trusted-keys/
H A Dtrusted_tpm1.c757 tpm2 = tpm_is_tpm2(chip);
884 tpm2 = tpm_is_tpm2(chip);
905 tpm2 = tpm_is_tpm2(chip);
950 tpm2 = tpm_is_tpm2(chip);

Completed in 183 milliseconds