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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/heimdal/lib/gssapi/mech/
H A Dgss_import_sec_context.c40 gss_OID_desc mech_oid; local
56 mech_oid.length = (p[0] << 8) | p[1];
57 if (len < mech_oid.length + 2)
59 mech_oid.elements = p + 2;
60 buf.length = len - 2 - mech_oid.length;
61 buf.value = p + 2 + mech_oid.length;
63 m = __gss_get_mechanism(&mech_oid);
H A Dgss_import_name.c41 gss_OID_desc mech_oid; local
83 mech_oid.length = 0;
85 mech_oid.length = (mech_oid.length << 8) | p[0];
91 mech_oid.length = p[0];
96 if (mech_oid.length != t)
99 mech_oid.elements = p;
113 m = __gss_get_mechanism(&mech_oid);
H A Dgss_accept_sec_context.c33 parse_header(const gss_buffer_t input_token, gss_OID mech_oid) argument
84 mech_oid->length = p[1];
87 mech_oid->elements = p;
100 choose_mech(const gss_buffer_t input, gss_OID mech_oid) argument
109 status = parse_header(input, mech_oid);
120 *mech_oid = ntlm_mechanism;
126 *mech_oid = krb5_mechanism;
138 *mech_oid = spnego_mechanism;
184 gss_OID_desc mech_oid; local
186 major_status = choose_mech(input_token, &mech_oid);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/heimdal/lib/gssapi/mech/
H A Dgss_import_sec_context.c40 gss_OID_desc mech_oid; local
56 mech_oid.length = (p[0] << 8) | p[1];
57 if (len < mech_oid.length + 2)
59 mech_oid.elements = p + 2;
60 buf.length = len - 2 - mech_oid.length;
61 buf.value = p + 2 + mech_oid.length;
63 m = __gss_get_mechanism(&mech_oid);
H A Dgss_import_name.c41 gss_OID_desc mech_oid; local
83 mech_oid.length = 0;
85 mech_oid.length = (mech_oid.length << 8) | p[0];
91 mech_oid.length = p[0];
96 if (mech_oid.length != t)
99 mech_oid.elements = p;
113 m = __gss_get_mechanism(&mech_oid);
H A Dgss_accept_sec_context.c33 parse_header(const gss_buffer_t input_token, gss_OID mech_oid) argument
84 mech_oid->length = p[1];
87 mech_oid->elements = p;
100 choose_mech(const gss_buffer_t input, gss_OID mech_oid) argument
109 status = parse_header(input, mech_oid);
120 *mech_oid = ntlm_mechanism;
126 *mech_oid = krb5_mechanism;
138 *mech_oid = spnego_mechanism;
184 gss_OID_desc mech_oid; local
186 major_status = choose_mech(input_token, &mech_oid);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/heimdal/lib/gssapi/mech/
H A Dgss_import_sec_context.c40 gss_OID_desc mech_oid; local
56 mech_oid.length = (p[0] << 8) | p[1];
57 if (len < mech_oid.length + 2)
59 mech_oid.elements = p + 2;
60 buf.length = len - 2 - mech_oid.length;
61 buf.value = p + 2 + mech_oid.length;
63 m = __gss_get_mechanism(&mech_oid);
H A Dgss_import_name.c41 gss_OID_desc mech_oid; local
83 mech_oid.length = 0;
85 mech_oid.length = (mech_oid.length << 8) | p[0];
91 mech_oid.length = p[0];
96 if (mech_oid.length != t)
99 mech_oid.elements = p;
113 m = __gss_get_mechanism(&mech_oid);
H A Dgss_accept_sec_context.c33 parse_header(const gss_buffer_t input_token, gss_OID mech_oid) argument
84 mech_oid->length = p[1];
87 mech_oid->elements = p;
100 choose_mech(const gss_buffer_t input, gss_OID mech_oid) argument
109 status = parse_header(input, mech_oid);
120 *mech_oid = ntlm_mechanism;
126 *mech_oid = krb5_mechanism;
138 *mech_oid = spnego_mechanism;
184 gss_OID_desc mech_oid; local
186 major_status = choose_mech(input_token, &mech_oid);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/auth/gensec/
H A Dgensec.h250 const char *mech_oid);
H A Dgensec.c736 const char *mech_oid)
740 gensec_security->ops = gensec_security_by_oid(gensec_security, mech_oid);
742 DEBUG(3, ("Could not find GENSEC backend for oid=%s\n", mech_oid));
735 gensec_start_mech_by_oid(struct gensec_security *gensec_security, const char *mech_oid) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/auth/gensec/
H A Dgensec.h250 const char *mech_oid);
H A Dgensec.c736 const char *mech_oid)
740 gensec_security->ops = gensec_security_by_oid(gensec_security, mech_oid);
742 DEBUG(3, ("Could not find GENSEC backend for oid=%s\n", mech_oid));
735 gensec_start_mech_by_oid(struct gensec_security *gensec_security, const char *mech_oid) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/auth/gensec/
H A Dgensec.h250 const char *mech_oid);
H A Dgensec.c736 const char *mech_oid)
740 gensec_security->ops = gensec_security_by_oid(gensec_security, mech_oid);
742 DEBUG(3, ("Could not find GENSEC backend for oid=%s\n", mech_oid));
735 gensec_start_mech_by_oid(struct gensec_security *gensec_security, const char *mech_oid) argument

Completed in 191 milliseconds