W512              570 crypto/sha2.c  	W512[j] = (u_int64_t)data[7] | ((u_int64_t)data[6] << 8) |	    \
W512              575 crypto/sha2.c  	T1 = (h) + Sigma1_512((e)) + Ch((e), (f), (g)) + K512[j] + W512[j]; \
W512              583 crypto/sha2.c  	s0 = W512[(j+1)&0x0f];						    \
W512              585 crypto/sha2.c  	s1 = W512[(j+14)&0x0f];						    \
W512              588 crypto/sha2.c               (W512[j&0x0f] += s1 + W512[(j+9)&0x0f] + s0);		    \
W512              598 crypto/sha2.c  	u_int64_t	T1, *W512 = (u_int64_t *)context->buffer;
W512              655 crypto/sha2.c  	u_int64_t	T1, T2, *W512 = (u_int64_t *)context->buffer;
W512              670 crypto/sha2.c  		W512[j] = (u_int64_t)data[7] | ((u_int64_t)data[6] << 8) |
W512              676 crypto/sha2.c  		T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + W512[j];
W512              692 crypto/sha2.c  		s0 = W512[(j+1)&0x0f];
W512              694 crypto/sha2.c  		s1 = W512[(j+14)&0x0f];
W512              699 crypto/sha2.c  		     (W512[j&0x0f] += s1 + W512[(j+9)&0x0f] + s0);