Searched refs:HashKey_2 (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.6/arch/x86/crypto/ |
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
|
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
|