Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dtpm.h55 extern int tpm_is_tpm2(struct tpm_chip *chip);
68 static inline int tpm_is_tpm2(struct tpm_chip *chip) in tpm_is_tpm2() function
/Linux-v4.19/security/keys/
Dtrusted.c750 tpm2 = tpm_is_tpm2(NULL); in getoptions()
919 tpm2 = tpm_is_tpm2(NULL); in trusted_options_alloc()
969 tpm2 = tpm_is_tpm2(NULL); in trusted_instantiate()
/Linux-v4.19/drivers/char/tpm/
Dtpm-interface.c959 int tpm_is_tpm2(struct tpm_chip *chip) in tpm_is_tpm2() function
973 EXPORT_SYMBOL_GPL(tpm_is_tpm2);