Searched refs:rctxh (Results 1 – 1 of 1) sorted by relevance
280 struct gssx_ctx rctxh = { in gssp_accept_sec_context_upcall() local291 .context_handle = &rctxh, in gssp_accept_sec_context_upcall()321 data->out_handle = rctxh.exported_context_token; in gssp_accept_sec_context_upcall()322 data->mech_oid.len = rctxh.mech.len; in gssp_accept_sec_context_upcall()323 if (rctxh.mech.data) { in gssp_accept_sec_context_upcall()324 memcpy(data->mech_oid.data, rctxh.mech.data, in gssp_accept_sec_context_upcall()326 kfree(rctxh.mech.data); in gssp_accept_sec_context_upcall()328 client_name = rctxh.src_name.display_name; in gssp_accept_sec_context_upcall()329 target_name = rctxh.targ_name.display_name; in gssp_accept_sec_context_upcall()