| /linux/arch/powerpc/crypto/ |
| H A D | aesp10-ppc.pl | 121 my ($zero,$in0,$in1,$key,$rcon,$mask,$tmp)=map("v$_",(0..6)); 172 lvx $in0,0,$inp 183 vperm $in0,$in0,$in1,$key # align [and byte swap in LE] 201 vperm $key,$in0,$in0,$mask # rotate-n-splat 202 vsldoi $tmp,$zero,$in0,12 # >>32 203 vperm $outtail,$in0,$in0,$outperm # rotate 210 vxor $in0,$in0,$tmp 212 vxor $in0,$in0,$tmp 214 vxor $in0,$in0,$tmp 216 vxor $in0,$in0,$key [all …]
|
| H A D | aesp8-ppc.pl | 121 my ($zero,$in0,$in1,$key,$rcon,$mask,$tmp)=map("v$_",(0..6)); 173 lvx $in0,0,$inp 184 vperm $in0,$in0,$in1,$key # align [and byte swap in LE] 202 vperm $key,$in0,$in0,$mask # rotate-n-splat 203 vsldoi $tmp,$zero,$in0,12 # >>32 204 vperm $outtail,$in0,$in0,$outperm # rotate 211 vxor $in0,$in0,$tmp 213 vxor $in0,$in0,$tmp 215 vxor $in0,$in0,$tmp 217 vxor $in0,$in0,$key [all …]
|
| /linux/lib/crypto/mips/ |
| H A D | poly1305-mips.pl | 76 my ($in0,$in1,$tmp0,$tmp1,$tmp2,$tmp3,$tmp4) = ($a4,$a5,$a6,$a7,$at,$t0,$t1); 132 ld $in0,0($inp) 139 dsllv $in0,$in0,$tmp0 144 dsrlv $in0,$in0,$tmp0 149 or $in0,$in0,$tmp3 153 ldl $in0,0+MSB($inp) 155 ldr $in0,0+LSB($inp) 160 dsbh $in0,$in0 # byte swap 162 dshd $in0,$in0 169 and $tmp1,$in0,$tmp0 # byte swap [all …]
|
| /linux/arch/arm64/crypto/ |
| H A D | aes-neon.S | 127 .macro sub_bytes_4x, in0, in1, in2, in3 128 sub v8.16b, \in0\().16b, v15.16b 129 tbl \in0\().16b, {v16.16b-v19.16b}, \in0\().16b 136 tbx \in0\().16b, {v20.16b-v23.16b}, v8.16b 143 tbx \in0\().16b, {v24.16b-v27.16b}, v8.16b 151 tbx \in0\().16b, {v28.16b-v31.16b}, v8.16b 158 .macro mul_by_x_2x, out0, out1, in0, in1, tmp0, tmp1, const 159 sshr \tmp0\().16b, \in0\().16b, #7 160 shl \out0\().16b, \in0\().16b, #1 169 .macro mul_by_x2_2x, out0, out1, in0, in1, tmp0, tmp1, const [all …]
|
| H A D | aes-cipher-core.S | 20 .macro __pair1, sz, op, reg0, reg1, in0, in1e, in1d, shift 22 ubfiz \reg0, \in0, #2, #8 25 ubfx \reg0, \in0, #\shift, #8 49 .macro __pair0, sz, op, reg0, reg1, in0, in1e, in1d, shift 50 ubfx \reg0, \in0, #\shift, #8 56 .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 62 __pair\enc \sz, \op, \t0, \t1, \in3, \in0, \in2, 24 74 .macro fround, out0, out1, out2, out3, in0, in1, in2, in3, sz=2, op [all …]
|
| /linux/lib/crypto/riscv/ |
| H A D | poly1305-riscv.pl | 54 my ($in0,$in1,$tmp0,$tmp1,$tmp2,$tmp3,$tmp4) = ($a4,$a5,$a6,$a7,$t0,$t1,$t2); 89 ld $in0,0($inp) 96 srl $in0,$in0,$tmp0 100 or $in0,$in0,$tmp3 111 and $in0,$in0,$tmp0 115 sd $in0,24($ctx) 128 ($s0,$s1,$s2,$s3,$t3,$t4,$in0,$in1,$t2); 165 ld $in0,0($inp) # load input 171 srl $in0,$in0,$shr 175 or $in0,$in0,$tmp3 [all …]
|
| /linux/lib/ |
| H A D | test_memcat_p.c | 24 struct test_struct **in0, **in1, **out, **p; in test_memcat_p_init() local 27 in0 = kcalloc(INPUT_MAX, sizeof(*in0), GFP_KERNEL); in test_memcat_p_init() 28 if (!in0) in test_memcat_p_init() 36 in0[i] = kmalloc(sizeof(**in0), GFP_KERNEL); in test_memcat_p_init() 37 if (!in0[i]) in test_memcat_p_init() 42 kfree(in0[i]); in test_memcat_p_init() 48 in0[i]->num = r; in test_memcat_p_init() 50 in0[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() [all …]
|
| /linux/arch/arm/crypto/ |
| H A D | aes-cipher-core.S | 42 .macro __hround, out0, out1, in0, in1, in2, in3, t3, t4, enc, sz, op, oldcpsr 43 __select \out0, \in0, 0 53 __select t1, \in0, 1 65 __select \t4, \in0, 3 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
|
| H A D | ghash-ce-core.S | 491 .macro enc_1x, in0 argument 493 veor \in0, \in0, e0 494 vst1.8 {\in0}, [r4]! 497 .macro dec_1x, in0 argument 499 veor e0, e0, \in0 503 .macro enc_4x, in0, in1, in2, in3 506 veor \in0, \in0, e0 511 vst1.8 {\in0-\in1}, [r4]! 515 .macro dec_4x, in0, in1, in2, in3 518 veor e0, e0, \in0
|
| /linux/drivers/clk/ |
| H A D | clk-k210.c | 340 * Set ACLK parent selector: 0 for IN0, 1 for PLL0. 398 * For PLL0, we need to re-parent ACLK to IN0 to keep the CPU cores and in k210_pll_enable_hw() 552 { /* .index = 0 for in0 */ }, in k210_register_pll() 576 /* PLL0 and PLL1 only have IN0 as parent */ in k210_register_plls() 588 /* PLL2 has IN0, PLL0 and PLL1 as parents */ in k210_register_plls() 645 * ACLK has IN0 and PLL0 as parents. 652 { /* .index = 0 for in0 */ }, in k210_register_aclk() 821 * All muxed clocks have IN0 and PLL0 as parents. 827 { /* .index = 0 for in0 */ }, in k210_register_mux_clk() 838 /* .index = 0 for in0 */ in k210_register_in0_child() [all …]
|
| /linux/Documentation/devicetree/bindings/clock/ |
| H A D | canaan,k210-clk.yaml | 43 in0: oscillator { 54 clocks = <&in0>;
|
| /linux/lib/crypto/arm64/ |
| H A D | sha512-ce-core.S | 74 .macro dround, i0, i1, i2, i3, i4, rc0, rc1, in0, in1, in2, in3, in4 78 add v5.2d, v\rc0\().2d, v\in0\().2d 85 sha512su0 v\in0\().2d, v\in1\().2d 89 sha512su1 v\in0\().2d, v\in2\().2d, v5.2d
|
| /linux/Documentation/hwmon/ |
| H A D | ltc4282.rst | 42 attributes are read-only. Note that in0 and in1 are mutually exclusive. Enabling 51 in0_reset_history Write 1 to reset in0 history.
|
| H A D | dme1737.rst | 94 in0: +5VTR (+5V standby) 0V - 6.64V 104 in0: +2.5V 0V - 3.32V 114 in0: +5VTR (+5V standby) 0V - 6.64V 124 in0: +2.5 0V - 3.32V
|
| H A D | w83795.rst | 40 13 VSEN1 (VCORE1) 10h in0 99 10 VSEN1 (VCORE1) 10h in0
|
| H A D | w83781d.rst | 155 0x000001 in0 370 - in0=r(0x20)*0.016 379 - in0=r(0x20)*0.016 388 - in0=r(0x20)*0.016 397 - in0=r(0x20)*0.016
|
| H A D | f71805f.rst | 69 need external resistors. An exception is in0, which is used to monitor 83 in0 VCC VCC3.3V int. int. 2.00 1.65 V
|
| H A D | powr1220.rst | 37 in0 VMON1
|
| H A D | asb100.rst | 48 - 0x0001 => in0 (?)
|
| H A D | gl518sm.rst | 31 For the revision 0x00 chip, the in0, in1, and in2 values (+5V, +3V,
|
| H A D | lm87.rst | 83 - in0+in5 (default) or temp3
|
| /linux/arch/sh/boards/mach-sdk7786/ |
| H A D | gpio.c | 19 "in0", "in1", "in2", "in3", "in4", "in5", "in6", "in7",
|
| /linux/Documentation/devicetree/bindings/iio/adc/ |
| H A D | st,stm32-adc.yaml | 295 - 16 channels, numbered from 0 to 15 (for in0..in15) on stm32f4 296 - 19 channels, numbered from 0 to 18 (for in0..in18) on stm32mp13. 297 - 20 channels, numbered from 0 to 19 (for in0..in19) on stm32h7 and
|
| /linux/Documentation/devicetree/bindings/iio/afe/ |
| H A D | current-sense-shunt.yaml | 53 channel@0 { /* IN0,IN1 differential */
|
| /linux/tools/testing/selftests/drivers/net/mlxsw/ |
| H A D | qos_pfc.sh | 386 local in0=$(ethtool_stats_get $swp1 rx_octets_prio_1) 396 local din=$((in1 - in0))
|