Home
last modified time | relevance | path

Searched defs:tpm_buf (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/security/keys/
Dtrusted.h20 struct tpm_buf { struct
21 int len;
22 unsigned char data[MAX_BUF_SIZE];
/Linux-v4.19/drivers/char/tpm/
Dtpm.h421 struct tpm_buf { struct
427 static inline void tpm_buf_reset(struct tpm_buf *buf, u16 tag, u32 ordinal) in tpm_buf_reset() argument
Dtpm-sysfs.c40 struct tpm_buf tpm_buf; in pubek_show() local