Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/sasl_plugins/gssapi/
H A Dgssapi.c163 buffer_info_t *enc_in_buf; member
367 ret = _plug_iovec_to_buf(text->utils, invec, numiov, &text->enc_in_buf); in sasl_gss_encode()
369 inblob = text->enc_in_buf; in sasl_gss_encode()
703 if (text->enc_in_buf) {
704 if(text->enc_in_buf->data) text->utils->free(text->enc_in_buf->data);
705 text->utils->free(text->enc_in_buf);
706 text->enc_in_buf = NULL;
/illumos-gate/usr/src/lib/sasl_plugins/digestmd5/
H A Ddigestmd5.c242 buffer_info_t *enc_in_buf; member
1746 ret = _plug_iovec_to_buf(text->utils, invec, numiov, &text->enc_in_buf);
1748 inblob = text->enc_in_buf;
2023 &text->enc_in_buf);
2025 inblob = text->enc_in_buf;
2288 if (text->enc_in_buf) {
2289 if (text->enc_in_buf->data) utils->free(text->enc_in_buf->data);
2290 utils->free(text->enc_in_buf);