Searched defs:tpm_buf (Results 1 – 2 of 2) sorted by relevance
381 struct tpm_buf { struct382 u32 flags;383 u32 length;384 u8 *data;385 u8 handles;
35 struct tpm_buf tpm_buf; in pubek_show() local