Home
last modified time | relevance | path

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

/linux-5.19.10/arch/x86/crypto/
Dsha512-ssse3-asm.S83 # MSG, DIGEST, K_t, W_t are arrays
93 #define K_t(i) 8*i+K512(%rip) macro
159 # [K_t(%%t)] and [K_t(%%t+1)] and stored at dqword [WK_2(%%t)]
257 paddq K_t(\rnd), %xmm0 # Compute W[t]+K[t]
317 paddq K_t(t), %xmm0 # Compute W[t]+K[t]
325 paddq K_t(t), %xmm0 # Compute W[t]+K[t]
Dsha512-avx-asm.S85 # MSG, DIGEST, K_t, W_t are arrays
95 #define K_t(i) 8*i+K512(%rip) macro
164 # [K_t(t)] and [K_t(t+1)] and stored at dqword [WK_2(t)]
249 vpaddq K_t(idx), %xmm0, %xmm0 # Compute W[t]+K[t]
315 vpaddq K_t(t), %xmm0, %xmm0 # Compute W[t]+K[t]
323 vpaddq K_t(t), %xmm0, %xmm0 # Compute W[t]+K[t]