Lines Matching +full:18 +full:k
77 # W[t] + K[t] | W[t+1] + K[t+1]
100 # W[t]+K[t] (stack frame)
131 add WK_2(idx), T1 # W[t] + K[t] from message scheduler
132 RORQ tmp0, 4 # 18 # tmp = ((e ror 23) ^ e) ror 4
135 add h_64, T1 # T1 = CH(e,f,g) + W[t] + K[t] + h
137 add tmp0, T1 # T1 = CH(e,f,g) + W[t] + K[t] + S1(e)
159 # Two rounds are computed based on the values for K[t-2]+W[t-2] and
160 # K[t-1]+W[t-1] which were previously stored at WK_2 by the message
189 RORQ tmp0, 4 # 18
238 RORQ tmp0, 4 # 18
249 vpaddq K_t(idx), %xmm0, %xmm0 # Compute W[t]+K[t]
250 vmovdqa %xmm0, WK_2(idx) # Store W[t]+K[t] for next rounds
314 vpaddq K_t(t), %xmm0, %xmm0 # Compute W[t]+K[t]
322 vpaddq K_t(t), %xmm0, %xmm0 # Compute W[t]+K[t]
324 vmovdqa %xmm0, WK_2(t)# Store W[t]+K[t] into WK
379 # K[t] used in SHA512 hashing