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