Searched refs:HashKey (Results 1 – 2 of 2) sorted by relevance
168 HashKey = 16*6 # store HashKey <<1 mod poly here define169 HashKey_2 = 16*7 # store HashKey^2 <<1 mod poly here170 HashKey_3 = 16*8 # store HashKey^3 <<1 mod poly here171 HashKey_4 = 16*9 # store HashKey^4 <<1 mod poly here172 HashKey_5 = 16*10 # store HashKey^5 <<1 mod poly here173 HashKey_6 = 16*11 # store HashKey^6 <<1 mod poly here174 HashKey_7 = 16*12 # store HashKey^7 <<1 mod poly here175 HashKey_8 = 16*13 # store HashKey^8 <<1 mod poly here176 HashKey_k = 16*14 # store XOR of HashKey <<1 mod poly here (for Karatsuba purposes)177 HashKey_2_k = 16*15 # store XOR of HashKey^2 <<1 mod poly here (for Karatsuba purposes)[all …]
96 #define HashKey 16*6 // store HashKey <<1 mod poly here macro201 # precompute HashKey<<1 mod poly from the HashKey (required for GHASH)211 # reduce HashKey<<1217 movdqu \TMP3, HashKey(%arg2)225 # TMP5 = HashKey^2<<1 (mod poly)227 # HashKey_2 = HashKey^2<<1 (mod poly)233 # TMP5 = HashKey^3<<1 (mod poly)240 # TMP5 = HashKey^3<<1 (mod poly)265 movdqu HashKey(%arg2), %xmm13277 movdqu HashKey(%arg2), %xmm13[all …]