Searched defs:HASH_CBLOCK (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DDNSDigest.c242 #define HASH_CBLOCK MD5_CBLOCK macro
287 * HASH_CBLOCK
326 * assumed to be HASH_CBLOCK/4 if not stated otherwise.
339 * #define HASH_CBLOCK MD5_CBLOCK
354 #ifndef HASH_CBLOCK
355 #error "HASH_CBLOCK must be defined!"
389 #define HASH_LBLOCK (HASH_CBLOCK/4)
667 if ((c->num+len) >= HASH_CBLOCK)
675 len-=(HASH_CBLOCK-c->num);
707 sw=(int)(len/HASH_CBLOCK);
[all...]

Completed in 61 milliseconds