Searched refs:plug (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/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 Dclient.c153 if (cprevm->plug->mech_free) {
155 cprevm->plug->mech_free(cprevm->glob_context, cmechlist->utils);
157 cprevm->plug->mech_free(cprevm->plug->glob_context,
295 mech->plug=pluglist++;
333 if (m->plug->idle
335 && m->plug->idle(m->glob_context,
337 && m->plug->idle(m->plug->glob_context,
510 if (c_conn->mech && c_conn->mech->plug
[all...]
H A Dserver.c199 if (!m->plug->setpass) {
204 tmpresult = m->plug->setpass(m->glob_context,
206 tmpresult = m->plug->setpass(m->plug->glob_context,
216 "%s: set secret for %s", m->plug->mech_name, user);
224 "%s: secret not changed for %s", m->plug->mech_name, user);
229 m->plug->mech_name, user, tmpresult,
253 cur->mech->plug->mech_dispose(cur->context, s_conn->sparams->utils);
271 && s_conn->mech->plug->mech_dispose) {
272 s_conn->mech->plug
1412 const sasl_server_plug_t *plug; local
[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.h241 sasl_server_plug_t *plug; member in struct:mechanism
250 const sasl_server_plug_t *plug; member in struct:mechanism
301 sasl_client_plug_t *plug; member in struct:cmechanism
303 const sasl_client_plug_t *plug; member in struct:cmechanism
717 sasl_auxprop_plug_t **plug,
744 sasl_canonuser_plug_t **plug,
H A Ddlopen.c575 result = add_plugin(gctx, p->name, (void *)p->plug);
577 result = add_plugin(p->name, p->plug);
H A Dcommon.c823 ((sasl_client_conn_t *)conn)->mech->plug->mech_name;
830 ((sasl_server_conn_t *)conn)->mech->plug->mech_name;
1172 case SASL_BADVERS: s = gettext("version mismatch with plug-in");
1243 case SASL_BADVERS: return "version mismatch with plug-in";
/illumos-gate/usr/src/lib/libsasl/include/
H A Dplugin_common.h101 sasl_auxprop_plug_t **plug, \
104 plug, plugname); \
111 sasl_canonuser_plug_t **plug, \
114 plug, plugname); \
H A Dsaslplug.h6 /* saslplug.h -- API for SASL plug-ins */
64 /* utility function set for plug-ins */
111 * within a SASL plug-in. This MUST NOT be used in the PLAIN mechanism
343 /* client plug-in features */
424 * plug-in entry point:
426 * max_version -- highest client plug version supported
428 * out_version -- client plug version of result
429 * pluglist -- list of mechanism plug-ins
430 * plugcount -- number of mechanism plug-ins
444 /* add a client plug
[all...]
/illumos-gate/usr/src/lib/libshare/common/
H A Dlibshare.c1093 struct sa_proto_plugin *plug; local
1094 for (numproto = 0, plug = sap_proto_list; plug != NULL;
1095 plug = plug->plugin_next) {
1102 for (plug = sap_proto_list; plug != NULL;
1103 plug = plug->plugin_next) {
1106 plug
[all...]

Completed in 226 milliseconds