Searched refs:rctxh (Results 1 – 1 of 1) sorted by relevance
258 struct gssx_ctx rctxh = { in gssp_accept_sec_context_upcall() local268 .context_handle = &rctxh, in gssp_accept_sec_context_upcall()299 data->out_handle = rctxh.exported_context_token; in gssp_accept_sec_context_upcall()300 data->mech_oid.len = rctxh.mech.len; in gssp_accept_sec_context_upcall()301 if (rctxh.mech.data) in gssp_accept_sec_context_upcall()302 memcpy(data->mech_oid.data, rctxh.mech.data, in gssp_accept_sec_context_upcall()304 client_name = rctxh.src_name.display_name; in gssp_accept_sec_context_upcall()