Searched defs:hex_a2 (Results 1 - 1 of 1) sorted by relevance

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

Completed in 46 milliseconds