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.c271 rc = tpm_buf_append_name(chip, &buf, options->keyhandle, NULL); in tpm2_seal_trusted()
436 rc = tpm_buf_append_name(chip, &buf, options->keyhandle, NULL); in tpm2_load_cmd()
501 rc = tpm_buf_append_name(chip, &buf, blob_handle, NULL); in tpm2_unseal_cmd()
/linux/include/linux/
H A Dtpm.h532 int tpm_buf_append_name(struct tpm_chip *chip, struct tpm_buf *buf,
/linux/drivers/char/tpm/
H A Dtpm2-sessions.c248 int tpm_buf_append_name(struct tpm_chip *chip, struct tpm_buf *buf, in tpm_buf_append_name() function
311 EXPORT_SYMBOL_GPL(tpm_buf_append_name);
H A Dtpm2-cmd.c205 rc = tpm_buf_append_name(chip, &buf, pcr_idx, NULL); in tpm2_pcr_extend()