Searched refs:tpm_is_tpm2 (Results 1 – 4 of 4) sorted by relevance
408 extern int tpm_is_tpm2(struct tpm_chip *chip);422 static inline int tpm_is_tpm2(struct tpm_chip *chip) in tpm_is_tpm2() function
260 int tpm_is_tpm2(struct tpm_chip *chip) in tpm_is_tpm2() function274 EXPORT_SYMBOL_GPL(tpm_is_tpm2);
746 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()
903 r = tpm_is_tpm2(NULL); in tpm_key_create()