Home
last modified time | relevance | path

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

/linux/include/keys/
H A Dtrusted_tpm.h46 int tpm2_unseal_trusted(struct tpm_chip *chip,
/linux/security/keys/trusted-keys/
H A Dtrusted_tpm2.c583 int tpm2_unseal_trusted(struct tpm_chip *chip, in tpm2_unseal_trusted() function
H A Dtrusted_tpm1.c969 ret = tpm2_unseal_trusted(chip, p, options); in trusted_tpm_unseal()