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