Searched refs:HashKey_2 (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.10/arch/x86/crypto/ |
D | aesni-intel_avx-x86_64.S | 193 HashKey_2 = 16*7 # store HashKey^2 <<1 mod poly here define 951 vmovdqu \T5, HashKey_2(arg2) # [HashKey_2] = HashKey^2<<1 mod poly 1460 vmovdqu HashKey_2(arg2), \T5 1696 vmovdqu HashKey_2(arg2), \T5 1920 vmovdqu \T5, HashKey_2(arg2) # [HashKey_2] = HashKey^2<<1 mod poly 2416 vmovdqu HashKey_2(arg2), \T5 2661 vmovdqu HashKey_2(arg2), \T5
|
D | aesni-intel_asm.S | 101 #define HashKey_2 16*7 // store HashKey^2 <<1 mod poly here macro 230 movdqu \TMP5, HashKey_2(%arg2) 231 # HashKey_2 = HashKey^2<<1 (mod poly) 1056 movdqu HashKey_2(%arg2), \TMP5 1264 movdqu HashKey_2(%arg2), \TMP5 1431 movdqu HashKey_2(%arg2), \TMP5
|