Searched refs:HashKey_2 (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/arch/x86/crypto/ |
D | aesni-intel_asm.S | 76 #define HashKey_2 16*1 // store HashKey^2 <<1 mod poly here macro 358 movdqa \TMP5, HashKey_2(%rsp) 359 # HashKey_2 = HashKey^2<<1 (mod poly) 579 movdqa \TMP5, HashKey_2(%rsp) 580 # HashKey_2 = HashKey^2<<1 (mod poly) 738 movdqa HashKey_2(%rsp ), \TMP5 946 movdqa HashKey_2(%rsp ), \TMP5 1113 movdqa HashKey_2(%rsp), \TMP5
|
D | aesni-intel_avx-x86_64.S | 167 HashKey_2 = 16*12 # store HashKey^2 <<1 mod poly here define 307 vmovdqa \T5, HashKey_2(arg1) # [HashKey_2] = HashKey^2<<1 mod poly 857 vmovdqa HashKey_2(arg1), \T5 1075 vmovdqa HashKey_2(arg1), \T5 1586 vmovdqa \T5, HashKey_2(arg1) # [HashKey_2] = HashKey^2<<1 mod poly 2122 vmovdqa HashKey_2(arg1), \T5 2350 vmovdqa HashKey_2(arg1), \T5
|