Searched defs:glob_context (Results 1 - 3 of 3) 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 Dsaslint.h256 void *glob_context; member in struct:mechanism
313 void *glob_context; member in struct:cmechanism
/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...]

Completed in 37 milliseconds