Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Ddigest_md5.c275 unsigned char *hex_a1 = (unsigned char *) outresp; in digest_calc_resp() local
296 hex_a1[j * 2] = hextab[hash_a1[j] >> 4]; in digest_calc_resp()
297 hex_a1[j * 2 + 1] = hextab[hash_a1[j] & 0xf]; in digest_calc_resp()
302 MD5Update(&ctx, hex_a1, DIGEST_SIZE * 2); in digest_calc_resp()