Searched refs:HashKey_2 (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.1/arch/x86/crypto/ |
D | aesni-intel_avx-x86_64.S | 193 HashKey_2 = 16*7 # store HashKey^2 <<1 mod poly here define 941 vmovdqu \T5, HashKey_2(arg2) # [HashKey_2] = HashKey^2<<1 mod poly 1450 vmovdqu HashKey_2(arg2), \T5 1686 vmovdqu HashKey_2(arg2), \T5 1910 vmovdqu \T5, HashKey_2(arg2) # [HashKey_2] = HashKey^2<<1 mod poly 2406 vmovdqu HashKey_2(arg2), \T5 2651 vmovdqu HashKey_2(arg2), \T5
|
D | aesni-intel_asm.S | 97 #define HashKey_2 16*7 // store HashKey^2 <<1 mod poly here macro 226 movdqu \TMP5, HashKey_2(%arg2) 227 # HashKey_2 = HashKey^2<<1 (mod poly) 1052 movdqu HashKey_2(%arg2), \TMP5 1260 movdqu HashKey_2(%arg2), \TMP5 1427 movdqu HashKey_2(%arg2), \TMP5
|