Lines Matching +full:18 +full:k
98 # W[t]+K[t] (stack frame)
125 add WK_2(idx), T1 # W[t] + K[t] from message scheduler
126 ror $4, tmp0 # 18 # tmp = ((e ror 23) ^ e) ror 4
129 add h_64, T1 # T1 = CH(e,f,g) + W[t] + K[t] + h
131 add tmp0, T1 # T1 = CH(e,f,g) + W[t] + K[t] + S1(e)
154 # Two rounds are computed based on the values for K[t-2]+W[t-2] and
155 # K[t-1]+W[t-1] which were previously stored at WK_2 by the message
184 ror $4, tmp0 # 18
229 ror $4, tmp0 # 18
257 paddq K_t(\rnd), %xmm0 # Compute W[t]+K[t]
260 movdqa %xmm0, WK_2(idx) # Store W[t]+K[t] for next rounds
317 paddq K_t(t), %xmm0 # Compute W[t]+K[t]
325 paddq K_t(t), %xmm0 # Compute W[t]+K[t]
327 movdqa %xmm0, WK_2(t) # Store W[t]+K[t] into WK
383 # K[t] used in SHA512 hashing