Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/char/tpm/
Dtpm-interface.c260 int tpm_is_tpm2(struct tpm_chip *chip) in tpm_is_tpm2() function
274 EXPORT_SYMBOL_GPL(tpm_is_tpm2);
/linux-6.1.9/include/linux/
Dtpm.h419 extern int tpm_is_tpm2(struct tpm_chip *chip);
433 static inline int tpm_is_tpm2(struct tpm_chip *chip) in tpm_is_tpm2() function
/linux-6.1.9/security/keys/trusted-keys/
Dtrusted_tpm1.c746 tpm2 = tpm_is_tpm2(chip); in getoptions()
873 tpm2 = tpm_is_tpm2(chip); in trusted_options_alloc()
894 tpm2 = tpm_is_tpm2(chip); in trusted_tpm_seal()
939 tpm2 = tpm_is_tpm2(chip); in trusted_tpm_unseal()