Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dtpm.h63 extern int tpm_unseal_trusted(struct tpm_chip *chip,
96 static inline int tpm_unseal_trusted(struct tpm_chip *chip, in tpm_unseal_trusted() function
/Linux-v4.19/drivers/char/tpm/
Dtpm-interface.c1379 int tpm_unseal_trusted(struct tpm_chip *chip, in tpm_unseal_trusted() function
1395 EXPORT_SYMBOL_GPL(tpm_unseal_trusted);
/Linux-v4.19/security/keys/
Dtrusted.c1010 ret = tpm_unseal_trusted(NULL, payload, options); in trusted_instantiate()