Lines Matching refs:K
78 # W[t] + K[t] | W[t+1] + K[t+1]
105 # W[t]+K[t] (stack frame)
136 add WK_2(idx), T1 # W[t] + K[t] from message scheduler
140 add h_64, T1 # T1 = CH(e,f,g) + W[t] + K[t] + h
142 add tmp0, T1 # T1 = CH(e,f,g) + W[t] + K[t] + S1(e)
164 # Two rounds are computed based on the values for K[t-2]+W[t-2] and
165 # K[t-1]+W[t-1] which were previously stored at WK_2 by the message
254 vpaddq K_t(idx), %xmm0, %xmm0 # Compute W[t]+K[t]
255 vmovdqa %xmm0, WK_2(idx) # Store W[t]+K[t] for next rounds
319 vpaddq K_t(t), %xmm0, %xmm0 # Compute W[t]+K[t]
327 vpaddq K_t(t), %xmm0, %xmm0 # Compute W[t]+K[t]
329 vmovdqa %xmm0, WK_2(t)# Store W[t]+K[t] into WK
381 # K[t] used in SHA512 hashing