Home
last modified time | relevance | path

Searched refs:gm_compat (Results 1 – 4 of 4) sorted by relevance

/NextBSD/crypto/heimdal/lib/gssapi/mech/
HDgss_mech_switch.c176 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.gm_compat->gmc_ ## name = NULL; \
183 m->gm_mech.gm_compat->gmc_ ## name = dlsym(so, "gssspi_" #name);\
184 if (m->gm_mech.gm_compat->gmc_ ## name == gss_ ## name) \
185 m->gm_mech.gm_compat->gmc_ ## name = NULL; \
320 m->gm_mech.gm_compat = calloc(1, sizeof(struct gss_mech_compat_desc_struct)); in _gss_load_mech()
321 if (m->gm_mech.gm_compat == NULL) in _gss_load_mech()
415 free(m->gm_mech.gm_compat); in _gss_load_mech()
HDgss_acquire_cred_ext.c72 m->gm_compat && in _gss_acquire_mech_cred()
73 m->gm_compat->gmc_acquire_cred_with_password) { in _gss_acquire_mech_cred()
79 major_status = m->gm_compat->gmc_acquire_cred_with_password(minor_status, in _gss_acquire_mech_cred()
HDgss_mo.c245 gmc = m->gm_compat; in inquire_saslname_for_mech_compat()
371 gmc = m->gm_mech.gm_compat; in gss_inquire_mech_for_saslname()
465 struct gss_mech_compat_desc_struct *gmc = mi->gm_compat; in gss_indicate_mechs_by_attrs()
532 gmc = m->gm_compat; in gss_inquire_attrs_for_mech()
/NextBSD/crypto/heimdal/lib/gssapi/
HDgssapi_mech.h547 struct gss_mech_compat_desc_struct *gm_compat; member