Searched refs:glob_context (Results 1 - 12 of 12) sorted by relevance

/illumos-gate/usr/src/lib/libsasl/include/
H A Dsaslplug.h364 void *glob_context; member in struct:sasl_client_plug
368 * glob_context -- from above
376 int (*mech_new)(void *glob_context,
405 void (*mech_free)(void *glob_context, const sasl_utils_t *utils);
412 int (*idle)(void *glob_context,
588 void *glob_context; member in struct:sasl_server_plug
592 * glob_context -- global context
604 int (*mech_new)(void *glob_context,
633 void (*mech_free)(void *glob_context, const sasl_utils_t *utils);
637 * glob_context
766 void *glob_context; member in struct:sasl_canonuser
840 void *glob_context; member in struct:sasl_auxprop_plug
[all...]
/illumos-gate/usr/src/lib/libsasl/lib/
H A Dcanonusr.c179 result = ptr->plug->canon_user_server(ptr->plug->glob_context,
187 result = ptr->plug->canon_user_client(ptr->plug->glob_context,
245 ptr->plug->canon_user_free(ptr->plug->glob_context,
261 ptr->plug->canon_user_free(ptr->plug->glob_context,
454 static int _cu_internal_server(void *glob_context __attribute__((unused)),
466 static int _cu_internal_client(void *glob_context __attribute__((unused)),
481 NULL, /* glob_context */
H A Dexternal.c73 external_server_mech_new(void *glob_context __attribute__((unused)),
168 external_server_mech_avail(void *glob_context __attribute__((unused)),
187 NULL, /* glob_context */
239 static int external_client_mech_new(void *glob_context __attribute__((unused)),
428 NULL, /* glob_context */
H A Dclient.c72 * If a plugin is loaded more than once, the glob_context may be overwritten
73 * which may lead to a memory leak. We keep glob_context with each mech
155 cprevm->plug->mech_free(cprevm->glob_context, cmechlist->utils);
157 cprevm->plug->mech_free(cprevm->plug->glob_context,
290 mech->glob_context = pluglist->glob_context;
335 && m->plug->idle(m->glob_context,
337 && m->plug->idle(m->plug->glob_context,
961 result = c_conn->mech->plug->mech_new(c_conn->mech->glob_context,
963 result = c_conn->mech->plug->mech_new(c_conn->mech->plug->glob_context,
[all...]
H A Dserver.c103 * If a plugin is loaded more than once, the glob_context may be overwritten
104 * which may lead to a memory leak. We keep glob_context with each mech
204 tmpresult = m->plug->setpass(m->glob_context,
206 tmpresult = m->plug->setpass(m->plug->glob_context,
492 mech->glob_context = pluglist->glob_context;
578 prevm->plug->mech_free(prevm->glob_context,
580 prevm->plug->mech_free(prevm->plug->glob_context,
644 && m->plug->idle(m->glob_context,
646 && m->plug->idle(m->plug->glob_context,
[all...]
H A Dsaslint.h247 void *glob_context; member in struct:mechanism
300 void *glob_context; member in struct:cmechanism
H A Dauxprop.c936 ptr->plug->auxprop_free(ptr->plug->glob_context,
977 ptr->plug->auxprop_lookup(ptr->plug->glob_context,
1005 ptr->plug->auxprop_lookup(ptr->plug->glob_context,
/illumos-gate/usr/src/lib/sasl_plugins/login/
H A Dlogin.c83 static int login_server_mech_new(void *glob_context __attribute__((unused)),
272 NULL, /* glob_context */
315 static int login_client_mech_new(void *glob_context __attribute__((unused)),
527 NULL, /* glob_context */
/illumos-gate/usr/src/lib/sasl_plugins/plain/
H A Dplain.c80 static int plain_server_mech_new(void *glob_context __attribute__((unused)),
241 NULL, /* glob_context */
282 static int plain_client_mech_new(void *glob_context __attribute__((unused)),
487 NULL, /* glob_context */
/illumos-gate/usr/src/lib/sasl_plugins/cram/
H A Dcram.c113 crammd5_server_mech_new(void *glob_context __attribute__((unused)),
489 NULL, /* glob_context */
534 static int crammd5_client_mech_new(void *glob_context __attribute__((unused)),
770 NULL, /* glob_context */
/illumos-gate/usr/src/lib/sasl_plugins/digestmd5/
H A Ddigestmd5.c2314 digestmd5_common_mech_free(void *glob_context, const sasl_utils_t *utils) argument
2316 reauth_cache_t *reauth_cache = (reauth_cache_t *) glob_context;
2530 static int digestmd5_server_mech_new(void *glob_context, argument
2546 text->reauth = glob_context;
3694 NULL, /* glob_context */
3762 digestmd5_server_plugins[0].glob_context = reauth_cache;
4764 digestmd5_client_mech_new(void *glob_context, argument
4778 text->reauth = glob_context;
5177 NULL, /* glob_context */
5227 digestmd5_client_plugins[0].glob_context
[all...]
/illumos-gate/usr/src/lib/sasl_plugins/gssapi/
H A Dgssapi.c785 gssapi_server_mech_new(void *glob_context __attribute__((unused)),
1420 NULL, /* glob_context */
1504 static int gssapi_client_mech_new(void *glob_context __attribute__((unused)),
2157 NULL, /* glob_context */

Completed in 97 milliseconds