Home
last modified time | relevance | path

Searched refs:_plug_buf_alloc (Results 1 – 7 of 7) sorted by relevance

/titanic_41/usr/src/lib/sasl_plugins/gssapi/
H A Dgssapi.c214 ret = _plug_buf_alloc(utils, &out, &curlen, 256); in sasl_gss_seterror_()
255 ret = _plug_buf_alloc(utils, &out, &curlen, len); in sasl_gss_seterror_()
273 ret = _plug_buf_alloc(utils, &out, &curlen, len);
317 ret = _plug_buf_alloc(utils, &out, &curlen, len);
333 ret = _plug_buf_alloc(utils, &out, &curlen, len);
413 ret = _plug_buf_alloc(text->utils, &(text->encode_buf), in sasl_gss_encode()
509 result = _plug_buf_alloc(text->utils, &text->buffer,
575 result = _plug_buf_alloc(text->utils, &text->decode_once_buf,
966 ret = _plug_buf_alloc(text->utils, &(text->out_buf),
1204 ret = _plug_buf_alloc(text->utils, &(text->out_buf),
[all …]
/titanic_41/usr/src/lib/libsasl/include/
H A Dplugin_common.h156 int _plug_buf_alloc(const sasl_utils_t *utils, char **rwbuf,
/titanic_41/usr/src/lib/libsasl/plugin/
H A Dplugin_common.c265 ret = _plug_buf_alloc(utils, &out->data, &out->reallen, out->curlen);
284 int _plug_buf_alloc(const sasl_utils_t *utils, char **rwbuf, function
737 ret = _plug_buf_alloc(utils, output, outputsize,
/titanic_41/usr/src/lib/libsasl/lib/
H A Dexternal.c343 result = _plug_buf_alloc(params->utils, &text->out_buf, in external_client_mech_step()
/titanic_41/usr/src/lib/sasl_plugins/plain/
H A Dplain.c432 result = _plug_buf_alloc(params->utils, &(text->out_buf), in plain_client_mech_step()
/titanic_41/usr/src/lib/sasl_plugins/digestmd5/
H A Ddigestmd5.c542 ret = _plug_buf_alloc(utils, str, buflen, in add_to_challenge()
1756 ret = _plug_buf_alloc(text->utils, &(text->encode_buf),
1893 result = _plug_buf_alloc(text->utils, &text->decode_once_buf,
1933 result = _plug_buf_alloc(text->utils, &text->decode_tmp_buf,
2035 ret = _plug_buf_alloc(text->utils, &(text->encode_buf),
2093 ret = _plug_buf_alloc(text->utils, &(text->MAC_buf),
2151 result = _plug_buf_alloc(text->utils, &text->decode_once_buf,
2650 result = _plug_buf_alloc(sparams->utils, &(text->out_buf),
3492 result = _plug_buf_alloc(sparams->utils, &(text->out_buf),
4032 result =_plug_buf_alloc(params->utils, &(text->out_buf),
/titanic_41/usr/src/lib/sasl_plugins/cram/
H A Dcram.c715 result = _plug_buf_alloc(params->utils, &(text->out_buf), in crammd5_client_mech_step()