Searched defs:tpm_buf (Results 1 – 2 of 2) sorted by relevance
377 struct tpm_buf { struct378 u32 flags;379 u32 length;380 u8 *data;381 u8 handles;
35 struct tpm_buf tpm_buf; in pubek_show() local