Searched refs:tpm_unseal_trusted (Results 1 – 3 of 3) sorted by relevance
63 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
1379 int tpm_unseal_trusted(struct tpm_chip *chip, in tpm_unseal_trusted() function1395 EXPORT_SYMBOL_GPL(tpm_unseal_trusted);
1010 ret = tpm_unseal_trusted(NULL, payload, options); in trusted_instantiate()