Home
last modified time | relevance | path

Searched refs:tpm_buf_append_name (Results 1 – 4 of 4) sorted by relevance

/linux/security/keys/trusted-keys/
H A Dtrusted_tpm2.c278 rc = tpm_buf_append_name(chip, buf, options->keyhandle, NULL); in tpm2_seal_trusted()
444 rc = tpm_buf_append_name(chip, buf, options->keyhandle, NULL); in tpm2_load_cmd()
508 rc = tpm_buf_append_name(chip, buf, blob_handle, NULL); in tpm2_unseal_cmd()
/linux/include/linux/
H A Dtpm.h308 int tpm_buf_append_name(struct tpm_chip *chip, struct tpm_buf *buf,
/linux/drivers/char/tpm/
H A Dtpm2-sessions.c241 int tpm_buf_append_name(struct tpm_chip *chip, struct tpm_buf *buf, in tpm_buf_append_name() function
307 EXPORT_SYMBOL_GPL(tpm_buf_append_name);
H A Dtpm2-cmd.c197 rc = tpm_buf_append_name(chip, buf, pcr_idx, NULL); in tpm2_pcr_extend()