Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Ddigest_md5.c276 unsigned char *hex_a2 = (unsigned char *) outresp; in digest_calc_resp() local
319 hex_a2[j * 2] = hextab[resp[j] >> 4]; in digest_calc_resp()
320 hex_a2[j * 2 + 1] = hextab[resp[j] & 0xf]; in digest_calc_resp()
322 MD5Update(&ctx, hex_a2, DIGEST_SIZE * 2); in digest_calc_resp()