Home
last modified time | relevance | path

Searched refs:int_mech_type (Results 1 – 2 of 2) sorted by relevance

/src/crypto/krb5/src/lib/gssapi/mechglue/
H A Dg_initialize.c578 if (cf->int_mech_type != GSS_C_NO_OID) in releaseMechInfo()
579 generic_gss_release_oid(&minor_status, &cf->int_mech_type); in releaseMechInfo()
965 if (mi == NULL || mi->int_mech_type != NULL) in loadInterMech()
969 mi->int_mech_type = interposed_oid(minfo->mech_type, oid); in loadInterMech()
970 if (mi->int_mech_type == NULL) in loadInterMech()
1028 if (minfo->int_mech_type != GSS_C_NO_OID) in gssint_select_mech_type()
1029 *selected_oid = minfo->int_mech_type; in gssint_select_mech_type()
1034 } else if ((minfo->int_mech_type != GSS_C_NO_OID) && in gssint_select_mech_type()
1035 (g_OID_equal(minfo->int_mech_type, oid))) { in gssint_select_mech_type()
1070 ((minfo->int_mech_type != GSS_C_NO_OID) && in gssint_get_public_oid()
[all …]
H A DmglueP.h749 gss_OID int_mech_type; /* points to the interposer OID */ member