Home
last modified time | relevance | path

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

/linux-6.15/drivers/char/tpm/
H A Dtpm-interface.c285 int tpm_is_tpm2(struct tpm_chip *chip) in tpm_is_tpm2() function
299 EXPORT_SYMBOL_GPL(tpm_is_tpm2);
/linux-6.15/include/linux/
H A Dtpm.h461 extern int tpm_is_tpm2(struct tpm_chip *chip);
484 static inline int tpm_is_tpm2(struct tpm_chip *chip) in tpm_is_tpm2() function
/linux-6.15/security/keys/trusted-keys/
H A Dtrusted_tpm1.c757 tpm2 = tpm_is_tpm2(chip); in getoptions()
884 tpm2 = tpm_is_tpm2(chip); in trusted_options_alloc()
905 tpm2 = tpm_is_tpm2(chip); in trusted_tpm_seal()
950 tpm2 = tpm_is_tpm2(chip); in trusted_tpm_unseal()