Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/sasl_plugins/digestmd5/
H A Ddigestmd5.c244 char *decode_tmp_buf; member
1933 result = _plug_buf_alloc(text->utils, &text->decode_tmp_buf,
1938 memcpy(text->decode_tmp_buf, &tmpnum, 4);
1939 memcpy(text->decode_tmp_buf + 4, *output, *outputlen);
1942 text->utils->hmac_md5((const unsigned char *) text->decode_tmp_buf,
2283 if (text->decode_tmp_buf) utils->free(text->decode_tmp_buf);