Home
last modified time | relevance | path

Searched refs:WK_2 (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/arch/x86/crypto/
Dsha512-ssse3-asm.S88 # WK_2(t) points to 1 of 2 qwords at frame.WK depdending on t being odd/even
103 #define WK_2(i) 8*((i%2))+frame_WK(%rsp) macro
129 add WK_2(idx), T1 # W[t] + K[t] from message scheduler
159 # K[t-1]+W[t-1] which were previously stored at WK_2 by the message
163 # [K_t(%%t)] and [K_t(%%t+1)] and stored at dqword [WK_2(%%t)]
181 add WK_2(idx), T1
227 add WK_2(idx), T1
264 movdqa %xmm0, WK_2(idx) # Store W[t]+K[t] for next rounds
319 movdqa %xmm0, WK_2(t) # Store into WK for rounds
328 movdqa %xmm0, WK_2(t) # Store W[t]+K[t] into WK
Dsha512-avx-asm.S91 # WK_2(t) points to 1 of 2 qwords at frame.WK depdending on t being odd/even
106 #define WK_2(i) 8*((i%2))+frame_WK(%rsp) macro
136 add WK_2(idx), T1 # W[t] + K[t] from message scheduler
165 # K[t-1]+W[t-1] which were previously stored at WK_2 by the message
169 # [K_t(t)] and [K_t(t+1)] and stored at dqword [WK_2(t)]
192 add WK_2(idx), T1#
241 add WK_2(idx), T1
255 vmovdqa %xmm0, WK_2(idx) # Store W[t]+K[t] for next rounds
320 vmovdqa %xmm0, WK_2(t) # Store into WK for rounds
329 vmovdqa %xmm0, WK_2(t)# Store W[t]+K[t] into WK