Lines Matching +full:18 +full:k
78 # W[t] + K[t] | W[t+1] + K[t+1]
101 # W[t]+K[t] (stack frame)
132 add WK_2(idx), T1 # W[t] + K[t] from message scheduler
133 RORQ tmp0, 4 # 18 # tmp = ((e ror 23) ^ e) ror 4
136 add h_64, T1 # T1 = CH(e,f,g) + W[t] + K[t] + h
138 add tmp0, T1 # T1 = CH(e,f,g) + W[t] + K[t] + S1(e)
160 # Two rounds are computed based on the values for K[t-2]+W[t-2] and
161 # K[t-1]+W[t-1] which were previously stored at WK_2 by the message
190 RORQ tmp0, 4 # 18
239 RORQ tmp0, 4 # 18
250 vpaddq K_t(idx), %xmm0, %xmm0 # Compute W[t]+K[t]
251 vmovdqa %xmm0, WK_2(idx) # Store W[t]+K[t] for next rounds
316 vpaddq K_t(t), %xmm0, %xmm0 # Compute W[t]+K[t]
324 vpaddq K_t(t), %xmm0, %xmm0 # Compute W[t]+K[t]
326 vmovdqa %xmm0, WK_2(t)# Store W[t]+K[t] into WK
382 # K[t] used in SHA512 hashing