Home
last modified time | relevance | path

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

/onnv-gate/usr/src/lib/sasl_plugins/gssapi/
H A Dgssapi.c216 ret = _plug_buf_alloc(utils, &out, &curlen, 256); in sasl_gss_seterror_()
257 ret = _plug_buf_alloc(utils, &out, &curlen, len); in sasl_gss_seterror_()
275 ret = _plug_buf_alloc(utils, &out, &curlen, len);
319 ret = _plug_buf_alloc(utils, &out, &curlen, len);
335 ret = _plug_buf_alloc(utils, &out, &curlen, len);
415 ret = _plug_buf_alloc(text->utils, &(text->encode_buf), in sasl_gss_encode()
511 result = _plug_buf_alloc(text->utils, &text->buffer,
577 result = _plug_buf_alloc(text->utils, &text->decode_once_buf,
968 ret = _plug_buf_alloc(text->utils, &(text->out_buf),
1206 ret = _plug_buf_alloc(text->utils, &(text->out_buf),
[all …]
/onnv-gate/usr/src/lib/libsasl/include/
H A Dplugin_common.h157 int _plug_buf_alloc(const sasl_utils_t *utils, char **rwbuf,
/onnv-gate/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,
/onnv-gate/usr/src/lib/libsasl/lib/
H A Dexternal.c343 result = _plug_buf_alloc(params->utils, &text->out_buf, in external_client_mech_step()
/onnv-gate/usr/src/lib/sasl_plugins/plain/
H A Dplain.c432 result = _plug_buf_alloc(params->utils, &(text->out_buf), in plain_client_mech_step()
/onnv-gate/usr/src/lib/sasl_plugins/digestmd5/
H A Ddigestmd5.c546 ret = _plug_buf_alloc(utils, str, buflen, in add_to_challenge()
1764 ret = _plug_buf_alloc(text->utils, &(text->encode_buf),
1901 result = _plug_buf_alloc(text->utils, &text->decode_once_buf,
1941 result = _plug_buf_alloc(text->utils, &text->decode_tmp_buf,
2043 ret = _plug_buf_alloc(text->utils, &(text->encode_buf),
2101 ret = _plug_buf_alloc(text->utils, &(text->MAC_buf),
2159 result = _plug_buf_alloc(text->utils, &text->decode_once_buf,
2658 result = _plug_buf_alloc(sparams->utils, &(text->out_buf),
3500 result = _plug_buf_alloc(sparams->utils, &(text->out_buf),
4048 result =_plug_buf_alloc(params->utils, &(text->out_buf),
/onnv-gate/usr/src/lib/sasl_plugins/cram/
H A Dcram.c715 result = _plug_buf_alloc(params->utils, &(text->out_buf), in crammd5_client_mech_step()