Searched defs:sasl_encode (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libsasl/lib/
H A Dcommon.c269 /* output is only valid until next call to sasl_encode or sasl_encodev */
270 int sasl_encode(sasl_conn_t *conn, const char *input, function
295 /* output is only valid until next call to sasl_encode or sasl_encodev */
315 "called sasl_encode[v] with application that does not support security layers");
318 "called sasl_encode[v] with application that does not support security layers");

Completed in 64 milliseconds