/linux-6.3-rc2/arch/x86/crypto/ |
A D | camellia-x86_64-asm_64.S | 63 #define RT1 %r12 macro 106 orq r ## 0, RT1; \ 107 shrq $32, RT1; \ 108 xorq RT1, r ## 0; \ 288 orq r ## 0, RT1; \ 289 shrq $32, RT1; \ 290 xorq RT1, r ## 0; \ 303 orq l ## 0, RT1; \ 304 shrq $32, RT1; \ 319 shlq $32, RT1; \ [all …]
|
A D | twofish-x86_64-asm_64-3way.S | 70 #define RT1 %rsi macro 105 do16bit_ror(32, xor, xor, Tx2, Tx3, RT0, RT1, ab ## 0, x ## 0); \ 106 do16bit_ror(16, xor, xor, Ty3, Ty0, RT0, RT1, ab ## 0, y ## 0); \ 109 do16bit_ror(32, xor, xor, Tx2, Tx3, RT0, RT1, ab ## 1, x ## 1); \ 110 do16bit_ror(16, xor, xor, Ty3, Ty0, RT0, RT1, ab ## 1, y ## 1); \ 113 do16bit_ror(32, xor, xor, Tx2, Tx3, RT0, RT1, ab ## 2, x ## 2); \ 114 do16bit_ror(16, xor, xor, Ty3, Ty0, RT0, RT1, ab ## 2, y ## 2); \ 251 popq RT1; /* bool xor */
|
A D | des3_ede-asm_64.S | 58 #define RT1 %rsi macro 133 xorq s6(, RT1, 8), to; \ 142 xorq s5(, RT1, 8), to; \ 359 xorq s6(, RT1, 8), to##0; \ 364 xorq s2(, RT1, 8), to##0; \ 369 xorq s5(, RT1, 8), to##0; \ 374 xorq s1(, RT1, 8), to##0; \ 380 xorq s6(, RT1, 8), to##1; \ 385 xorq s2(, RT1, 8), to##1; \ 390 xorq s5(, RT1, 8), to##1; \ [all …]
|
A D | blowfish-x86_64-asm_64.S | 45 #define RT1 %rsi macro 65 addl s1(CTX,RT1,4), RT0d; \ 69 xorl s2(CTX,RT1,4), RT0d; \ 181 xorl s2(CTX,RT1,4), RT0d; \
|
A D | serpent-sse2-i586-asm_32.S | 34 #define RT1 %xmm6 macro 45 get_key(i, 2, RT1); \ 48 pxor RT1, x2; \ 513 read_blocks(%eax, RA, RB, RC, RD, RT0, RT1, RE); 554 write_blocks(%eax, RA, RB, RC, RD, RT0, RT1, RE); 559 xor_blocks(%eax, RA, RB, RC, RD, RT0, RT1, RE); 576 read_blocks(%eax, RA, RB, RC, RD, RT0, RT1, RE); 613 write_blocks(%eax, RC, RD, RB, RE, RT0, RT1, RA);
|
/linux-6.3-rc2/tools/testing/selftests/net/ |
A D | icmp.sh | 25 RT1=172.16.1.0/24 52 ip -netns $NS1 route add $RT1 via inet6 $H2_IP6
|
/linux-6.3-rc2/arch/arm/crypto/ |
A D | sha1-armv7-neon.S | 54 #define RT1 r10 macro 93 and RT1, c, b; \ 96 add e, e, RT1; \ 119 and RT1, b, c; \ 123 add RT1, RT1, RT3; \ 127 add e, e, RT1; 590 add _b, RT1; 623 add _b, RT1;
|