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

/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Ddigest_md5.c277 unsigned char *hex_a1 = (unsigned char *) outresp; local
296 /* compute hex_a1 from hash_a1 */
298 hex_a1[j * 2] = hextab[hash_a1[j] >> 4];
299 hex_a1[j * 2 + 1] = hextab[hash_a1[j] & 0xf];
304 MD5Update(&ctx, hex_a1, DIGEST_SIZE * 2);

Completed in 20 milliseconds