Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/keys/
Dtrusted_tpm.h46 int tpm2_unseal_trusted(struct tpm_chip *chip,
/kernel/linux/linux-5.10/security/keys/trusted-keys/
Dtrusted_tpm2.c309 int tpm2_unseal_trusted(struct tpm_chip *chip, in tpm2_unseal_trusted() function
Dtrusted_tpm1.c1037 ret = tpm2_unseal_trusted(chip, payload, options); in trusted_instantiate()