Lines Matching defs:W512
848 REVERSE64(*data++, W512[j]); \
850 K512[j] + W512[j]; \
860 K512[j] + (W512[j] = *data++); \
868 s0 = W512[(j+1)&0x0f]; \
870 s1 = W512[(j+14)&0x0f]; \
873 (W512[j&0x0f] += s1 + W512[(j+9)&0x0f] + s0); \
880 sha2_word64 T1, *W512 = (sha2_word64*)sha->buffer;
935 sha2_word64 T1, T2, *W512 = (sha2_word64*)sha->buffer;
952 REVERSE64(*data++, W512[j]);
954 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + W512[j];
957 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + (W512[j] = *data++);
974 s0 = W512[(j+1)&0x0f];
976 s1 = W512[(j+14)&0x0f];
981 (W512[j&0x0f] += s1 + W512[(j+9)&0x0f] + s0);