Searched refs:HashKey (Results 1 – 2 of 2) sorted by relevance
148 # u8 shifted_hkey_1[16] store HashKey <<1 mod poly here149 # u8 shifted_hkey_2[16] store HashKey^2 <<1 mod poly here150 # u8 shifted_hkey_3[16] store HashKey^3 <<1 mod poly here151 # u8 shifted_hkey_4[16] store HashKey^4 <<1 mod poly here152 # u8 shifted_hkey_5[16] store HashKey^5 <<1 mod poly here153 # u8 shifted_hkey_6[16] store HashKey^6 <<1 mod poly here154 # u8 shifted_hkey_7[16] store HashKey^7 <<1 mod poly here155 # u8 shifted_hkey_8[16] store HashKey^8 <<1 mod poly here156 # 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 …]
76 #define HashKey 16*0 // store HashKey <<1 mod poly here macro358 # 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 …]