Home
last modified time | relevance | path

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

/Linux-v6.6/arch/x86/crypto/
Daesni-intel_avx-x86_64.S168 HashKey = 16*6 # store HashKey <<1 mod poly here define
169 HashKey_2 = 16*7 # store HashKey^2 <<1 mod poly here
170 HashKey_3 = 16*8 # store HashKey^3 <<1 mod poly here
171 HashKey_4 = 16*9 # store HashKey^4 <<1 mod poly here
172 HashKey_5 = 16*10 # store HashKey^5 <<1 mod poly here
173 HashKey_6 = 16*11 # store HashKey^6 <<1 mod poly here
174 HashKey_7 = 16*12 # store HashKey^7 <<1 mod poly here
175 HashKey_8 = 16*13 # store HashKey^8 <<1 mod poly here
176 HashKey_k = 16*14 # store XOR of HashKey <<1 mod poly here (for Karatsuba purposes)
177 HashKey_2_k = 16*15 # store XOR of HashKey^2 <<1 mod poly here (for Karatsuba purposes)
[all …]
Daesni-intel_asm.S96 #define HashKey 16*6 // store HashKey <<1 mod poly here macro
201 # precompute HashKey<<1 mod poly from the HashKey (required for GHASH)
211 # reduce HashKey<<1
217 movdqu \TMP3, HashKey(%arg2)
225 # TMP5 = HashKey^2<<1 (mod poly)
227 # HashKey_2 = HashKey^2<<1 (mod poly)
233 # TMP5 = HashKey^3<<1 (mod poly)
240 # TMP5 = HashKey^3<<1 (mod poly)
265 movdqu HashKey(%arg2), %xmm13
277 movdqu HashKey(%arg2), %xmm13
[all …]