Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsasl/lib/
H A Dexternal.c157 oparams->encode_context = NULL; in external_server_mech_step()
376 oparams->encode_context = NULL; in external_client_mech_step()
/illumos-gate/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()
/illumos-gate/usr/src/lib/sasl_plugins/plain/
H A Dplain.c223 oparams->encode_context = NULL; in plain_server_mech_step()
447 oparams->encode_context = NULL; in plain_client_mech_step()
/illumos-gate/usr/src/lib/sasl_plugins/cram/
H A Dcram.c396 oparams->encode_context = NULL; in crammd5_server_mech_step2()
727 oparams->encode_context = NULL; in crammd5_client_mech_step()
/illumos-gate/usr/src/lib/libsasl/include/
H A Dsaslplug.h197 void *encode_context; member