Home
last modified time | relevance | path

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

/Linux-v5.15/arch/x86/crypto/
Dsha512-avx-asm.S86 # WK_2(t) points to 1 of 2 qwords at frame.WK depdending on t being odd/even
101 #define WK_2(i) 8*((i%2))+frame_WK(%rsp) macro
131 add WK_2(idx), T1 # W[t] + K[t] from message scheduler
160 # K[t-1]+W[t-1] which were previously stored at WK_2 by the message
164 # [K_t(t)] and [K_t(t+1)] and stored at dqword [WK_2(t)]
187 add WK_2(idx), T1#
236 add WK_2(idx), T1
250 vmovdqa %xmm0, WK_2(idx) # Store W[t]+K[t] for next rounds
316 vmovdqa %xmm0, WK_2(t) # Store into WK for rounds
325 vmovdqa %xmm0, WK_2(t)# Store W[t]+K[t] into WK
Dsha512-ssse3-asm.S84 # WK_2(t) points to 1 of 2 qwords at frame.WK depdending on t being odd/even
99 #define WK_2(i) 8*((i%2))+frame_WK(%rsp) macro
125 add WK_2(idx), T1 # W[t] + K[t] from message scheduler
155 # K[t-1]+W[t-1] which were previously stored at WK_2 by the message
159 # [K_t(%%t)] and [K_t(%%t+1)] and stored at dqword [WK_2(%%t)]
177 add WK_2(idx), T1
223 add WK_2(idx), T1
260 movdqa %xmm0, WK_2(idx) # Store W[t]+K[t] for next rounds
318 movdqa %xmm0, WK_2(t) # Store into WK for rounds
327 movdqa %xmm0, WK_2(t) # Store W[t]+K[t] into WK