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 …]
75 #define HashKey 16*0 // store HashKey <<1 mod poly here macro357 # 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 …]