Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/crypto/
Daesni-intel_avx-x86_64.S188 # u8 shifted_hkey_1[16] store HashKey <<1 mod poly here
189 # u8 shifted_hkey_2[16] store HashKey^2 <<1 mod poly here
190 # u8 shifted_hkey_3[16] store HashKey^3 <<1 mod poly here
191 # u8 shifted_hkey_4[16] store HashKey^4 <<1 mod poly here
192 # u8 shifted_hkey_5[16] store HashKey^5 <<1 mod poly here
193 # u8 shifted_hkey_6[16] store HashKey^6 <<1 mod poly here
194 # u8 shifted_hkey_7[16] store HashKey^7 <<1 mod poly here
195 # u8 shifted_hkey_8[16] store HashKey^8 <<1 mod poly here
196 # u8 shifted_hkey_1_k[16] store XOR HashKey <<1 mod poly here (for Karatsuba purposes)
197 # u8 shifted_hkey_2_k[16] store XOR HashKey^2 <<1 mod poly here (for Karatsuba purposes)
[all …]
Daesni-intel_asm.S105 #define HashKey 16*6 // store HashKey <<1 mod poly here macro
210 # precompute HashKey<<1 mod poly from the HashKey (required for GHASH)
220 # reduce HashKey<<1
226 movdqu \TMP3, HashKey(%arg2)
234 # TMP5 = HashKey^2<<1 (mod poly)
236 # HashKey_2 = HashKey^2<<1 (mod poly)
242 # TMP5 = HashKey^3<<1 (mod poly)
249 # TMP5 = HashKey^3<<1 (mod poly)
274 movdqu HashKey(%arg2), %xmm13
286 movdqu HashKey(%arg2), %xmm13
[all …]