Searched defs:tpm_buf (Results 1 – 3 of 3) sorted by relevance
20 struct tpm_buf { struct21 int len;22 unsigned char data[MAX_BUF_SIZE];
421 struct tpm_buf { struct427 static inline void tpm_buf_reset(struct tpm_buf *buf, u16 tag, u32 ordinal) in tpm_buf_reset() argument
40 struct tpm_buf tpm_buf; in pubek_show() local