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

/bind-9.11.3/lib/isc/
H A Dsha2.c1241 REVERSE64(*data++, W512[j]); \
1243 K512[j] + W512[j]; \
1253 K512[j] + (W512[j] = *data++); \
1261 s0 = W512[(j+1)&0x0f]; \
1263 s1 = W512[(j+14)&0x0f]; \
1266 (W512[j&0x0f] += s1 + W512[(j+9)&0x0f] + s0); \
1273 isc_uint64_t T1, *W512 = (isc_uint64_t*)context->buffer; local
1332 isc_uint64_t T1, T2, *W512 = (isc_uint64_t*)context->buffer; local
1349 REVERSE64(*data++, W512[
[all...]

Completed in 15 milliseconds