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