Searched refs:HashKey_3 (Results 1 – 2 of 2) sorted by relevance
/arch/x86/crypto/ |
D | aesni-intel_avx-x86_64.S | 168 HashKey_3 = 16*13 # store HashKey^3 <<1 mod poly here define 313 vmovdqa \T5, HashKey_3(arg1) 833 vmovdqa HashKey_3(arg1), \T5 1060 vmovdqa HashKey_3(arg1), \T5 1589 vmovdqa \T5, HashKey_3(arg1) 2098 vmovdqa HashKey_3(arg1), \T5 2332 vmovdqa HashKey_3(arg1), \T5
|
D | aesni-intel_asm.S | 78 #define HashKey_3 16*2 // store HashKey^3 <<1 mod poly here macro 373 movdqa \TMP5, HashKey_3(%rsp) 594 movdqa \TMP5, HashKey_3(%rsp) 712 movdqa HashKey_3(%rsp), \TMP5 920 movdqa HashKey_3(%rsp), \TMP5 1099 movdqa HashKey_3(%rsp), \TMP5
|