Lines Matching refs:ctx_handle
79 gss_buffer_desc ctx_handle; /* RPCSEC context handle */
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))
469 if (ap->ctx_handle.length > 0)
470 ag_creds.ctx_handle = ap->ctx_handle;
472 ag_creds.ctx_handle.length = 0;
473 ag_creds.ctx_handle.value = NULL;
670 if (ap->ctx_handle.length != 0) {
672 &ap->ctx_handle);
673 ap->ctx_handle.length = 0;
674 ap->ctx_handle.value = NULL;
733 if (ap->ctx_handle.length != 0) {
740 (void) gss_release_buffer(&minor_stat, &ap->ctx_handle);
741 ap->ctx_handle.length = 0;
742 ap->ctx_handle.value = NULL;