Searched defs:plug (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/libsasl/lib/
H A Dcanonusr.c68 const sasl_canonuser_plug_t *plug; member in struct:canonuser_plug_list
155 if((ptr->plug->name && !strcmp(plugin_name, ptr->plug->name))
179 result = ptr->plug->canon_user_server(ptr->plug->glob_context,
187 result = ptr->plug->canon_user_client(ptr->plug->glob_context,
244 if(ptr->plug->canon_user_free)
245 ptr->plug->canon_user_free(ptr->plug
288 sasl_canonuser_plug_t *plug; local
491 internal_canonuser_init(const sasl_utils_t *utils __attribute__((unused)), int max_version, int *out_version, sasl_canonuser_plug_t **plug, const char *plugname __attribute__((unused))) argument
[all...]
H A Dauxprop.c84 const sasl_auxprop_plug_t *plug; member in struct:auxprop_plug_list
822 * properties not recognized by active plug-ins will be left empty/NULL
855 sasl_auxprop_plug_t *plug; local
874 &out_version, &plug, plugname);
887 if(!plug->auxprop_lookup) return SASL_BADPROT;
891 if (plug->name == NULL) {
908 new_item->plug = plug;
935 if(ptr->plug->auxprop_free)
936 ptr->plug
[all...]
H A Dsaslint.h250 sasl_server_plug_t *plug; member in struct:mechanism
259 const sasl_server_plug_t *plug; member in struct:mechanism
314 sasl_client_plug_t *plug; member in struct:cmechanism
316 const sasl_client_plug_t *plug; member in struct:cmechanism
730 sasl_auxprop_plug_t **plug,
757 sasl_canonuser_plug_t **plug,
H A Dserver.c198 if (!m->plug->setpass) {
203 tmpresult = m->plug->setpass(m->glob_context,
205 tmpresult = m->plug->setpass(m->plug->glob_context,
215 "%s: set secret for %s", m->plug->mech_name, user);
223 "%s: secret not changed for %s", m->plug->mech_name, user);
228 m->plug->mech_name, user, tmpresult,
252 cur->mech->plug->mech_dispose(cur->context, s_conn->sparams->utils);
270 && s_conn->mech->plug->mech_dispose) {
271 s_conn->mech->plug
1423 const sasl_server_plug_t *plug; local
[all...]

Completed in 30 milliseconds