Home
last modified time | relevance | path

Searched refs:ordinal (Results 1 – 1 of 1) sorted by relevance

/include/linux/
Dtpm.h295 __be32 ordinal; member
329 static inline void tpm_buf_reset(struct tpm_buf *buf, u16 tag, u32 ordinal) in tpm_buf_reset() argument
335 head->ordinal = cpu_to_be32(ordinal); in tpm_buf_reset()
338 static inline int tpm_buf_init(struct tpm_buf *buf, u16 tag, u32 ordinal) in tpm_buf_init() argument
345 tpm_buf_reset(buf, tag, ordinal); in tpm_buf_init()