Searched refs:HashKey_2 (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/crypto/ |
H A 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
|
H A D | aesni-intel_asm.S | 101 #define HashKey_2 16*7 // store HashKey^2 <<1 mod poly here define 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
|
/kernel/linux/linux-6.6/arch/x86/crypto/ |
H A D | aesni-intel_avx-x86_64.S | 169 HashKey_2 = 16*7 # store HashKey^2 <<1 mod poly here define 919 vmovdqu \T5, HashKey_2(arg2) # [HashKey_2] = HashKey^2<<1 mod poly 1428 vmovdqu HashKey_2(arg2), \T5 1664 vmovdqu HashKey_2(arg2), \T5 1888 vmovdqu \T5, HashKey_2(arg2) # [HashKey_2] = HashKey^2<<1 mod poly 2384 vmovdqu HashKey_2(arg2), \T5 2629 vmovdqu HashKey_2(arg2), \T5
|
H A D | aesni-intel_asm.S | 97 #define HashKey_2 16*7 // store HashKey^2 <<1 mod poly here define 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
|
Completed in 12 milliseconds