Searched refs:tpm_seal_trusted (Results 1 – 3 of 3) sorted by relevance
60 extern int tpm_seal_trusted(struct tpm_chip *chip,90 static inline int tpm_seal_trusted(struct tpm_chip *chip, in tpm_seal_trusted() function
1352 int tpm_seal_trusted(struct tpm_chip *chip, struct trusted_key_payload *payload, in tpm_seal_trusted() function1366 EXPORT_SYMBOL_GPL(tpm_seal_trusted);
1026 ret = tpm_seal_trusted(NULL, payload, options); in trusted_instantiate()