Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dtpm.h60 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
/Linux-v4.19/drivers/char/tpm/
Dtpm-interface.c1352 int tpm_seal_trusted(struct tpm_chip *chip, struct trusted_key_payload *payload, in tpm_seal_trusted() function
1366 EXPORT_SYMBOL_GPL(tpm_seal_trusted);
/Linux-v4.19/security/keys/
Dtrusted.c1026 ret = tpm_seal_trusted(NULL, payload, options); in trusted_instantiate()