Home | History | Annotate | Download | only in mDNSCore

Lines Matching refs:HASH_CBLOCK

257 #define HASH_CBLOCK		MD5_CBLOCK
302 * HASH_CBLOCK
341 * assumed to be HASH_CBLOCK/4 if not stated otherwise.
354 * #define HASH_CBLOCK MD5_CBLOCK
369 #ifndef HASH_CBLOCK
370 #error "HASH_CBLOCK must be defined!"
404 #define HASH_LBLOCK (HASH_CBLOCK/4)
675 if ((c->num+len) >= HASH_CBLOCK)
683 len-=(HASH_CBLOCK-c->num);
715 sw=(int)(len/HASH_CBLOCK);
727 sw*=HASH_CBLOCK;
735 mDNSPlatformMemCopy(p=c->data,data,HASH_CBLOCK);
737 data+=HASH_CBLOCK;
738 len-=HASH_CBLOCK;
745 sw*=HASH_CBLOCK;
778 mDNSPlatformMemCopy(c->data,data,HASH_CBLOCK);