Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Ddigest_md5.c268 CONST_UCHAR *hex_int, char *outresp) in digest_calc_resp() argument
275 unsigned char *hex_a1 = (unsigned char *) outresp; in digest_calc_resp()
276 unsigned char *hex_a2 = (unsigned char *) outresp; in digest_calc_resp()
327 outresp[j * 2] = hextab[resp[j] >> 4]; in digest_calc_resp()
328 outresp[j * 2 + 1] = hextab[resp[j] & 0xf]; in digest_calc_resp()
330 outresp[DIGEST_SIZE * 2] = '\0'; in digest_calc_resp()