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

/osnet-11/usr/src/lib/libsasl/include/
H A Dsaslplug.h361 void *glob_context; member in struct:sasl_client_plug
365 * glob_context -- from above
373 int (*mech_new)(void *glob_context,
402 void (*mech_free)(void *glob_context, const sasl_utils_t *utils);
409 int (*idle)(void *glob_context,
585 void *glob_context; member in struct:sasl_server_plug
589 * glob_context -- global context
601 int (*mech_new)(void *glob_context,
630 void (*mech_free)(void *glob_context, const sasl_utils_t *utils);
634 * glob_context
763 void *glob_context; member in struct:sasl_canonuser
837 void *glob_context; member in struct:sasl_auxprop_plug
[all...]
/osnet-11/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.c71 * If a plugin is loaded more than once, the glob_context may be overwritten
72 * which may lead to a memory leak. We keep glob_context with each mech
154 cprevm->plug->mech_free(cprevm->glob_context, cmechlist->utils);
156 cprevm->plug->mech_free(cprevm->plug->glob_context,
297 mech->glob_context = pluglist->glob_context;
346 && m->plug->idle(m->glob_context,
348 && m->plug->idle(m->plug->glob_context,
1005 result = c_conn->mech->plug->mech_new(c_conn->mech->glob_context,
1007 result = c_conn->mech->plug->mech_new(c_conn->mech->plug->glob_context,
[all...]
H A Dserver.c102 * If a plugin is loaded more than once, the glob_context may be overwritten
103 * which may lead to a memory leak. We keep glob_context with each mech
203 tmpresult = m->plug->setpass(m->glob_context,
205 tmpresult = m->plug->setpass(m->plug->glob_context,
499 mech->glob_context = pluglist->glob_context;
589 prevm->plug->mech_free(prevm->glob_context,
591 prevm->plug->mech_free(prevm->plug->glob_context,
655 && m->plug->idle(m->glob_context,
657 && m->plug->idle(m->plug->glob_context,
[all...]
H A Dsaslint.h256 void *glob_context; member in struct:mechanism
313 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,
/osnet-11/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 */
/osnet-11/usr/src/lib/sasl_plugins/cram/
H A Dcram.c111 crammd5_server_mech_new(void *glob_context __attribute__((unused)),
487 NULL, /* glob_context */
532 static int crammd5_client_mech_new(void *glob_context __attribute__((unused)),
768 NULL, /* glob_context */
/osnet-11/usr/src/lib/sasl_plugins/digestmd5/
H A Ddigestmd5.c2319 digestmd5_common_mech_free(void *glob_context, const sasl_utils_t *utils) argument
2321 reauth_cache_t *reauth_cache = (reauth_cache_t *) glob_context;
2535 static int digestmd5_server_mech_new(void *glob_context, argument
2551 text->reauth = glob_context;
3703 NULL, /* glob_context */
3771 digestmd5_server_plugins[0].glob_context = reauth_cache;
4777 digestmd5_client_mech_new(void *glob_context, argument
4791 text->reauth = glob_context;
5194 NULL, /* glob_context */
5244 digestmd5_client_plugins[0].glob_context
[all...]
/osnet-11/usr/src/lib/sasl_plugins/gssapi/
H A Dgssapi.c784 gssapi_server_mech_new(void *glob_context __attribute__((unused)),
1421 NULL, /* glob_context */
1509 static int gssapi_client_mech_new(void *glob_context __attribute__((unused)),
2162 NULL, /* glob_context */

Completed in 56 milliseconds