Home
last modified time | relevance | path

Searched refs:decode_once_buf (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/sasl_plugins/gssapi/
H A Dgssapi.c159 char *decode_once_buf; member
575 result = _plug_buf_alloc(text->utils, &text->decode_once_buf,
585 *output = text->decode_once_buf;
698 if (text->decode_once_buf) {
699 text->utils->free(text->decode_once_buf);
700 text->decode_once_buf = NULL;
/illumos-gate/usr/src/lib/sasl_plugins/digestmd5/
H A Ddigestmd5.c243 char *encode_buf, *decode_buf, *decode_once_buf; member
1894 result = _plug_buf_alloc(text->utils, &text->decode_once_buf,
1900 *output = text->decode_once_buf;
2152 result = _plug_buf_alloc(text->utils, &text->decode_once_buf,
2158 *output = text->decode_once_buf;
2283 if (text->decode_once_buf) utils->free(text->decode_once_buf);