Searched refs:K_t (Results 1 - 2 of 2) sorted by relevance
/linux-4.4.14/arch/x86/crypto/ |
H A D | sha512-avx-asm.S | 90 # MSG, DIGEST, K_t, W_t are arrays 100 #define K_t(i) 8*i+K512(%rip) define 169 # [K_t(t)] and [K_t(t+1)] and stored at dqword [WK_2(t)] 254 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] 318 paddq K_t(t), %xmm0 # Compute W[t]+K[t] 326 paddq K_t(t), %xmm0 # Compute W[t]+K[t]
|
Completed in 88 milliseconds