Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/lib/gssapi/mech/
H A Dgss_mech_switch.c178 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.gm_compat->gmc_ ## name = NULL; \
185 m->gm_mech.gm_compat->gmc_ ## name = dlsym(so, "gssspi_" #name);\
186 if (m->gm_mech.gm_compat->gmc_ ## name == gss_ ## name) \
187 m->gm_mech.gm_compat->gmc_ ## name = NULL; \
322 m->gm_mech.gm_compat = calloc(1, sizeof(struct gss_mech_compat_desc_struct)); in _gss_load_mech()
323 if (m->gm_mech.gm_compat == NULL) in _gss_load_mech()
417 free(m->gm_mech.gm_compat); in _gss_load_mech()
H A Dgss_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()
H A Dgss_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()
/freebsd/crypto/heimdal/lib/gssapi/
H A Dgssapi_mech.h547 struct gss_mech_compat_desc_struct *gm_compat; member