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

/linux-master/include/linux/
H A Dtpm.h423 extern int tpm_is_tpm2(struct tpm_chip *chip);
437 static inline int tpm_is_tpm2(struct tpm_chip *chip) function
/linux-master/drivers/char/tpm/
H A Dtpm-interface.c252 * tpm_is_tpm2 - do we a have a TPM2 chip?
260 int tpm_is_tpm2(struct tpm_chip *chip) function
274 EXPORT_SYMBOL_GPL(tpm_is_tpm2); variable
/linux-master/security/keys/trusted-keys/
H A Dtrusted_tpm1.c746 tpm2 = tpm_is_tpm2(chip);
873 tpm2 = tpm_is_tpm2(chip);
894 tpm2 = tpm_is_tpm2(chip);
939 tpm2 = tpm_is_tpm2(chip);

Completed in 87 milliseconds