Symbol: GSS_SPNEGO_MECHANISM
crypto/heimdal/appl/test/gss_common.c
128
return GSS_SPNEGO_MECHANISM;
crypto/heimdal/appl/test/gssapi_server.c
224
else if (mech_oid->length == GSS_SPNEGO_MECHANISM->length
crypto/heimdal/appl/test/gssapi_server.c
225
&& memcmp(p, GSS_SPNEGO_MECHANISM->elements, mech_oid->length) == 0)
crypto/heimdal/lib/gssapi/gssapi/gssapi_spnego.h
51
#define gss_mech_spnego GSS_SPNEGO_MECHANISM
crypto/heimdal/lib/gssapi/mech/gss_oid.c
262
{ GSS_SPNEGO_MECHANISM, "GSS_SPNEGO_MECHANISM", "SPNEGO", "Heimdal SPNEGO mechanism" },
crypto/heimdal/lib/gssapi/spnego/accept_sec_context.c
140
ret = gss_encapsulate_token(&data, GSS_SPNEGO_MECHANISM, output_token);
crypto/heimdal/lib/gssapi/spnego/accept_sec_context.c
335
if (gss_oid_equal(&oid, GSS_SPNEGO_MECHANISM)) {
crypto/heimdal/lib/gssapi/spnego/accept_sec_context.c
515
GSS_SPNEGO_MECHANISM,
crypto/heimdal/lib/gssapi/spnego/compat.c
207
if (gss_oid_equal(mech_type, GSS_SPNEGO_MECHANISM))
crypto/heimdal/lib/gssapi/spnego/compat.c
282
if (gss_oid_equal(&supported_mechs->elements[i], GSS_SPNEGO_MECHANISM))
crypto/heimdal/lib/gssapi/spnego/context_stubs.c
53
if (gss_oid_equal(&m->elements[i], GSS_SPNEGO_MECHANISM))
crypto/heimdal/lib/gssapi/spnego/context_stubs.c
616
GSS_SPNEGO_MECHANISM,
crypto/heimdal/lib/gssapi/spnego/cred_stubs.c
101
if (gss_oid_equal(&mechs->elements[i], GSS_SPNEGO_MECHANISM))
crypto/heimdal/lib/gssapi/spnego/init_sec_context.c
351
GSS_SPNEGO_MECHANISM,
crypto/heimdal/lib/gssapi/spnego/init_sec_context.c
452
if (ret || (ctx->oidlen == GSS_SPNEGO_MECHANISM->length &&
crypto/heimdal/lib/gssapi/spnego/init_sec_context.c
454
GSS_SPNEGO_MECHANISM->elements,
crypto/heimdal/lib/gssapi/test_context.c
85
o2n[1].oid = GSS_SPNEGO_MECHANISM;
crypto/heimdal/lib/gssapi/test_context.c
911
loop(GSS_SPNEGO_MECHANISM, nameoid, argv[0], deleg_cred, &sctx, &cctx,
crypto/heimdal/lib/gssapi/test_context.c
949
loop(GSS_SPNEGO_MECHANISM, nameoid, argv[0], cred2, &sctx, &cctx,
crypto/heimdal/lib/gssapi/test_names.c
221
GSS_SPNEGO_MECHANISM,