mech_type         377 source3/libads/sasl.c 	gss_OID mech_type = &krb5_mech_type;
mech_type         408 source3/libads/sasl.c 				      mech_type,
mech_type         544 source3/libads/sasl.c 				      mech_type,
mech_type         858 source3/libads/sasl.c 	gss_OID mech_type = GSS_C_NULL_OID;
mech_type         886 source3/libads/sasl.c 					  mech_type,
mech_type         317 source4/heimdal/lib/gssapi/krb5/accept_sec_context.c 		       gss_OID * mech_type,
mech_type         589 source4/heimdal/lib/gssapi/krb5/accept_sec_context.c     if (mech_type)
mech_type         590 source4/heimdal/lib/gssapi/krb5/accept_sec_context.c 	*mech_type = GSS_KRB5_MECHANISM;
mech_type         635 source4/heimdal/lib/gssapi/krb5/accept_sec_context.c 			   gss_OID * mech_type,
mech_type         798 source4/heimdal/lib/gssapi/krb5/accept_sec_context.c 			    gss_OID * mech_type,
mech_type         815 source4/heimdal/lib/gssapi/krb5/accept_sec_context.c     if (mech_type)
mech_type         816 source4/heimdal/lib/gssapi/krb5/accept_sec_context.c 	*mech_type = GSS_KRB5_MECHANISM;
mech_type         847 source4/heimdal/lib/gssapi/krb5/accept_sec_context.c 				     mech_type,
mech_type         861 source4/heimdal/lib/gssapi/krb5/accept_sec_context.c 					 mech_type,
mech_type          41 source4/heimdal/lib/gssapi/krb5/canonicalize_name.c             const gss_OID mech_type,
mech_type         147 source4/heimdal/lib/gssapi/krb5/display_status.c  const gss_OID	 mech_type,
mech_type         159 source4/heimdal/lib/gssapi/krb5/display_status.c     if (gss_oid_equal(mech_type, GSS_C_NO_OID) == 0 &&
mech_type         160 source4/heimdal/lib/gssapi/krb5/display_status.c 	gss_oid_equal(mech_type, GSS_KRB5_MECHANISM) == 0) {
mech_type         350 source4/heimdal/lib/gssapi/krb5/init_sec_context.c  const gss_OID mech_type,
mech_type         674 source4/heimdal/lib/gssapi/krb5/init_sec_context.c  const gss_OID mech_type,
mech_type         828 source4/heimdal/lib/gssapi/krb5/init_sec_context.c  const gss_OID mech_type,
mech_type         866 source4/heimdal/lib/gssapi/krb5/init_sec_context.c     if (mech_type != GSS_C_NO_OID &&
mech_type         867 source4/heimdal/lib/gssapi/krb5/init_sec_context.c 	!gss_oid_equal(mech_type, GSS_KRB5_MECHANISM))
mech_type         904 source4/heimdal/lib/gssapi/krb5/init_sec_context.c 			mech_type,
mech_type         932 source4/heimdal/lib/gssapi/krb5/init_sec_context.c 			  mech_type,
mech_type          44 source4/heimdal/lib/gssapi/krb5/inquire_context.c 	gss_OID * mech_type,
mech_type          87 source4/heimdal/lib/gssapi/krb5/inquire_context.c     if (mech_type)
mech_type          88 source4/heimdal/lib/gssapi/krb5/inquire_context.c 	*mech_type = GSS_KRB5_MECHANISM;
mech_type          41 source4/heimdal/lib/gssapi/krb5/inquire_cred_by_mech.c 	const gss_OID mech_type,
mech_type         151 source4/heimdal/lib/gssapi/mech/gss_accept_sec_context.c     gss_OID *mech_type,
mech_type         168 source4/heimdal/lib/gssapi/mech/gss_accept_sec_context.c 	if (mech_type)
mech_type         169 source4/heimdal/lib/gssapi/mech/gss_accept_sec_context.c 	    *mech_type = GSS_C_NO_OID;
mech_type         231 source4/heimdal/lib/gssapi/mech/gss_accept_sec_context.c 	    mech_type,
mech_type          35 source4/heimdal/lib/gssapi/mech/gss_canonicalize_name.c     const gss_OID mech_type,
mech_type          47 source4/heimdal/lib/gssapi/mech/gss_canonicalize_name.c 	major_status = _gss_find_mn(minor_status, name, mech_type, &mn);
mech_type          53 source4/heimdal/lib/gssapi/mech/gss_canonicalize_name.c 	    mn->gmn_name, mech_type, &new_canonical_name);
mech_type         143 source4/heimdal/lib/gssapi/mech/gss_display_status.c     const gss_OID mech_type,
mech_type         152 source4/heimdal/lib/gssapi/mech/gss_display_status.c 	major_status = _gss_mg_get_error(mech_type, status_type,
mech_type         187 source4/heimdal/lib/gssapi/mech/gss_display_status.c 		maj_junk = gss_oid_to_str(&min_junk, mech_type, &oid);
mech_type          33 source4/heimdal/lib/gssapi/mech/gss_init_sec_context.c _gss_mech_cred_find(gss_cred_id_t cred_handle, gss_OID mech_type)
mech_type          42 source4/heimdal/lib/gssapi/mech/gss_init_sec_context.c 		if (gss_oid_equal(mech_type, mc->gmc_mech_oid))
mech_type          70 source4/heimdal/lib/gssapi/mech/gss_init_sec_context.c 	gss_OID mech_type = input_mech_type;
mech_type          88 source4/heimdal/lib/gssapi/mech/gss_init_sec_context.c 		if (mech_type == NULL)
mech_type          89 source4/heimdal/lib/gssapi/mech/gss_init_sec_context.c 			mech_type = GSS_KRB5_MECHANISM;
mech_type          97 source4/heimdal/lib/gssapi/mech/gss_init_sec_context.c 		m = ctx->gc_mech = __gss_get_mechanism(mech_type);
mech_type         105 source4/heimdal/lib/gssapi/mech/gss_init_sec_context.c 		mech_type = &ctx->gc_mech->gm_mech_oid;
mech_type         112 source4/heimdal/lib/gssapi/mech/gss_init_sec_context.c 	major_status = _gss_find_mn(minor_status, name, mech_type, &mn);
mech_type         122 source4/heimdal/lib/gssapi/mech/gss_init_sec_context.c 	cred_handle = _gss_mech_cred_find(initiator_cred_handle, mech_type);
mech_type         128 source4/heimdal/lib/gssapi/mech/gss_init_sec_context.c 	    mech_type,
mech_type          38 source4/heimdal/lib/gssapi/mech/gss_inquire_context.c     gss_OID *mech_type,
mech_type          60 source4/heimdal/lib/gssapi/mech/gss_inquire_context.c 	if (mech_type)
mech_type          61 source4/heimdal/lib/gssapi/mech/gss_inquire_context.c 	    *mech_type = GSS_C_NO_OID;
mech_type          69 source4/heimdal/lib/gssapi/mech/gss_inquire_context.c 	    mech_type,
mech_type          82 source4/heimdal/lib/gssapi/mech/gss_inquire_context.c 			if (mech_type)
mech_type          83 source4/heimdal/lib/gssapi/mech/gss_inquire_context.c 				*mech_type = GSS_C_NO_OID;
mech_type          94 source4/heimdal/lib/gssapi/mech/gss_inquire_context.c 			if (mech_type)
mech_type          95 source4/heimdal/lib/gssapi/mech/gss_inquire_context.c 				*mech_type = GSS_C_NO_OID;
mech_type          35 source4/heimdal/lib/gssapi/mech/gss_inquire_cred_by_mech.c     const gss_OID mech_type,
mech_type          58 source4/heimdal/lib/gssapi/mech/gss_inquire_cred_by_mech.c 	m = __gss_get_mechanism(mech_type);
mech_type          74 source4/heimdal/lib/gssapi/mech/gss_inquire_cred_by_mech.c 	major_status = m->gm_inquire_cred_by_mech(minor_status, mc, mech_type,
mech_type         541 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c 	    gss_OID * mech_type,
mech_type         748 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c     if (mech_type != NULL)
mech_type         749 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c 	*mech_type = ctx->negotiated_mech_type;
mech_type         775 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c 	    gss_OID * mech_type,
mech_type         951 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c     if (mech_type != NULL)
mech_type         952 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c 	*mech_type = ctx->negotiated_mech_type;
mech_type         977 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c 	    gss_OID * mech_type,
mech_type         993 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c     if (mech_type != NULL)
mech_type         994 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c 	*mech_type = GSS_C_NO_OID;
mech_type        1011 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c 		   src_name, mech_type, output_token, ret_flags,
mech_type         202 source4/heimdal/lib/gssapi/spnego/compat.c add_mech_type(gss_OID mech_type,
mech_type         209 source4/heimdal/lib/gssapi/spnego/compat.c     if (gss_oid_equal(mech_type, GSS_SPNEGO_MECHANISM))
mech_type         213 source4/heimdal/lib/gssapi/spnego/compat.c 	gss_oid_equal(mech_type, &_gss_spnego_krb5_mechanism_oid_desc)) {
mech_type         225 source4/heimdal/lib/gssapi/spnego/compat.c     ret = der_get_oid(mech_type->elements, mech_type->length, &mech, NULL);
mech_type         390 source4/heimdal/lib/gssapi/spnego/context_stubs.c             gss_OID * mech_type,
mech_type         415 source4/heimdal/lib/gssapi/spnego/context_stubs.c 				   mech_type,
mech_type         628 source4/heimdal/lib/gssapi/spnego/context_stubs.c             const gss_OID mech_type,
mech_type         269 source4/heimdal/lib/gssapi/spnego/cred_stubs.c             const gss_OID mech_type,
mech_type         297 source4/heimdal/lib/gssapi/spnego/cred_stubs.c 				   mech_type,
mech_type         185 source4/heimdal/lib/gssapi/spnego/init_sec_context.c             const gss_OID mech_type,
mech_type         383 source4/heimdal/lib/gssapi/spnego/init_sec_context.c             const gss_OID mech_type,
mech_type         626 source4/heimdal/lib/gssapi/spnego/init_sec_context.c             const gss_OID mech_type,
mech_type         644 source4/heimdal/lib/gssapi/spnego/init_sec_context.c 			       mech_type,
mech_type         658 source4/heimdal/lib/gssapi/spnego/init_sec_context.c 			     mech_type,