Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libsasl/include/
H A Dsaslplug.h364 void *glob_context; member
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
604 int (*mech_new)(void *glob_context,
633 void (*mech_free)(void *glob_context, const sasl_utils_t *utils);
654 int (*setpass)(void *glob_context,
680 int (*user_query)(void *glob_context,
691 int (*idle)(void *glob_context,
[all …]
/titanic_44/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)), argument
466 static int _cu_internal_client(void *glob_context __attribute__((unused)), argument
H A Dclient.c155 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,
H A Dexternal.c73 external_server_mech_new(void *glob_context __attribute__((unused)), in external_server_mech_new() argument
168 external_server_mech_avail(void *glob_context __attribute__((unused)), in external_server_mech_avail() argument
239 static int external_client_mech_new(void *glob_context __attribute__((unused)), in external_client_mech_new() argument
H A Dserver.c204 tmpresult = m->plug->setpass(m->glob_context, in sasl_setpass()
206 tmpresult = m->plug->setpass(m->plug->glob_context, in sasl_setpass()
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,
1514 && plug->mech_avail(mech->glob_context,
1516 && plug->mech_avail(plug->glob_context,
1837 result = s_conn->mech->plug->mech_new(s_conn->mech->glob_context,
[all …]
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,
H A Dsaslint.h247 void *glob_context; member
300 void *glob_context; member
/titanic_44/usr/src/lib/sasl_plugins/login/
H A Dlogin.c83 static int login_server_mech_new(void *glob_context __attribute__((unused)), in login_server_mech_new() argument
315 static int login_client_mech_new(void *glob_context __attribute__((unused)), in login_client_mech_new() argument
/titanic_44/usr/src/lib/sasl_plugins/plain/
H A Dplain.c80 static int plain_server_mech_new(void *glob_context __attribute__((unused)), in plain_server_mech_new() argument
282 static int plain_client_mech_new(void *glob_context __attribute__((unused)), in plain_client_mech_new() argument
/titanic_44/usr/src/lib/sasl_plugins/cram/
H A Dcram.c113 crammd5_server_mech_new(void *glob_context __attribute__((unused)), in crammd5_server_mech_new() argument
534 static int crammd5_client_mech_new(void *glob_context __attribute__((unused)), in crammd5_client_mech_new() argument
/titanic_44/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;
3762 digestmd5_server_plugins[0].glob_context = reauth_cache;
4764 digestmd5_client_mech_new(void *glob_context, argument
4778 text->reauth = glob_context;
5227 digestmd5_client_plugins[0].glob_context = reauth_cache;
/titanic_44/usr/src/lib/sasl_plugins/gssapi/
H A Dgssapi.c785 gssapi_server_mech_new(void *glob_context __attribute__((unused)), argument
1504 static int gssapi_client_mech_new(void *glob_context __attribute__((unused)), argument