Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/crypto/
Daesni-intel_avx-x86_64.S193 HashKey = 16*6 # store HashKey <<1 mod poly here define
194 HashKey_2 = 16*7 # store HashKey^2 <<1 mod poly here
195 HashKey_3 = 16*8 # store HashKey^3 <<1 mod poly here
196 HashKey_4 = 16*9 # store HashKey^4 <<1 mod poly here
197 HashKey_5 = 16*10 # store HashKey^5 <<1 mod poly here
198 HashKey_6 = 16*11 # store HashKey^6 <<1 mod poly here
199 HashKey_7 = 16*12 # store HashKey^7 <<1 mod poly here
200 HashKey_8 = 16*13 # store HashKey^8 <<1 mod poly here
201 HashKey_k = 16*14 # store XOR of HashKey <<1 mod poly here (for Karatsuba purposes)
202 HashKey_2_k = 16*15 # store XOR of HashKey^2 <<1 mod poly here (for Karatsuba purposes)
[all …]
Daesni-intel_asm.S101 #define HashKey 16*6 // store HashKey <<1 mod poly here macro
206 # precompute HashKey<<1 mod poly from the HashKey (required for GHASH)
216 # reduce HashKey<<1
222 movdqu \TMP3, HashKey(%arg2)
230 # TMP5 = HashKey^2<<1 (mod poly)
232 # HashKey_2 = HashKey^2<<1 (mod poly)
238 # TMP5 = HashKey^3<<1 (mod poly)
245 # TMP5 = HashKey^3<<1 (mod poly)
270 movdqu HashKey(%arg2), %xmm13
282 movdqu HashKey(%arg2), %xmm13
[all …]