Lines Matching refs:mech_type

546 		       input_token, input_chan_bindings, src_name, mech_type,  in k5glue_accept_sec_context()  argument
555 gss_OID *mech_type;
567 mech_type,
696 mech_type, message_context, status_string) in k5glue_display_status() argument
701 gss_OID mech_type;
706 status_type, mech_type, message_context,
784 target_name, mech_type, req_flags, time_req, in k5glue_init_sec_context() argument
792 gss_OID mech_type;
804 target_name, mech_type, req_flags,
812 lifetime_rec, mech_type, ret_flags, in k5glue_inquire_context() argument
820 gss_OID *mech_type;
827 mech_type, ret_flags, locally_initiated,
848 k5glue_inquire_cred_by_mech(ctx, minor_status, cred_handle, mech_type, name, in k5glue_inquire_cred_by_mech() argument
853 gss_OID mech_type;
860 mech_type, name, initiator_lifetime,
1117 k5glue_canonicalize_name(ctx, minor_status, input_name, mech_type, output_name)
1121 const gss_OID mech_type;
1125 mech_type, output_name);
1211 mcred = gssint_get_mechanism_cred(ucred, &krb5_mechanism.mech_type); in gss_krb5_copy_ccache()
1215 mcred = gssint_get_mechanism_cred(ucred, &krb5_mechanism_old.mech_type); in gss_krb5_copy_ccache()
1233 mcred = gssint_get_mechanism_cred(ucred, &krb5_mechanism.mech_type); in gss_krb5_set_allowable_enctypes()
1238 mcred = gssint_get_mechanism_cred(ucred, &krb5_mechanism_old.mech_type); in gss_krb5_set_allowable_enctypes()
1253 gssint_get_mechanism_cred(union_cred, mech_type) in gssint_get_mechanism_cred() argument
1255 gss_OID mech_type;
1263 if (g_OID_equal(mech_type, &union_cred->mechs_array[i]))
1285 if (oid == NULL || (!g_OID_equal(oid, &krb5_mechanism.mech_type) &&
1286 !g_OID_equal(oid, &krb5_mechanism_wrong.mech_type))) {