Searched refs:in1 (Results 1 - 21 of 21) sorted by relevance

/linux-master/lib/
H A Dtest_memcat_p.c24 struct test_struct **in0, **in1, **out, **p; local
31 in1 = kcalloc(INPUT_MAX, sizeof(*in1), GFP_KERNEL);
32 if (!in1)
40 in1[i] = kmalloc(sizeof(**in1), GFP_KERNEL);
41 if (!in1[i]) {
49 in1[i]->num = -r;
51 in1[i]->magic = MAGIC;
54 in0[i] = in1[
[all...]
/linux-master/arch/powerpc/crypto/
H A Daesp10-ppc.pl121 my ($zero,$in0,$in1,$key,$rcon,$mask,$tmp)=map("v$_",(0..6));
177 lvx $in1,0,$inp
183 vperm $in0,$in0,$in1,$key # align [and byte swap in LE]
273 vperm $in1,$in1,$tmp,$key # align [and byte swap in LE]
279 vperm $key,$in1,$in1,$mask # roate-n-splat
289 vsldoi $stage,$zero,$in1,8
291 vxor $tmp,$tmp,$in1
292 vsldoi $in1,
[all...]
H A Daesp8-ppc.pl121 my ($zero,$in0,$in1,$key,$rcon,$mask,$tmp)=map("v$_",(0..6));
178 lvx $in1,0,$inp
184 vperm $in0,$in0,$in1,$key # align [and byte swap in LE]
274 vperm $in1,$in1,$tmp,$key # align [and byte swap in LE]
280 vperm $key,$in1,$in1,$mask # roate-n-splat
290 vsldoi $stage,$zero,$in1,8
292 vxor $tmp,$tmp,$in1
293 vsldoi $in1,
[all...]
/linux-master/arch/mips/crypto/
H A Dpoly1305-mips.pl76 my ($in0,$in1,$tmp0,$tmp1,$tmp2,$tmp3,$tmp4) = ($a4,$a5,$a6,$a7,$at,$t0,$t1);
135 ld $in1,8($inp)
142 dsrlv $tmp3,$in1,$tmp1
143 dsllv $in1,$in1,$tmp0
147 dsllv $tmp3,$in1,$tmp1
148 dsrlv $in1,$in1,$tmp0
152 or $in1,$in1,
[all...]
/linux-master/arch/arm64/crypto/
H A Daes-neon.S127 .macro sub_bytes_4x, in0, in1, in2, in3
130 sub v9.16b, \in1\().16b, v15.16b
131 tbl \in1\().16b, {v16.16b-v19.16b}, \in1\().16b
137 tbx \in1\().16b, {v20.16b-v23.16b}, v9.16b
145 tbx \in1\().16b, {v24.16b-v27.16b}, v9.16b
153 tbx \in1\().16b, {v28.16b-v31.16b}, v9.16b
158 .macro mul_by_x_2x, out0, out1, in0, in1, tmp0, tmp1, const
161 sshr \tmp1\().16b, \in1\().16b, #7
163 shl \out1\().16b, \in1\()
[all...]
H A Daes-cipher-core.S56 .macro __hround, out0, out1, in0, in1, in2, in3, t0, t1, enc, sz, op
59 __pair\enc \sz, \op, w12, w13, \in0, \in1, \in3, 0
60 __pair\enc \sz, \op, w14, w15, \in1, \in2, \in0, 8
61 __pair\enc \sz, \op, w16, w17, \in2, \in3, \in1, 16
74 .macro fround, out0, out1, out2, out3, in0, in1, in2, in3, sz=2, op
75 __hround \out0, \out1, \in0, \in1, \in2, \in3, \out2, \out3, 1, \sz, \op
76 __hround \out2, \out3, \in2, \in3, \in0, \in1, \in1, \in2, 1, \sz, \op
79 .macro iround, out0, out1, out2, out3, in0, in1, in2, in3, sz=2, op
80 __hround \out0, \out1, \in0, \in3, \in2, \in1, \out
[all...]
H A Dsha512-ce-core.S83 .macro dround, i0, i1, i2, i3, i4, rc0, rc1, in0, in1, in2, in3, in4
92 .ifnb \in1
94 sha512su0 v\in0\().2d, v\in1\().2d
97 .ifnb \in1
/linux-master/arch/arm/crypto/
H A Daes-cipher-core.S42 .macro __hround, out0, out1, in0, in1, in2, in3, t3, t4, enc, sz, op, oldcpsr
44 __select t0, \in1, 1
49 __select \out1, \in1, 0
67 __select \t3, \in1, 2
92 .macro fround, out0, out1, out2, out3, in0, in1, in2, in3, sz=2, op, oldcpsr
93 __hround \out0, \out1, \in0, \in1, \in2, \in3, \out2, \out3, 1, \sz, \op
94 __hround \out2, \out3, \in2, \in3, \in0, \in1, \in1, \in2, 1, \sz, \op, \oldcpsr
97 .macro iround, out0, out1, out2, out3, in0, in1, in2, in3, sz=2, op, oldcpsr
98 __hround \out0, \out1, \in0, \in3, \in2, \in1, \out
[all...]
H A Dghash-ce-core.S503 .macro enc_4x, in0, in1, in2, in3
507 veor \in1, \in1, e1
511 vst1.8 {\in0-\in1}, [r4]!
515 .macro dec_4x, in0, in1, in2, in3
519 veor e1, e1, \in1
/linux-master/lib/crypto/
H A Dcurve25519-fiat32.c108 static __always_inline void fe_freeze(u32 out[10], const u32 in1[10]) argument
110 { const u32 x17 = in1[9];
111 { const u32 x18 = in1[8];
112 { const u32 x16 = in1[7];
113 { const u32 x14 = in1[6];
114 { const u32 x12 = in1[5];
115 { const u32 x10 = in1[4];
116 { const u32 x8 = in1[3];
117 { const u32 x6 = in1[2];
118 { const u32 x4 = in1[
226 fe_add_impl(u32 out[10], const u32 in1[10], const u32 in2[10]) argument
269 fe_sub_impl(u32 out[10], const u32 in1[10], const u32 in2[10]) argument
312 fe_mul_impl(u32 out[10], const u32 in1[10], const u32 in2[10]) argument
444 fe_sqr_impl(u32 out[10], const u32 in1[10]) argument
635 fe_mul_121666_impl(u32 out[10], const u32 in1[10]) argument
[all...]
/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_skeleton.c16 int in1 = -1; variable
75 out1 = in1;
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dskeleton.c46 CHECK(data->in1 != -1, "in1", "got %d != exp %d\n", data->in1, -1);
66 data->in1 = 10;
81 CHECK(data->in1 != 10, "in1", "got %d != exp %d\n", data->in1, 10);
92 data->in1 = 1;
/linux-master/crypto/
H A Dansi_cprng.c68 static void xor_vectors(unsigned char *in1, unsigned char *in2, argument
74 out[i] = in1[i] ^ in2[i];
/linux-master/drivers/input/mouse/
H A Dvmmouse.c84 #define VMMOUSE_CMD(cmd, in1, out1, out2, out3, out4) \
95 "b"(in1), \
/linux-master/tools/testing/selftests/drivers/net/mlxsw/
H A Dqos_pfc.sh393 local in1=$(ethtool_stats_get $swp1 rx_octets_prio_1)
396 local din=$((in1 - in0))
/linux-master/drivers/gpu/drm/gma500/
H A Dpsb_intel_sdvo_regs.h180 u16 in0, in1; member in struct:psb_intel_sdvo_in_out_map
H A Dpsb_intel_sdvo.c1012 in_out.in1 = 0;
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_sdvo_regs.h191 u16 in0, in1; member in struct:intel_sdvo_in_out_map
H A Dintel_sdvo.c1551 in_out.in1 = 0;
/linux-master/drivers/platform/x86/
H A Dtoshiba_acpi.c352 static u32 hci_write(struct toshiba_acpi_dev *dev, u32 reg, u32 in1) argument
354 u32 in[TCI_WORDS] = { HCI_SET, reg, in1, 0, 0, 0 };
449 static u32 sci_write(struct toshiba_acpi_dev *dev, u32 reg, u32 in1) argument
451 u32 in[TCI_WORDS] = { SCI_SET, reg, in1, 0, 0, 0 };
/linux-master/drivers/thunderbolt/
H A Dtest.c1606 struct tb_port *in1, *in2, *in3, *out1, *out2, *out3; local
1632 in1 = &host->ports[5];
1640 tunnel1 = tb_tunnel_alloc_dp(NULL, in1, out1, 1, 0, 0);
1643 KUNIT_EXPECT_PTR_EQ(test, tunnel1->src_port, in1);

Completed in 244 milliseconds