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