Searched refs:tpm_buf_append_name (Results 1 – 4 of 4) sorted by relevance
/linux/security/keys/trusted-keys/ |
H A D | trusted_tpm2.c | 286 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 D | tpm.h | 504 void tpm_buf_append_name(struct tpm_chip *chip, struct tpm_buf *buf,
|
/linux/drivers/char/tpm/ |
H A D | tpm2-sessions.c | 230 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 D | tpm2-cmd.c | 253 tpm_buf_append_name(chip, &buf, pcr_idx, NULL); in tpm2_pcr_extend()
|