Searched refs:HashKey (Results 1 – 2 of 2) sorted by relevance
193 HashKey = 16*6 # store HashKey <<1 mod poly here define194 HashKey_2 = 16*7 # store HashKey^2 <<1 mod poly here195 HashKey_3 = 16*8 # store HashKey^3 <<1 mod poly here196 HashKey_4 = 16*9 # store HashKey^4 <<1 mod poly here197 HashKey_5 = 16*10 # store HashKey^5 <<1 mod poly here198 HashKey_6 = 16*11 # store HashKey^6 <<1 mod poly here199 HashKey_7 = 16*12 # store HashKey^7 <<1 mod poly here200 HashKey_8 = 16*13 # store HashKey^8 <<1 mod poly here201 HashKey_k = 16*14 # store XOR of HashKey <<1 mod poly here (for Karatsuba purposes)202 HashKey_2_k = 16*15 # store XOR of HashKey^2 <<1 mod poly here (for Karatsuba purposes)[all …]
101 #define HashKey 16*6 // store HashKey <<1 mod poly here macro206 # precompute HashKey<<1 mod poly from the HashKey (required for GHASH)216 # reduce HashKey<<1222 movdqu \TMP3, HashKey(%arg2)230 # TMP5 = HashKey^2<<1 (mod poly)232 # HashKey_2 = HashKey^2<<1 (mod poly)238 # TMP5 = HashKey^3<<1 (mod poly)245 # TMP5 = HashKey^3<<1 (mod poly)270 movdqu HashKey(%arg2), %xmm13282 movdqu HashKey(%arg2), %xmm13[all …]