Home
last modified time | relevance | path

Searched refs:encode_context (Results 1 – 5 of 5) sorted by relevance

/titanic_50/usr/src/lib/libsasl/lib/
H A Dexternal.c158 oparams->encode_context = NULL; in external_server_mech_step()
377 oparams->encode_context = NULL; in external_client_mech_step()
/titanic_50/usr/src/lib/sasl_plugins/login/
H A Dlogin.c234 oparams->encode_context = NULL; in login_server_mech_step()
486 oparams->encode_context = NULL; in login_client_mech_step()
/titanic_50/usr/src/lib/sasl_plugins/plain/
H A Dplain.c224 oparams->encode_context = NULL; in plain_server_mech_step()
448 oparams->encode_context = NULL; in plain_client_mech_step()
/titanic_50/usr/src/lib/sasl_plugins/cram/
H A Dcram.c397 oparams->encode_context = NULL; in crammd5_server_mech_step2()
728 oparams->encode_context = NULL; in crammd5_client_mech_step()
/titanic_50/usr/src/lib/libsasl/include/
H A Dsaslplug.h199 void *encode_context; member