Searched refs:HashKey_2 (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.4/arch/x86/crypto/ |
D | aesni-intel_avx-x86_64.S | 194 HashKey_2 = 16*7 # store HashKey^2 <<1 mod poly here define 953 vmovdqu \T5, HashKey_2(arg2) # [HashKey_2] = HashKey^2<<1 mod poly 1462 vmovdqu HashKey_2(arg2), \T5 1698 vmovdqu HashKey_2(arg2), \T5 1925 vmovdqu \T5, HashKey_2(arg2) # [HashKey_2] = HashKey^2<<1 mod poly 2421 vmovdqu HashKey_2(arg2), \T5 2666 vmovdqu HashKey_2(arg2), \T5
|
D | aesni-intel_asm.S | 102 #define HashKey_2 16*7 // store HashKey^2 <<1 mod poly here macro 231 movdqu \TMP5, HashKey_2(%arg2) 232 # HashKey_2 = HashKey^2<<1 (mod poly) 1057 movdqu HashKey_2(%arg2), \TMP5 1265 movdqu HashKey_2(%arg2), \TMP5 1432 movdqu HashKey_2(%arg2), \TMP5
|