Lines Matching refs:tpm_buf
305 struct tpm_buf { struct
325 static inline void tpm_buf_reset(struct tpm_buf *buf, u16 tag, u32 ordinal) in tpm_buf_reset() argument
334 static inline int tpm_buf_init(struct tpm_buf *buf, u16 tag, u32 ordinal) in tpm_buf_init()
345 static inline void tpm_buf_destroy(struct tpm_buf *buf) in tpm_buf_destroy()
350 static inline u32 tpm_buf_length(struct tpm_buf *buf) in tpm_buf_length()
357 static inline u16 tpm_buf_tag(struct tpm_buf *buf) in tpm_buf_tag()
364 static inline void tpm_buf_append(struct tpm_buf *buf, in tpm_buf_append()
385 static inline void tpm_buf_append_u8(struct tpm_buf *buf, const u8 value) in tpm_buf_append_u8()
390 static inline void tpm_buf_append_u16(struct tpm_buf *buf, const u16 value) in tpm_buf_append_u16()
397 static inline void tpm_buf_append_u32(struct tpm_buf *buf, const u32 value) in tpm_buf_append_u32()
422 extern ssize_t tpm_transmit_cmd(struct tpm_chip *chip, struct tpm_buf *buf,