Home | History | Annotate | Download | only in mDNSCore

Lines Matching refs:HASH_CBLOCK

258 #define HASH_CBLOCK		MD5_CBLOCK
303 * HASH_CBLOCK
342 * assumed to be HASH_CBLOCK/4 if not stated otherwise.
355 * #define HASH_CBLOCK MD5_CBLOCK
370 #ifndef HASH_CBLOCK
371 #error "HASH_CBLOCK must be defined!"
405 #define HASH_LBLOCK (HASH_CBLOCK/4)
676 if ((c->num+len) >= HASH_CBLOCK)
684 len-=(HASH_CBLOCK-c->num);
716 sw=(int)(len/HASH_CBLOCK);
728 sw*=HASH_CBLOCK;
736 mDNSPlatformMemCopy(p=c->data,data,HASH_CBLOCK);
738 data+=HASH_CBLOCK;
739 len-=HASH_CBLOCK;
746 sw*=HASH_CBLOCK;
779 mDNSPlatformMemCopy(c->data,data,HASH_CBLOCK);