Lines Matching defs:W512
850 REVERSE64(*data++, W512[j]); \
852 K512[j] + W512[j]; \
862 K512[j] + (W512[j] = *data++); \
870 s0 = W512[(j+1)&0x0f]; \
872 s1 = W512[(j+14)&0x0f]; \
875 (W512[j&0x0f] += s1 + W512[(j+9)&0x0f] + s0); \
882 isc_uint64_t T1, *W512 = (isc_uint64_t*)context->buffer;
941 isc_uint64_t T1, T2, *W512 = (isc_uint64_t*)context->buffer;
958 REVERSE64(*data++, W512[j]);
960 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + W512[j];
963 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + (W512[j] = *data++);
980 s0 = W512[(j+1)&0x0f];
982 s1 = W512[(j+14)&0x0f];
987 (W512[j&0x0f] += s1 + W512[(j+9)&0x0f] + s0);