Searched refs:HashKey_2 (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/arch/x86/crypto/ |
D | aesni-intel_avx-x86_64.S | 207 HashKey_2 = 16*12 # store HashKey^2 <<1 mod poly here define 347 vmovdqa \T5, HashKey_2(arg1) # [HashKey_2] = HashKey^2<<1 mod poly 927 vmovdqa HashKey_2(arg1), \T5 1145 vmovdqa HashKey_2(arg1), \T5 1673 vmovdqa \T5, HashKey_2(arg1) # [HashKey_2] = HashKey^2<<1 mod poly 2240 vmovdqa HashKey_2(arg1), \T5 2468 vmovdqa HashKey_2(arg1), \T5
|
D | aesni-intel_asm.S | 106 #define HashKey_2 16*7 // store HashKey^2 <<1 mod poly here macro 235 movdqu \TMP5, HashKey_2(%arg2) 236 # HashKey_2 = HashKey^2<<1 (mod poly) 1061 movdqu HashKey_2(%arg2), \TMP5 1269 movdqu HashKey_2(%arg2), \TMP5 1436 movdqu HashKey_2(%arg2), \TMP5
|