Searched refs:K_t (Results 1 – 2 of 2) sorted by relevance
/linux/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) macro 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) macro 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]
|