Searched refs:K_t (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.1/arch/x86/crypto/ |
D | sha512-avx-asm.S | 85 # 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]
|
D | sha512-ssse3-asm.S | 83 # 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]
|