Searched refs:HashKey (Results 1 – 2 of 2) sorted by relevance
188 # u8 shifted_hkey_1[16] store HashKey <<1 mod poly here189 # u8 shifted_hkey_2[16] store HashKey^2 <<1 mod poly here190 # u8 shifted_hkey_3[16] store HashKey^3 <<1 mod poly here191 # u8 shifted_hkey_4[16] store HashKey^4 <<1 mod poly here192 # u8 shifted_hkey_5[16] store HashKey^5 <<1 mod poly here193 # u8 shifted_hkey_6[16] store HashKey^6 <<1 mod poly here194 # u8 shifted_hkey_7[16] store HashKey^7 <<1 mod poly here195 # u8 shifted_hkey_8[16] store HashKey^8 <<1 mod poly here196 # 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 …]
105 #define HashKey 16*6 // store HashKey <<1 mod poly here macro210 # precompute HashKey<<1 mod poly from the HashKey (required for GHASH)220 # reduce HashKey<<1226 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), %xmm13286 movdqu HashKey(%arg2), %xmm13[all …]