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

/macosx-10.10.1/Heimdal-398.1.2/lib/gssapi/mech/
H A Dgss_mech_switch.c156 m->gm_mech.gm_ ## name = dlsym(so, "gss_" #name); \
157 if (!m->gm_mech.gm_ ## name || \
158 m->gm_mech.gm_ ##name == gss_ ## name) { \
166 m->gm_mech.gm_ ## name = dlsym(so, "gss_" #name); \
167 if (m->gm_mech.gm_ ## name == gss_ ## name) \
168 m->gm_mech.gm_ ## name = NULL; \
173 m->gm_mech.gm_ ## name = dlsym(so, "gssspi_" #name); \
178 m->gm_mech.gm_compat->gmc_ ## name = dlsym(so, "gss_" #name); \
179 if (m->gm_mech.gm_compat->gmc_ ## name == gss_ ## name) \
180 m->gm_mech
[all...]
H A Dmech_switch.h37 gssapi_mech_interface_desc gm_mech; member in struct:_gss_mech_switch
H A Dgss_indicate_mechs.c47 if (m->gm_mech.gm_indicate_mechs) {
48 major_status = m->gm_mech.gm_indicate_mechs(
H A Dgss_set_cred_option.c59 if (m->gm_mech.gm_set_cred_option == NULL)
70 mc->gmc_mech = &m->gm_mech;
74 major_status = m->gm_mech.gm_set_cred_option(
H A Dgss_inquire_cred.c137 if (m->gm_mech.gm_inquire_cred == NULL)
140 major_status = m->gm_mech.gm_inquire_cred(minor_status,
151 m->gm_mech.gm_release_name(
155 mn->gmn_mech = &m->gm_mech;
160 m->gm_mech.gm_release_name(minor_status,
H A Dgss_release_oid.c85 if (&m->gm_mech.gm_mech_oid == o)
H A Dgss_import_name.c254 major_status = (*m->gm_mech.gm_import_name)(minor_status,
260 _gss_mg_error(&m->gm_mech, *minor_status);
269 mn->gmn_mech = &m->gm_mech;
H A Dgss_krb5.c231 if (m->gm_mech.gm_set_sec_context_option == NULL)
233 m->gm_mech.gm_set_sec_context_option(&junk, NULL,
505 if (m->gm_mech.gm_set_sec_context_option == NULL)
507 m->gm_mech.gm_set_sec_context_option(&junk, NULL,
540 if (m->gm_mech.gm_set_sec_context_option == NULL)
542 m->gm_mech.gm_set_sec_context_option(&junk, NULL,
828 if (m->gm_mech.gm_set_sec_context_option == NULL)
830 m->gm_mech.gm_set_sec_context_option(&junk, NULL,
890 if (m->gm_mech.gm_set_sec_context_option == NULL)
892 m->gm_mech
[all...]
H A Dgss_mo.c423 gmc = m->gm_mech.gm_compat;
510 gssapi_mech_interface mi = &ms->gm_mech;
609 add_all_mo(&m->gm_mech, known_mech_attrs, GSS_MO_MA);

Completed in 76 milliseconds