Searched defs:ctx_handle (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/gss_mechs/mech_spnego/mech/
H A DgssapiP_spnego.h87 gss_ctx_id_t ctx_handle; member in struct:__anon1059
/osnet-11/usr/src/lib/rpcsec_gss/
H A Drpcsec_gss.c79 gss_buffer_desc ctx_handle; /* RPCSEC context handle */ member in struct:_rpc_gss_data
265 ap->ctx_handle.length = 0;
266 ap->ctx_handle.value = NULL;
338 * check for ctx_handle
340 if (ap->ctx_handle.length == 0) {
341 if (call_res.ctx_handle.length == 0)
343 GSS_DUP_BUFFER(ap->ctx_handle,
344 call_res.ctx_handle);
345 } else if (!GSS_BUFFERS_EQUAL(ap->ctx_handle,
346 call_res.ctx_handle))
[all...]

Completed in 28 milliseconds