Searched refs:K_t (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/crypto/ |
H A D | sha512-avx-asm.S | 89 # MSG, DIGEST, K_t, W_t are arrays 99 #define K_t(i) 8*i+K512(%rip) define 168 # [K_t(t)] and [K_t(t+1)] and stored at dqword [WK_2(t)] 253 vpaddq K_t(idx), %xmm0, %xmm0 # Compute W[t]+K[t] 319 vpaddq K_t(t), %xmm0, %xmm0 # Compute W[t]+K[t] 327 vpaddq K_t(t), %xmm0, %xmm0 # Compute W[t]+K[t]
|
H A D | sha512-ssse3-asm.S | 87 # MSG, DIGEST, K_t, W_t are arrays 97 #define K_t(i) 8*i+K512(%rip) define 163 # [K_t(%%t)] and [K_t(%%t+1)] and stored at dqword [WK_2(%%t)] 261 paddq K_t(\rnd), %xmm0 # Compute W[t]+K[t] 321 paddq K_t(t), %xmm0 # Compute W[t]+K[t] 329 paddq K_t(t), %xmm0 # Compute W[t]+K[t]
|
/kernel/linux/linux-6.6/arch/x86/crypto/ |
H A D | sha512-ssse3-asm.S | 84 # MSG, DIGEST, K_t, W_t are arrays 94 #define K_t(i) 8*i+K512(%rip) define 160 # [K_t(%%t)] and [K_t(%%t+1)] and stored at dqword [WK_2(%%t)] 258 paddq K_t(\rnd), %xmm0 # Compute W[t]+K[t] 318 paddq K_t(t), %xmm0 # Compute W[t]+K[t] 326 paddq K_t(t), %xmm0 # Compute W[t]+K[t]
|
H A D | sha512-avx-asm.S | 86 # MSG, DIGEST, K_t, W_t are arrays 96 #define K_t(i) 8*i+K512(%rip) define 165 # [K_t(t)] and [K_t(t+1)] and stored at dqword [WK_2(t)] 250 vpaddq K_t(idx), %xmm0, %xmm0 # Compute W[t]+K[t] 316 vpaddq K_t(t), %xmm0, %xmm0 # Compute W[t]+K[t] 324 vpaddq K_t(t), %xmm0, %xmm0 # Compute W[t]+K[t]
|
Completed in 3 milliseconds