Lines Matching refs:tpm_buf
286 struct tpm_buf { struct
292 static inline void tpm_buf_reset(struct tpm_buf *buf, u16 tag, u32 ordinal) in tpm_buf_reset() argument
301 static inline int tpm_buf_init(struct tpm_buf *buf, u16 tag, u32 ordinal) in tpm_buf_init()
313 static inline void tpm_buf_destroy(struct tpm_buf *buf) in tpm_buf_destroy()
319 static inline u32 tpm_buf_length(struct tpm_buf *buf) in tpm_buf_length()
326 static inline u16 tpm_buf_tag(struct tpm_buf *buf) in tpm_buf_tag()
333 static inline void tpm_buf_append(struct tpm_buf *buf, in tpm_buf_append()
354 static inline void tpm_buf_append_u8(struct tpm_buf *buf, const u8 value) in tpm_buf_append_u8()
359 static inline void tpm_buf_append_u16(struct tpm_buf *buf, const u16 value) in tpm_buf_append_u16()
366 static inline void tpm_buf_append_u32(struct tpm_buf *buf, const u32 value) in tpm_buf_append_u32()
381 ssize_t tpm_transmit_cmd(struct tpm_chip *chip, struct tpm_buf *buf,