Searched refs:mech_oid (Results 1 - 9 of 9) sorted by relevance

/macosx-10.9.5/Heimdal-323.92.1/lib/gssapi/mech/
H A Dgss_import_sec_context.c39 gss_OID_desc mech_oid; local
55 mech_oid.length = (p[0] << 8) | p[1];
56 if (len < mech_oid.length + 2)
58 mech_oid.elements = p + 2;
59 buf.length = len - 2 - mech_oid.length;
60 buf.value = p + 2 + mech_oid.length;
62 m = __gss_get_mechanism(&mech_oid);
H A Dgss_import_name.c40 gss_OID_desc mech_oid; local
92 mech_oid.length = 0;
94 mech_oid.length = (mech_oid.length << 8) | p[0];
100 mech_oid.length = p[0];
105 if (mech_oid.length != t)
108 mech_oid.elements = p;
121 m = __gss_get_mechanism(&mech_oid);
H A Dgss_accept_sec_context.c32 parse_header(const gss_buffer_t input_token, gss_OID mech_oid) argument
83 mech_oid->length = p[1];
85 mech_oid->elements = p;
98 choose_mech(const gss_buffer_t input, gss_OID mech_oid) argument
107 status = parse_header(input, mech_oid);
118 *mech_oid = ntlm_mechanism;
124 *mech_oid = krb5_mechanism;
136 *mech_oid = spnego_mechanism;
188 gss_OID_desc mech_oid; local
190 major_status = choose_mech(input_token, &mech_oid);
[all...]
H A Dgss_mech_switch.c242 gss_OID_desc mech_oid; local
297 if (_gss_string_to_oid(oid, &mech_oid))
305 if (gss_oid_equal(&m->gm_mech.gm_mech_oid, &mech_oid)) {
307 free(mech_oid.elements);
333 m->gm_mech_oid = mech_oid;
334 m->gm_mech.gm_mech_oid = mech_oid;
405 major_status = mi(&minor_status, &mech_oid,
/macosx-10.9.5/Heimdal-323.92.1/appl/test/
H A Dgssapi_server.c187 gss_OID mech_oid; local
239 &mech_oid,
257 p = (char *)mech_oid->elements;
258 if (mech_oid->length == GSS_KRB5_MECHANISM->length
259 && memcmp(p, GSS_KRB5_MECHANISM->elements, mech_oid->length) == 0)
261 else if (mech_oid->length == GSS_SPNEGO_MECHANISM->length
262 && memcmp(p, GSS_SPNEGO_MECHANISM->elements, mech_oid->length) == 0)
H A Dgssapi_client.c150 gss_OID mech_oid; local
153 mech_oid = select_mech(mech);
236 mech_oid,
H A Dhttp_client.c290 gss_OID mech_oid, cred_mech_oid; local
310 mech_oid = select_mech(mech);
315 cred_mech_oid = mech_oid;
443 mech_oid,
/macosx-10.9.5/Heimdal-323.92.1/appl/popper/
H A Dauth_gssapi.c47 gss_OID mech_oid; member in struct:gss_state
66 gs->mech_oid,
113 &gs->mech_oid,
/macosx-10.9.5/gssd-62/
H A Dgssd.c2435 gss_OID mech_oid; local
2467 &mech_oid, /* Actual mech types */
2492 if (gss_oid_equal(mech_oid, GSS_NTLM_MECHANISM)) {
2513 major_stat = GetSessionKey(minor_stat, mech_oid, context,

Completed in 101 milliseconds