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