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

/macosx-10.10.1/bind9-45.101/bind9/lib/isccc/
H A Dcc.c214 unsigned char digestb64[ISC_MD5_DIGESTLENGTH * 4]; local
221 target.rstart = digestb64;
222 target.rend = digestb64 + ISC_MD5_DIGESTLENGTH * 4;
226 PUT_MEM(digestb64, HMD5_LENGTH, hmd5);
282 unsigned char digestb64[ISC_MD5_DIGESTLENGTH * 4]; local
301 target.rstart = digestb64;
302 target.rend = digestb64 + ISC_MD5_DIGESTLENGTH * 4;
314 if (strcmp((char *)digestb64, isccc_sexpr_tostring(hmd5)) != 0)

Completed in 189 milliseconds