Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/crypto/
Daesni-intel_avx-x86_64.S148 # u8 shifted_hkey_1[16] store HashKey <<1 mod poly here
149 # u8 shifted_hkey_2[16] store HashKey^2 <<1 mod poly here
150 # u8 shifted_hkey_3[16] store HashKey^3 <<1 mod poly here
151 # u8 shifted_hkey_4[16] store HashKey^4 <<1 mod poly here
152 # u8 shifted_hkey_5[16] store HashKey^5 <<1 mod poly here
153 # u8 shifted_hkey_6[16] store HashKey^6 <<1 mod poly here
154 # u8 shifted_hkey_7[16] store HashKey^7 <<1 mod poly here
155 # u8 shifted_hkey_8[16] store HashKey^8 <<1 mod poly here
156 # u8 shifted_hkey_1_k[16] store XOR HashKey <<1 mod poly here (for Karatsuba purposes)
157 # u8 shifted_hkey_2_k[16] store XOR HashKey^2 <<1 mod poly here (for Karatsuba purposes)
[all …]
Daesni-intel_asm.S75 #define HashKey 16*0 // store HashKey <<1 mod poly here macro
357 # TMP5 = HashKey^2<<1 (mod poly)
359 # HashKey_2 = HashKey^2<<1 (mod poly)
371 # TMP5 = HashKey^3<<1 (mod poly)
384 # TMP5 = HashKey^3<<1 (mod poly)
578 # TMP5 = HashKey^2<<1 (mod poly)
580 # HashKey_2 = HashKey^2<<1 (mod poly)
592 # TMP5 = HashKey^3<<1 (mod poly)
605 # TMP5 = HashKey^3<<1 (mod poly)
671 # multiply TMP5 * HashKey using karatsuba
[all …]