Home
last modified time | relevance | path

Searched refs:delegated_cred_handle (Results 1 – 14 of 14) sorted by relevance

/NextBSD/crypto/heimdal/appl/ftp/ftpd/
HDgss_userok.c41 gss_cred_id_t delegated_cred_handle; member
64 if (data->delegated_cred_handle != GSS_C_NO_CREDENTIAL) { in gssapi_session()
65 major = gss_store_cred(&minor, data->delegated_cred_handle, in gssapi_session()
73 gss_release_cred(&minor, &data->delegated_cred_handle); in gssapi_session()
HDgssapi.c51 gss_cred_id_t delegated_cred_handle; member
60 d->delegated_cred_handle = GSS_C_NO_CREDENTIAL; in gss_init()
209 &d->delegated_cred_handle); in gss_adat()
/NextBSD/crypto/heimdal/lib/gssapi/krb5/
HDaccept_sec_context.c156 gss_cred_id_t * delegated_cred_handle in gsskrb5_accept_delegated_token() argument
166 if (delegated_cred_handle == NULL) { in gsskrb5_accept_delegated_token()
169 *delegated_cred_handle = NULL; in gsskrb5_accept_delegated_token()
202 if (delegated_cred_handle) { in gsskrb5_accept_delegated_token()
209 delegated_cred_handle); in gsskrb5_accept_delegated_token()
213 handle = (gsskrb5_cred) *delegated_cred_handle; in gsskrb5_accept_delegated_token()
223 if (delegated_cred_handle == NULL) in gsskrb5_accept_delegated_token()
235 gss_cred_id_t *delegated_cred_handle) in gsskrb5_acceptor_ready() argument
272 delegated_cred_handle); in gsskrb5_acceptor_ready()
358 gss_cred_id_t * delegated_cred_handle) in gsskrb5_acceptor_start() argument
[all …]
/NextBSD/crypto/heimdal/lib/gssapi/mech/
HDgss_accept_sec_context.c155 gss_cred_id_t *delegated_cred_handle) in gss_accept_sec_context() argument
175 if (delegated_cred_handle) in gss_accept_sec_context()
176 *delegated_cred_handle = GSS_C_NO_CREDENTIAL; in gss_accept_sec_context()
265 if (!delegated_cred_handle) { in gss_accept_sec_context()
276 *delegated_cred_handle = delegated_mc; in gss_accept_sec_context()
301 *delegated_cred_handle = (gss_cred_id_t) dcred; in gss_accept_sec_context()
/NextBSD/sys/kgssapi/
HDgss_accept_sec_context.c55 gss_cred_id_t *delegated_cred_handle) in gss_accept_sec_context() argument
126 cred->handle = res.delegated_cred_handle; in gss_accept_sec_context()
127 if (delegated_cred_handle) { in gss_accept_sec_context()
128 *delegated_cred_handle = cred; in gss_accept_sec_context()
HDgssd.x82 gssd_cred_id_t delegated_cred_handle; member
/NextBSD/lib/libgssapi/
HDgss_accept_sec_context.c159 gss_cred_id_t *delegated_cred_handle) in gss_accept_sec_context() argument
178 if (delegated_cred_handle) in gss_accept_sec_context()
179 *delegated_cred_handle = GSS_C_NO_CREDENTIAL; in gss_accept_sec_context()
260 if (!delegated_cred_handle) { in gss_accept_sec_context()
284 *delegated_cred_handle = (gss_cred_id_t) dcred; in gss_accept_sec_context()
/NextBSD/crypto/heimdal/appl/test/
HDgssapi_server.c146 gss_cred_id_t delegated_cred_handle = NULL; in proto() local
191 delegated_cred_handle = GSS_C_NO_CREDENTIAL; in proto()
206 &delegated_cred_handle); in proto()
232 if (delegated_cred_handle != GSS_C_NO_CREDENTIAL) { in proto()
240 delegated_cred_handle, in proto()
256 gss_release_cred(&min_stat, &delegated_cred_handle); in proto()
/NextBSD/crypto/heimdal/lib/gssapi/spnego/
HDaccept_sec_context.c481 gss_cred_id_t *delegated_cred_handle in acceptor_start() argument
580 delegated_cred_handle); in acceptor_start()
698 gss_cred_id_t *delegated_cred_handle in acceptor_continue() argument
769 delegated_cred_handle); in acceptor_continue()
885 gss_cred_id_t *delegated_cred_handle in _gss_spnego_accept_sec_context() argument
903 if (delegated_cred_handle != NULL) in _gss_spnego_accept_sec_context()
904 *delegated_cred_handle = GSS_C_NO_CREDENTIAL; in _gss_spnego_accept_sec_context()
916 time_rec, delegated_cred_handle); in _gss_spnego_accept_sec_context()
HDspnego-private.h22 gss_cred_id_t *delegated_cred_handle );
/NextBSD/crypto/heimdal/lib/gssapi/ntlm/
HDaccept_sec_context.c79 gss_cred_id_t * delegated_cred_handle in _gss_ntlm_accept_sec_context() argument
106 if (delegated_cred_handle) in _gss_ntlm_accept_sec_context()
107 *delegated_cred_handle = GSS_C_NO_CREDENTIAL; in _gss_ntlm_accept_sec_context()
HDntlm-private.h22 gss_cred_id_t * delegated_cred_handle );
/NextBSD/crypto/heimdal/appl/ftp/ftp/
HDgssapi.c51 gss_cred_id_t delegated_cred_handle; member
60 d->delegated_cred_handle = GSS_C_NO_CREDENTIAL; in gss_init()
209 &d->delegated_cred_handle); in gss_adat()
/NextBSD/usr.sbin/gssd/
HDgssd.c549 gss_cred_id_t delegated_cred_handle; in gssd_accept_sec_context_1_svc() local
576 &delegated_cred_handle); in gssd_accept_sec_context_1_svc()
587 result->delegated_cred_handle = in gssd_accept_sec_context_1_svc()
588 gssd_make_resource(delegated_cred_handle); in gssd_accept_sec_context_1_svc()