W256              286 crypto/sha2.c  	W256[j] = (u_int32_t)data[3] | ((u_int32_t)data[2] << 8) |	    \
W256              289 crypto/sha2.c  	T1 = (h) + Sigma1_256((e)) + Ch((e), (f), (g)) + K256[j] + W256[j]; \
W256              296 crypto/sha2.c  	s0 = W256[(j+1)&0x0f];						    \
W256              298 crypto/sha2.c  	s1 = W256[(j+14)&0x0f];						    \
W256              301 crypto/sha2.c  	     (W256[j&0x0f] += s1 + W256[(j+9)&0x0f] + s0);		    \
W256              311 crypto/sha2.c  	u_int32_t	T1, *W256;
W256              314 crypto/sha2.c  	W256 = (u_int32_t *)context->buffer;
W256              371 crypto/sha2.c  	u_int32_t	T1, T2, *W256;
W256              374 crypto/sha2.c  	W256 = (u_int32_t *)context->buffer;
W256              388 crypto/sha2.c  		W256[j] = (u_int32_t)data[3] | ((u_int32_t)data[2] << 8) |
W256              392 crypto/sha2.c  		T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + W256[j];
W256              408 crypto/sha2.c  		s0 = W256[(j+1)&0x0f];
W256              410 crypto/sha2.c  		s1 = W256[(j+14)&0x0f];	
W256              415 crypto/sha2.c  		     (W256[j&0x0f] += s1 + W256[(j+9)&0x0f] + s0);