Searched refs:tpm_buf (Results 1 – 2 of 2) sorted by relevance
| /include/linux/ |
| D | tpm.h | 378 struct tpm_buf { struct 413 int tpm_buf_init(struct tpm_buf *buf, u16 tag, u32 ordinal); 414 void tpm_buf_reset(struct tpm_buf *buf, u16 tag, u32 ordinal); 415 int tpm_buf_init_sized(struct tpm_buf *buf); 416 void tpm_buf_reset_sized(struct tpm_buf *buf); 417 void tpm_buf_destroy(struct tpm_buf *buf); 418 u32 tpm_buf_length(struct tpm_buf *buf); 419 void tpm_buf_append(struct tpm_buf *buf, const u8 *new_data, u16 new_length); 420 void tpm_buf_append_u8(struct tpm_buf *buf, const u8 value); 421 void tpm_buf_append_u16(struct tpm_buf *buf, const u16 value); [all …]
|
| /include/keys/ |
| D | trusted_tpm.h | 41 int oiap(struct tpm_buf *tb, uint32_t *handle, unsigned char *nonce);
|