Lines Matching refs:K
102 # W[t]+K[t] (stack frame)
129 add WK_2(idx), T1 # W[t] + K[t] from message scheduler
133 add h_64, T1 # T1 = CH(e,f,g) + W[t] + K[t] + h
135 add tmp0, T1 # T1 = CH(e,f,g) + W[t] + K[t] + S1(e)
158 # Two rounds are computed based on the values for K[t-2]+W[t-2] and
159 # K[t-1]+W[t-1] which were previously stored at WK_2 by the message
261 paddq K_t(\rnd), %xmm0 # Compute W[t]+K[t]
264 movdqa %xmm0, WK_2(idx) # Store W[t]+K[t] for next rounds
318 paddq K_t(t), %xmm0 # Compute W[t]+K[t]
326 paddq K_t(t), %xmm0 # Compute W[t]+K[t]
328 movdqa %xmm0, WK_2(t) # Store W[t]+K[t] into WK
380 # K[t] used in SHA512 hashing