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.c286 tpm_buf_append_name(chip, &buf, options->keyhandle, NULL); in tpm2_seal_trusted()
447 tpm_buf_append_name(chip, &buf, options->keyhandle, NULL); in tpm2_load_cmd()
509 tpm_buf_append_name(chip, &buf, blob_handle, NULL); in tpm2_unseal_cmd()
/linux/include/linux/
H A Dtpm.h504 void tpm_buf_append_name(struct tpm_chip *chip, struct tpm_buf *buf,
/linux/drivers/char/tpm/
H A Dtpm2-sessions.c230 void tpm_buf_append_name(struct tpm_chip *chip, struct tpm_buf *buf, in tpm_buf_append_name() function
271 EXPORT_SYMBOL_GPL(tpm_buf_append_name);
H A Dtpm2-cmd.c253 tpm_buf_append_name(chip, &buf, pcr_idx, NULL); in tpm2_pcr_extend()