Home
last modified time | relevance | path

Searched refs:HashKey (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/arch/x86/crypto/
Daesni-intel_avx-x86_64.S192 HashKey = 16*6 # store HashKey <<1 mod poly here define
193 HashKey_2 = 16*7 # store HashKey^2 <<1 mod poly here
194 HashKey_3 = 16*8 # store HashKey^3 <<1 mod poly here
195 HashKey_4 = 16*9 # store HashKey^4 <<1 mod poly here
196 HashKey_5 = 16*10 # store HashKey^5 <<1 mod poly here
197 HashKey_6 = 16*11 # store HashKey^6 <<1 mod poly here
198 HashKey_7 = 16*12 # store HashKey^7 <<1 mod poly here
199 HashKey_8 = 16*13 # store HashKey^8 <<1 mod poly here
200 HashKey_k = 16*14 # store XOR of HashKey <<1 mod poly here (for Karatsuba purposes)
201 HashKey_2_k = 16*15 # store XOR of HashKey^2 <<1 mod poly here (for Karatsuba purposes)
[all …]
Daesni-intel_asm.S100 #define HashKey 16*6 // store HashKey <<1 mod poly here macro
205 # precompute HashKey<<1 mod poly from the HashKey (required for GHASH)
215 # reduce HashKey<<1
221 movdqu \TMP3, HashKey(%arg2)
229 # TMP5 = HashKey^2<<1 (mod poly)
231 # HashKey_2 = HashKey^2<<1 (mod poly)
237 # TMP5 = HashKey^3<<1 (mod poly)
244 # TMP5 = HashKey^3<<1 (mod poly)
269 movdqu HashKey(%arg2), %xmm13
281 movdqu HashKey(%arg2), %xmm13
[all …]