Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dtpm.h176 extern int tpm_unseal_trusted(struct tpm_chip *chip,
213 static inline int tpm_unseal_trusted(struct tpm_chip *chip, in tpm_unseal_trusted() function
/Linux-v5.4/drivers/char/tpm/
Dtpm-interface.c494 int tpm_unseal_trusted(struct tpm_chip *chip, in tpm_unseal_trusted() function
510 EXPORT_SYMBOL_GPL(tpm_unseal_trusted);
/Linux-v5.4/security/keys/
Dtrusted.c1019 ret = tpm_unseal_trusted(chip, payload, options); in trusted_instantiate()