Home
last modified time | relevance | path

Searched full:in1 (Results 1 – 25 of 170) sorted by relevance

1234567

/linux-6.8/arch/mips/crypto/
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,$tmp2
156 ldl $in1,8+MSB($inp)
158 ldr $in1,8+LSB($inp)
163 dsbh $in1,$in1
[all …]
/linux-6.8/arch/arm64/crypto/
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\().16b, #1
169 .macro mul_by_x2_2x, out0, out1, in0, in1, tmp0, tmp1, const
[all …]
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, \out2, \out3, 0, \sz, \op
81 __hround \out2, \out3, \in2, \in1, \in0, \in3, \in1, \in0, 0, \sz, \op
Dghash-ce-core.S20 IN1 .req v7
265 ext IN1.16b, TT4.16b, TT4.16b, #8
268 eor TT4.16b, TT4.16b, IN1.16b
269 pmull2 XH2.1q, SHASH.2d, IN1.2d // a1 * b1
270 pmull XL2.1q, SHASH.1d, IN1.1d // a0 * b0
278 ext IN1.16b, T2.16b, T2.16b, #8
283 eor T2.16b, T2.16b, IN1.16b
284 pmull2 XH3.1q, HH3.2d, IN1.2d // a1 * b1
285 pmull XL3.1q, HH3.1d, IN1.1d // a0 * b0
292 ext IN1.16b, T1.16b, T1.16b, #8
[all …]
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-6.8/lib/
Dtest_memcat_p.c24 struct test_struct **in0, **in1, **out, **p; in test_memcat_p_init() local
31 in1 = kcalloc(INPUT_MAX, sizeof(*in1), GFP_KERNEL); in test_memcat_p_init()
32 if (!in1) in test_memcat_p_init()
40 in1[i] = kmalloc(sizeof(**in1), GFP_KERNEL); in test_memcat_p_init()
41 if (!in1[i]) { in test_memcat_p_init()
49 in1[i]->num = -r; in test_memcat_p_init()
51 in1[i]->magic = MAGIC; in test_memcat_p_init()
54 in0[i] = in1[i] = NULL; in test_memcat_p_init()
56 out = memcat_p(in0, in1); in test_memcat_p_init()
83 if (out[i] != in0[i] || out[i + INPUT_MAX - 1] != in1[i]) { in test_memcat_p_init()
[all …]
/linux-6.8/arch/powerpc/crypto/
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,$zero,$in1,12 # >>32
294 vxor $in1,$in1,$tmp
296 vxor $in1,$in1,$key
[all …]
Dghashp10-ppc.pl58 my ($Xl1,$Xm1,$Xh1,$IN1,$H2,$H2h,$H2l)=map("v$_",(13..19));
170 vxor $IN1,$Xl,$t1
172 vsldoi $H2,$IN1,$IN1,8
184 vpmsumd $Xl1,$IN1,$H2l # H^2.lo·H^2.lo
186 vpmsumd $Xm1,$IN1,$H2 # H^2.hi·H^2.lo+H^2.lo·H^2.hi
188 vpmsumd $Xh1,$IN1,$H2h # H^2.hi·H^2.hi
/linux-6.8/arch/arm/crypto/
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, \out2, \out3, 0, \sz, \op
99 __hround \out2, \out3, \in2, \in1, \in0, \in3, \in1, \in0, 0, \sz, \op, \oldcpsr
Dghash-ce-core.S20 IN1 .req q4
307 vext.8 IN1, T1, T1, #8
309 veor XL, XL, IN1
503 .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-6.8/lib/crypto/
Dcurve25519-fiat32.c108 static __always_inline void fe_freeze(u32 out[10], const u32 in1[10]) in fe_freeze()
110 { const u32 x17 = in1[9]; in fe_freeze()
111 { const u32 x18 = in1[8]; in fe_freeze()
112 { const u32 x16 = in1[7]; in fe_freeze()
113 { const u32 x14 = in1[6]; in fe_freeze()
114 { const u32 x12 = in1[5]; in fe_freeze()
115 { const u32 x10 = in1[4]; in fe_freeze()
116 { const u32 x8 = in1[3]; in fe_freeze()
117 { const u32 x6 = in1[2]; in fe_freeze()
118 { const u32 x4 = in1[1]; in fe_freeze()
[all …]
/linux-6.8/drivers/crypto/vmx/
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,$zero,$in1,12 # >>32
295 vxor $in1,$in1,$tmp
297 vxor $in1,$in1,$key
[all …]
/linux-6.8/tools/testing/selftests/bpf/prog_tests/
Dskeleton.c46 CHECK(data->in1 != -1, "in1", "got %d != exp %d\n", data->in1, -1); in test_skeleton()
66 data->in1 = 10; in test_skeleton()
81 CHECK(data->in1 != 10, "in1", "got %d != exp %d\n", data->in1, 10); in test_skeleton()
92 data->in1 = 1; in test_skeleton()
/linux-6.8/arch/x86/crypto/
Dghash-clmulni-intel_asm.S30 #define IN1 %xmm6 macro
119 movups (%rsi), IN1
120 pshufb BSWAP, IN1
121 pxor IN1, DATA
Daesni-intel_asm.S133 #define IN1 %xmm1 macro
137 #define IN IN1
2507 movups (INP), IN1
2508 movaps IN1, STATE1
2517 movups 0x20(INP), IN1
2518 movaps IN1, STATE3
2525 pxor IN1, STATE2
2530 pxor IN1, STATE4
2532 movups (INP), IN1
2533 pxor IN1, STATE2
[all …]
/linux-6.8/sound/soc/codecs/
Dmax98095.c513 SOC_DAPM_SINGLE("IN1 Switch", M98095_050_MIX_SPK_LEFT, 1, 1, 0),
525 SOC_DAPM_SINGLE("IN1 Switch", M98095_051_MIX_SPK_RIGHT, 1, 1, 0),
535 SOC_DAPM_SINGLE("IN1 Switch", M98095_04C_MIX_HP_LEFT, 1, 1, 0),
545 SOC_DAPM_SINGLE("IN1 Switch", M98095_04D_MIX_HP_RIGHT, 1, 1, 0),
555 SOC_DAPM_SINGLE("IN1 Switch", M98095_04F_MIX_RCV, 1, 1, 0),
565 SOC_DAPM_SINGLE("IN1 Switch", M98095_053_MIX_LINEOUT1, 1, 1, 0),
575 SOC_DAPM_SINGLE("IN1 Switch", M98095_054_MIX_LINEOUT2, 1, 1, 0),
583 SOC_DAPM_SINGLE("IN1 Switch", M98095_04A_MIX_ADC_LEFT, 3, 1, 0),
591 SOC_DAPM_SINGLE("IN1 Switch", M98095_04B_MIX_ADC_RIGHT, 3, 1, 0),
776 SND_SOC_DAPM_PGA_E("IN1 Input", M98095_090_PWR_EN_IN,
[all …]
Dwm9090.c29 { 22, 0x0003 }, /* R22 - IN1 Line Control */
31 { 24, 0x0083 }, /* R24 - IN1 Line Input A Volume */
32 { 25, 0x0083 }, /* R25 - IN1 Line Input B Volume */
326 SND_SOC_DAPM_INPUT("IN1+"),
327 SND_SOC_DAPM_INPUT("IN1-"),
358 { "IN1A PGA", NULL, "IN1+" },
386 { "IN1B PGA", NULL, "IN1-" },
394 { "IN1A PGA", NULL, "IN1-" },
/linux-6.8/Documentation/devicetree/bindings/sound/
Daxentia,tse850-pcm5142.txt16 IN1 +---o +------------+ o---+ OUT1
37 In the above, the 'loop1' relays are inactive, thus feeding IN1 to the mixer
39 are active, short-cutting the TSE-850 from channel 2. IN1, IN2, OUT1 and OUT2
Drt5677.txt23 - realtek,in1-differential
75 realtek,in1-differential = "true";
Dmediatek,mt8188-afe.yaml97 mediatek,etdm-in1-cowork-source:
191 mediatek,etdm-in1-multi-pin-mode;
192 mediatek,etdm-in1-chn-disabled = /bits/ 8 <0x0 0x2>;
/linux-6.8/sound/soc/atmel/
Dtse850-pcm5142.c10 // IN1 +---o +------------+ o---+ OUT1
31 // In the above, the 'loop1' relays are inactive, thus feeding IN1 to the
34 // IN1, IN2, OUT1 and OUT2 are TSE-850 connectors and DAC is the PCB name
256 SND_SOC_DAPM_LINE("IN1", NULL),
268 * These connections are not entirely correct, since both IN1 and IN2
280 { "MUX1", "Loop", "IN1" },
289 { "MIX", "IN Switch", "IN1" },
/linux-6.8/Documentation/devicetree/bindings/regulator/
Dmax8907.txt11 - in1-supply: The input supply for LDO1.
42 in1-supply = <&mbatt_reg>;
/linux-6.8/tools/testing/selftests/bpf/progs/
Dtest_skeleton.c16 int in1 = -1; variable
75 out1 = in1; in handler()
/linux-6.8/Documentation/devicetree/bindings/mfd/
Dst,stm32-lptimer.yaml16 elements, from IN1 and IN2 input signals.
17 - simple counter from IN1 input signal.
/linux-6.8/drivers/media/pci/ivtv/
Divtv-gpio.c21 * OUTPUT IN1 IN0 AM3 AM2 AM1 AM0
25 * IN1 IN0
54 * OUTPUT IN0 AM0 IN1 AM1 AM2 IN2 BR0 BR1
58 * IN0 IN1 IN2

1234567