Searched refs:hex_a2 (Results 1 – 1 of 1) sorted by relevance
276 unsigned char *hex_a2 = (unsigned char *) outresp; in digest_calc_resp() local319 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()