Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dtpm.h173 extern int tpm_seal_trusted(struct tpm_chip *chip,
207 static inline int tpm_seal_trusted(struct tpm_chip *chip, in tpm_seal_trusted() function
/Linux-v5.4/drivers/char/tpm/
Dtpm-interface.c467 int tpm_seal_trusted(struct tpm_chip *chip, struct trusted_key_payload *payload, in tpm_seal_trusted() function
481 EXPORT_SYMBOL_GPL(tpm_seal_trusted);
/Linux-v5.4/security/keys/
Dtrusted.c1035 ret = tpm_seal_trusted(chip, payload, options); in trusted_instantiate()