Lines Matching defs:gssx_ctx
110 struct gssx_ctx { struct111 gssx_buffer exported_context_token;112 gssx_buffer state;113 u32 need_release;114 gssx_OID mech;115 gssx_name src_name;116 gssx_name targ_name;117 u64 lifetime;118 u64 ctx_flags;119 u32 locally_initiated;120 u32 open;144 struct gssx_ctx *context_handle; argument