Home
last modified time | relevance | path

Searched refs:decode_buf (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libsasl/lib/
H A Dcommon.c408 if(!conn->decode_buf) in sasl_decode()
409 conn->decode_buf = sasl_ALLOC(conn->props.maxbufsize + 1); in sasl_decode()
410 if(!conn->decode_buf) in sasl_decode()
413 memcpy(conn->decode_buf, input, inputlen); in sasl_decode()
414 conn->decode_buf[inputlen] = '\0'; in sasl_decode()
415 *output = conn->decode_buf; in sasl_decode()
559 conn->decode_buf = NULL; in _sasl_conn_init()
706 if(conn->decode_buf) in _sasl_conn_dispose()
707 sasl_FREE(conn->decode_buf); in _sasl_conn_dispose()
H A Dsaslint.h208 char *decode_buf; member
/illumos-gate/usr/src/lib/sasl_plugins/gssapi/
H A Dgssapi.c158 char *decode_buf; member
611 &text->decode_buf, &text->decode_buf_len, outputlen,
614 *output = text->decode_buf;
693 if (text->decode_buf) {
694 text->utils->free(text->decode_buf);
695 text->decode_buf = NULL;
/illumos-gate/usr/src/lib/sasl_plugins/digestmd5/
H A Ddigestmd5.c243 char *encode_buf, *decode_buf, *decode_once_buf; member
1994 &text->decode_buf, &text->decode_buf_len, outputlen,
1997 *output = text->decode_buf;
2255 &text->decode_buf, &text->decode_buf_len, outputlen,
2258 *output = text->decode_buf;
2282 if (text->decode_buf) utils->free(text->decode_buf);