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

/illumos-gate/usr/src/man/man3sasl/
H A DMakefile41 sasl_encode.3sasl \
100 sasl_encodev.3sasl := LINKSRC = sasl_encode.3sasl
/illumos-gate/usr/src/lib/libsasl/include/
H A Dsasl.h48 * sasl_encode Encode data to send using security layer
91 * call sasl_getprop/sasl_encode/sasl_decode() if using security layer
106 * call sasl_getprop/sasl_encode/sasl_decode() if using security layer
781 /* if 0, call to sasl_encode, sasl_decode */
1233 * output is only valid until next call to sasl_encode or sasl_encodev
1239 LIBSASL_API int sasl_encode(sasl_conn_t *conn,
1245 * output is only valid until next call to sasl_encode or sasl_encodev
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dsfsasl.c297 ** Fetch the maximum input buffer size for sasl_encode().
315 result = sasl_encode(so->conn, buf,
322 "AUTH: sasl_encode error=%d", result);
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dsasl.c286 ret = sasl_encode( sb->sb_sasl_ctx, cbuf, clen, &obuf, &olen);
291 /* Write everything now, buffer is only good until next sasl_encode */
/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 73 milliseconds