Searched refs:W256 (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/lib/isc/
H A Dsha2.c916 REVERSE32(*data++, W256[j]); \
918 K256[j] + W256[j]; \
928 K256[j] + (W256[j] = *data++); \
936 s0 = W256[(j+1)&0x0f]; \
938 s1 = W256[(j+14)&0x0f]; \
941 (W256[j&0x0f] += s1 + W256[(j+9)&0x0f] + s0); \
948 isc_uint32_t T1, *W256; local
951 W256 = (isc_uint32_t*)context->buffer;
1010 isc_uint32_t T1, T2, *W256; local
[all...]

Completed in 26 milliseconds