Home
last modified time | relevance | path

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

/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.S76 #define HashKey 16*0 // store HashKey <<1 mod poly here macro
358 # TMP5 = HashKey^2<<1 (mod poly)
360 # HashKey_2 = HashKey^2<<1 (mod poly)
372 # TMP5 = HashKey^3<<1 (mod poly)
385 # TMP5 = HashKey^3<<1 (mod poly)
579 # TMP5 = HashKey^2<<1 (mod poly)
581 # HashKey_2 = HashKey^2<<1 (mod poly)
593 # TMP5 = HashKey^3<<1 (mod poly)
606 # TMP5 = HashKey^3<<1 (mod poly)
672 # multiply TMP5 * HashKey using karatsuba
[all …]