Lines Matching defs:W256
916 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;
951 W256 = (isc_uint32_t*)context->buffer;
1010 isc_uint32_t T1, T2, *W256;
1013 W256 = (isc_uint32_t*)context->buffer;
1029 REVERSE32(*data++,W256[j]);
1031 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + W256[j];
1034 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + (W256[j] = *data++);
1051 s0 = W256[(j+1)&0x0f];
1053 s1 = W256[(j+14)&0x0f];
1058 (W256[j&0x0f] += s1 + W256[(j+9)&0x0f] + s0);