Searched refs:HashKey_2 (Results 1 – 2 of 2) sorted by relevance
/arch/x86/crypto/ |
D | aesni-intel_asm.S | 98 #define HashKey_2 16*1 // store HashKey^2 <<1 mod poly here macro 413 movdqa \TMP5, HashKey_2(%rsp) 414 # HashKey_2 = HashKey^2<<1 (mod poly) 640 movdqa \TMP5, HashKey_2(%rsp) 641 # HashKey_2 = HashKey^2<<1 (mod poly) 799 movdqa HashKey_2(%rsp ), \TMP5 1007 movdqa HashKey_2(%rsp ), \TMP5 1174 movdqa HashKey_2(%rsp), \TMP5
|
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
|