Searched defs:hwkey_msg (Results 1 – 2 of 2) sorted by relevance
173 struct hwkey_msg { struct174 struct hwkey_msg_header header; argument179 STATIC_ASSERT(sizeof(struct hwkey_msg) == 20); argument
596 let msg = unsafe { &*(bytes.as_ptr() as *const hwkey_msg) }; in deserialize() constant