Searched refs:_plug_buf_alloc (Results 1 – 7 of 7) sorted by relevance
/titanic_50/usr/src/lib/sasl_plugins/gssapi/ |
H A D | gssapi.c | 214 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_50/usr/src/lib/libsasl/include/ |
H A D | plugin_common.h | 156 int _plug_buf_alloc(const sasl_utils_t *utils, char **rwbuf,
|
/titanic_50/usr/src/lib/libsasl/plugin/ |
H A D | plugin_common.c | 265 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_50/usr/src/lib/libsasl/lib/ |
H A D | external.c | 343 result = _plug_buf_alloc(params->utils, &text->out_buf, in external_client_mech_step()
|
/titanic_50/usr/src/lib/sasl_plugins/plain/ |
H A D | plain.c | 432 result = _plug_buf_alloc(params->utils, &(text->out_buf), in plain_client_mech_step()
|
/titanic_50/usr/src/lib/sasl_plugins/digestmd5/ |
H A D | digestmd5.c | 542 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_50/usr/src/lib/sasl_plugins/cram/ |
H A D | cram.c | 715 result = _plug_buf_alloc(params->utils, &(text->out_buf), in crammd5_client_mech_step()
|