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

/osnet-11/usr/src/lib/sasl_plugins/gssapi/
H A Dgssapi.c162 buffer_info_t *enc_in_buf; member in struct:context
366 ret = _plug_iovec_to_buf(text->utils, invec, numiov, &text->enc_in_buf);
368 inblob = text->enc_in_buf;
702 if (text->enc_in_buf) {
703 if(text->enc_in_buf->data) text->utils->free(text->enc_in_buf->data);
704 text->utils->free(text->enc_in_buf);
705 text->enc_in_buf = NULL;
/osnet-11/usr/src/lib/sasl_plugins/digestmd5/
H A Ddigestmd5.c242 buffer_info_t *enc_in_buf; member in struct:context
1750 ret = _plug_iovec_to_buf(text->utils, invec, numiov, &text->enc_in_buf);
1752 inblob = text->enc_in_buf;
2027 &text->enc_in_buf);
2029 inblob = text->enc_in_buf;
2292 if (text->enc_in_buf) {
2293 if (text->enc_in_buf->data) utils->free(text->enc_in_buf->data);
2294 utils->free(text->enc_in_buf);

Completed in 29 milliseconds