Searched refs:mech_module_find (Results 1 - 3 of 3) sorted by relevance

/dovecot/src/auth/
H A Dmech.h62 const struct mech_module *mech_module_find(const char *name);
H A Dmech.c40 const struct mech_module *mech_module_find(const char *name) function
158 mech = mech_module_find(name);
162 mech = mech_module_find(name);
H A Dmech-gssapi.c771 if (mech_module_find(mech_gssapi_spnego.mech_name) == NULL)
781 mech = mech_module_find(mech_gssapi_spnego.mech_name);

Completed in 14 milliseconds