Searched refs:ctx_handle (Results 1 - 5 of 5) sorted by relevance

/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...]
H A Dsvc_rpcsec_gss.c619 if (creds.ctx_handle.length != 0) {
648 if (creds.ctx_handle.length == 0) {
652 if ((client_data = get_client(&creds.ctx_handle)) == NULL) {
669 * Any response we send will use ctx_handle, so set it now;
672 call_res.ctx_handle.length = sizeof (client_data->key);
673 call_res.ctx_handle.value = (char *)&client_data->key;
843 * the context. Don't dispatch. Set ctx_handle
846 call_res.ctx_handle.length = 0;
847 call_res.ctx_handle.value = NULL;
1066 if (creds.ctx_handle
[all...]
H A Drpcsec_gss_misc.c80 !__xdr_gss_buf(xdrs, &creds->ctx_handle))
100 if (!__xdr_gss_buf(xdrs, &init_res->ctx_handle) ||
/osnet-11/usr/src/lib/gss_mechs/mech_spnego/mech/
H A Dspnego_mech.c520 spnego_ctx->ctx_handle = GSS_C_NO_CONTEXT;
617 ret = gss_verify_mic(minor_status, sc->ctx_handle,
630 ret = gss_get_mic(minor_status, sc->ctx_handle,
704 sc->ctx_handle = GSS_C_NO_CONTEXT;
882 gss_delete_sec_context(&tmpmin, &sc->ctx_handle,
936 &sc->ctx_handle,
1130 *context_handle = (gss_ctx_id_t)spnego_ctx->ctx_handle;
1139 &spnego_ctx->ctx_handle,
1800 if (sc->ctx_handle == GSS_C_NO_CONTEXT) {
1816 &sc->ctx_handle,
[all...]
H A DgssapiP_spnego.h87 gss_ctx_id_t ctx_handle; member in struct:__anon1059

Completed in 128 milliseconds