Lines Matching refs:tpm_buf
296 struct tpm_buf { struct
314 static inline void tpm_buf_reset(struct tpm_buf *buf, u16 tag, u32 ordinal) in tpm_buf_reset() argument
323 static inline int tpm_buf_init(struct tpm_buf *buf, u16 tag, u32 ordinal) in tpm_buf_init()
334 static inline void tpm_buf_destroy(struct tpm_buf *buf) in tpm_buf_destroy()
339 static inline u32 tpm_buf_length(struct tpm_buf *buf) in tpm_buf_length()
346 static inline u16 tpm_buf_tag(struct tpm_buf *buf) in tpm_buf_tag()
353 static inline void tpm_buf_append(struct tpm_buf *buf, in tpm_buf_append()
374 static inline void tpm_buf_append_u8(struct tpm_buf *buf, const u8 value) in tpm_buf_append_u8()
379 static inline void tpm_buf_append_u16(struct tpm_buf *buf, const u16 value) in tpm_buf_append_u16()
386 static inline void tpm_buf_append_u32(struct tpm_buf *buf, const u32 value) in tpm_buf_append_u32()
403 extern ssize_t tpm_transmit_cmd(struct tpm_chip *chip, struct tpm_buf *buf,