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

/bind-9.11.3/lib/isc/
H A Dsha1.c142 * blk0() and blk() perform the initial expand.
152 #define blk(i) \ macro
167 z += ((w & (x ^ y)) ^ y) + blk(i) + 0x5A827999 + rol(v, 5); \
170 z += (w ^ x ^ y) + blk(i) + 0x6ED9EBA1 + rol(v, 5); \
173 z += (((w | x) & y) | (w & x)) + blk(i) + 0x8F1BBCDC + rol(v, 5); \
176 z += (w ^ x ^ y) + blk(i) + 0xCA62C1D6 + rol(v, 5); \

Completed in 12 milliseconds