Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dtpm.h51 extern int tpm_is_tpm2(u32 chip_num);
63 static inline int tpm_is_tpm2(u32 chip_num) in tpm_is_tpm2() function
/linux-4.4.14/drivers/char/tpm/
Dtpm-interface.c675 int tpm_is_tpm2(u32 chip_num) in tpm_is_tpm2() function
690 EXPORT_SYMBOL_GPL(tpm_is_tpm2);
/linux-4.4.14/security/keys/
Dtrusted.c867 tpm2 = tpm_is_tpm2(TPM_ANY_NUM); in trusted_options_alloc()
917 tpm2 = tpm_is_tpm2(TPM_ANY_NUM); in trusted_instantiate()