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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DDNSDigest.c243 #define HASH_LBLOCK MD5_LBLOCK macro
298 * HASH_LONG data[HASH_LBLOCK];
325 * HASH_LBLOCK
340 * #define HASH_LBLOCK MD5_LBLOCK
388 #ifndef HASH_LBLOCK
389 #define HASH_LBLOCK (HASH_CBLOCK/4) macro
670 for (; sw<HASH_LBLOCK; sw++)
813 if (i>(HASH_LBLOCK-2)) /* save room for Nl and Nh */
815 if (i<HASH_LBLOCK) p[i]=0;
819 for (; i<(HASH_LBLOCK
[all...]

Completed in 60 milliseconds