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

/freebsd-12-stable/crypto/heimdal/lib/gssapi/mech/
H A Dgss_mech_switch.c154 m->gm_mech.gm_ ## name = dlsym(so, "gss_" #name); \
155 if (!m->gm_mech.gm_ ## name || \
156 m->gm_mech.gm_ ##name == gss_ ## name) { \
164 m->gm_mech.gm_ ## name = dlsym(so, "gss_" #name); \
165 if (m->gm_mech.gm_ ## name == gss_ ## name) \
166 m->gm_mech.gm_ ## name = NULL; \
171 m->gm_mech.gm_ ## name = dlsym(so, "gssspi_" #name); \
176 m->gm_mech.gm_compat->gmc_ ## name = dlsym(so, "gss_" #name); \
177 if (m->gm_mech.gm_compat->gmc_ ## name == gss_ ## name) \
178 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.c61 if (m->gm_mech.gm_set_cred_option == NULL)
72 mc->gmc_mech = &m->gm_mech;
76 major_status = m->gm_mech.gm_set_cred_option(
H A Dgss_inquire_cred.c138 major_status = m->gm_mech.gm_inquire_cred(minor_status,
149 m->gm_mech.gm_release_name(
153 mn->gmn_mech = &m->gm_mech;
158 m->gm_mech.gm_release_name(minor_status,
H A Dgss_import_name.c257 major_status = (*m->gm_mech.gm_import_name)(minor_status,
263 _gss_mg_error(&m->gm_mech, major_status, *minor_status);
268 mn->gmn_mech = &m->gm_mech;
H A Dgss_krb5.c229 if (m->gm_mech.gm_set_sec_context_option == NULL)
231 m->gm_mech.gm_set_sec_context_option(&junk, NULL,
503 if (m->gm_mech.gm_set_sec_context_option == NULL)
505 m->gm_mech.gm_set_sec_context_option(&junk, NULL,
534 if (m->gm_mech.gm_set_sec_context_option == NULL)
536 m->gm_mech.gm_set_sec_context_option(&junk, NULL,
822 if (m->gm_mech.gm_set_sec_context_option == NULL)
824 m->gm_mech.gm_set_sec_context_option(&junk, NULL,
884 if (m->gm_mech.gm_set_sec_context_option == NULL)
886 m->gm_mech
[all...]
H A Dgss_mo.c371 gmc = m->gm_mech.gm_compat;
464 gssapi_mech_interface mi = &ms->gm_mech;
563 add_all_mo(&m->gm_mech, known_mech_attrs, GSS_MO_MA);

Completed in 59 milliseconds