Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dtpm.h166 extern int tpm_is_tpm2(struct tpm_chip *chip);
181 static inline int tpm_is_tpm2(struct tpm_chip *chip) in tpm_is_tpm2() function
/Linux-v5.4/drivers/char/tpm/
Dtpm-interface.c259 int tpm_is_tpm2(struct tpm_chip *chip) in tpm_is_tpm2() function
273 EXPORT_SYMBOL_GPL(tpm_is_tpm2);
/Linux-v5.4/security/keys/
Dtrusted.c759 tpm2 = tpm_is_tpm2(chip); in getoptions()
928 tpm2 = tpm_is_tpm2(chip); in trusted_options_alloc()
978 tpm2 = tpm_is_tpm2(chip); in trusted_instantiate()
/Linux-v5.4/crypto/asymmetric_keys/
Dasym_tpm.c919 r = tpm_is_tpm2(NULL); in tpm_key_create()