Home
last modified time | relevance | path

Searched refs:tpm2 (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/security/keys/
Dtrusted.c865 int tpm2; in trusted_options_alloc() local
867 tpm2 = tpm_is_tpm2(TPM_ANY_NUM); in trusted_options_alloc()
868 if (tpm2 < 0) in trusted_options_alloc()
876 if (!tpm2) in trusted_options_alloc()
915 int tpm2; in trusted_instantiate() local
917 tpm2 = tpm_is_tpm2(TPM_ANY_NUM); in trusted_instantiate()
918 if (tpm2 < 0) in trusted_instantiate()
919 return tpm2; in trusted_instantiate()
957 if (tpm2) in trusted_instantiate()
973 if (tpm2) in trusted_instantiate()
/linux-4.4.14/drivers/char/tpm/
DMakefile5 tpm-y := tpm-interface.o tpm-dev.o tpm-sysfs.o tpm-chip.o tpm2-cmd.o