Searched defs:sgx_sigstruct_body (Results 1 – 1 of 1) sorted by relevance
323 struct sgx_sigstruct_body { struct324 u32 miscselect;325 u32 misc_mask;326 u8 reserved2[20];327 u64 attributes;328 u64 xfrm;329 u64 attributes_mask;330 u64 xfrm_mask;331 u8 mrenclave[32];355 struct sgx_sigstruct_body body; argument