Home
last modified time | relevance | path

Searched refs:W2 (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-6.6/crypto/
H A Dsm3.c65 #define W2(i) (W[i & 0x0f] = \ macro
97 R1(a, b, c, d, e, f, g, h, K[12], W1(12), W2(16)); in sm3_transform()
98 R1(d, a, b, c, h, e, f, g, K[13], W1(13), W2(17)); in sm3_transform()
99 R1(c, d, a, b, g, h, e, f, K[14], W1(14), W2(18)); in sm3_transform()
100 R1(b, c, d, a, f, g, h, e, K[15], W1(15), W2(19)); in sm3_transform()
102 R2(a, b, c, d, e, f, g, h, K[16], W1(16), W2(20)); in sm3_transform()
103 R2(d, a, b, c, h, e, f, g, K[17], W1(17), W2(21)); in sm3_transform()
104 R2(c, d, a, b, g, h, e, f, K[18], W1(18), W2(22)); in sm3_transform()
105 R2(b, c, d, a, f, g, h, e, K[19], W1(19), W2(23)); in sm3_transform()
106 R2(a, b, c, d, e, f, g, h, K[20], W1(20), W2(2 in sm3_transform()
167 #undef W2 global() macro
[all...]
/kernel/linux/linux-6.6/arch/x86/crypto/
H A Dsm3-avx-asm_64.S119 #define W2 %xmm2 define
265 vmovdqa XTMP1, W2; /* W2: xx, w6, w5, w4 */ \
312 /* W1 ^ W2 => XTMP1 */ \
381 R1(c, d, a, b, g, h, e, f, 6, 2, IW); SCHED_W_0(12, W0, W1, W2, W3, W4, W5);
382 R1(b, c, d, a, f, g, h, e, 7, 3, IW); SCHED_W_1(12, W0, W1, W2, W3, W4, W5);
385 R1(a, b, c, d, e, f, g, h, 8, 0, IW); SCHED_W_2(12, W0, W1, W2, W3, W4, W5);
386 R1(d, a, b, c, h, e, f, g, 9, 1, IW); SCHED_W_0(15, W1, W2, W3, W4, W5, W0);
387 R1(c, d, a, b, g, h, e, f, 10, 2, IW); SCHED_W_1(15, W1, W2, W3, W4, W5, W0);
388 R1(b, c, d, a, f, g, h, e, 11, 3, IW); SCHED_W_2(15, W1, W2, W
[all...]
/kernel/linux/linux-5.10/arch/arm/crypto/
H A Dsha1-armv7-neon.S60 #define W2 q2 define
358 W2, W3, W4, W5, W6, _, _, _ );
361 W2, W3, W4, W5, W6, _, _, _ );
364 W2, W3, W4, W5, W6, _, _, _ );
367 W2, W3, W4, W5, W6, _, _, _ );
371 W1, W2, W3, W4, W5, _, _, _ );
374 W1, W2, W3, W4, W5, _, _, _ );
377 W1, W2, W3, W4, W5, _, _, _ );
380 W1, W2, W3, W4, W5, _, _, _ );
385 W0, W1, W2, W
[all...]
/kernel/linux/linux-6.6/arch/arm/crypto/
H A Dsha1-armv7-neon.S60 #define W2 q2 define
358 W2, W3, W4, W5, W6, _, _, _ );
361 W2, W3, W4, W5, W6, _, _, _ );
364 W2, W3, W4, W5, W6, _, _, _ );
367 W2, W3, W4, W5, W6, _, _, _ );
371 W1, W2, W3, W4, W5, _, _, _ );
374 W1, W2, W3, W4, W5, _, _, _ );
377 W1, W2, W3, W4, W5, _, _, _ );
380 W1, W2, W3, W4, W5, _, _, _ );
385 W0, W1, W2, W
[all...]
/kernel/linux/linux-6.6/arch/arm64/crypto/
H A Dsm3-neon-core.S71 #define W2 v2 define
193 ld1 {W2.16b}, [RDATA], #16;
201 rev32 XTMP2.16b, W2.16b;
218 mov W2.16b, XTMP1.16b; /* W2: xx, w6, w5, w4 */
297 /* W1 ^ W2 => XTMP3 */ \
305 SCHED_W_1_##iop_num(round, W0, W1, W2, W3, W4, W5)
307 SCHED_W_2_##iop_num(round, W0, W1, W2, W3, W4, W5)
309 SCHED_W_3_##iop_num(round, W0, W1, W2, W3, W4, W5)
312 SCHED_W_1_##iop_num(round, W1, W2, W
[all...]
/kernel/linux/linux-5.10/tools/testing/selftests/net/
H A Dvrf_route_leaking.sh473 run_cmd_grep "Time to live exceeded" ip netns exec h1 ping -t1 -c1 -W2 ${H2_N2_IP}
494 run_cmd_grep "Frag needed" ip netns exec h1 ping -s 1450 -Mdo -c1 -W2 ${H2_N2_IP}
515 run_cmd_grep "Time exceeded: Hop limit" ip netns exec h1 "${ping6}" -t1 -c1 -W2 ${H2_N2_IP6}
536 run_cmd_grep "Packet too big" ip netns exec h1 "${ping6}" -s 1450 -Mdo -c1 -W2 ${H2_N2_IP6}
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H A Dvrf_route_leaking.sh473 run_cmd_grep "Time to live exceeded" ip netns exec h1 ping -t1 -c1 -W2 ${H2_N2_IP}
494 run_cmd_grep "Frag needed" ip netns exec h1 ping -s 1450 -Mdo -c1 -W2 ${H2_N2_IP}
515 run_cmd_grep "Time exceeded: Hop limit" ip netns exec h1 "${ping6}" -t1 -c1 -W2 ${H2_N2_IP6}
536 run_cmd_grep "Packet too big" ip netns exec h1 "${ping6}" -s 1450 -Mdo -c1 -W2 ${H2_N2_IP6}
/kernel/linux/linux-5.10/drivers/pinctrl/aspeed/
H A Dpinctrl-aspeed-g4.c792 #define W2 97 macro
801 SIG_EXPR_LIST_ALIAS(W2, VPIOB3, VPI);
802 SIG_EXPR_LIST_DECL_SINGLE(W2, NDCD2, NDCD2, W2_DESC);
803 PIN_DECL_2(W2, GPIOM1, VPIOB3, NDCD2);
804 FUNC_GROUP_DECL(NDCD2, W2);
1032 FUNC_GROUP_DECL(VPI18, T5, U3, V1, U4, V2, V3, W2, Y1, V4, W3, Y2, AA1, V5,
1034 FUNC_GROUP_DECL(VPI24, T5, U3, V1, U4, V2, V3, W2, Y1, V4, W3, Y2, AA1, V5,
1037 FUNC_GROUP_DECL(VPI30, T5, U3, V1, U4, V2, W1, U5, V3, W2, Y1, V4, W3, Y2, AA1,
2111 ASPEED_PINCTRL_PIN(W2),
H A Dpinctrl-aspeed-g5.c812 #define W2 105 macro
814 SIG_EXPR_LIST_DECL_SINGLE(W2, DASHN1, DASHN1, VPIRSVD_DESC, W2_DESC);
815 SIG_EXPR_LIST_DECL_SINGLE(W2, PWM1, PWM1, W2_DESC, COND2);
816 PIN_DECL_2(W2, GPION1, DASHN1, PWM1);
817 FUNC_GROUP_DECL(PWM1, W2);
2117 ASPEED_PINCTRL_PIN(W2),
/kernel/linux/linux-6.6/drivers/pinctrl/aspeed/
H A Dpinctrl-aspeed-g4.c792 #define W2 97 macro
801 SIG_EXPR_LIST_ALIAS(W2, VPIOB3, VPI);
802 SIG_EXPR_LIST_DECL_SINGLE(W2, NDCD2, NDCD2, W2_DESC);
803 PIN_DECL_2(W2, GPIOM1, VPIOB3, NDCD2);
804 FUNC_GROUP_DECL(NDCD2, W2);
1032 FUNC_GROUP_DECL(VPI18, T5, U3, V1, U4, V2, V3, W2, Y1, V4, W3, Y2, AA1, V5,
1034 FUNC_GROUP_DECL(VPI24, T5, U3, V1, U4, V2, V3, W2, Y1, V4, W3, Y2, AA1, V5,
1037 FUNC_GROUP_DECL(VPI30, T5, U3, V1, U4, V2, W1, U5, V3, W2, Y1, V4, W3, Y2, AA1,
2111 ASPEED_PINCTRL_PIN(W2),
H A Dpinctrl-aspeed-g5.c812 #define W2 105 macro
814 SIG_EXPR_LIST_DECL_SINGLE(W2, DASHN1, DASHN1, VPIRSVD_DESC, W2_DESC);
815 SIG_EXPR_LIST_DECL_SINGLE(W2, PWM1, PWM1, W2_DESC, COND2);
816 PIN_DECL_2(W2, GPION1, DASHN1, PWM1);
817 FUNC_GROUP_DECL(PWM1, W2);
2117 ASPEED_PINCTRL_PIN(W2),
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw89/
H A Dcoex.c6671 CASE_BTC_SLOT_STR(W2); in id_to_slot()

Completed in 27 milliseconds