/openbmc/linux/arch/mips/crypto/ |
H A D | poly1305-mips.pl | 625 sllv $in3,$in3,$tmp0 628 or $in3,$in3,$tmp2 638 srlv $in3,$in3,$tmp0 641 or $in3,$in3,$tmp2 659 wsbh $in3,$in3 663 rotr $in3,$in3,16 695 sll $in3,$in3,24 709 and $in3,$in3,$tmp0 721 addu $in3,$in3,$tmp3 1189 addu $in3,$in3,$tmp3 [all …]
|
/openbmc/linux/arch/arm64/crypto/ |
H A D | aes-neon.S | 127 .macro sub_bytes_4x, in0, in1, in2, in3 argument 134 sub v11.16b, \in3\().16b, v15.16b 135 tbl \in3\().16b, {v16.16b-v19.16b}, \in3\().16b 141 tbx \in3\().16b, {v20.16b-v23.16b}, v11.16b 149 tbx \in3\().16b, {v24.16b-v27.16b}, v11.16b 155 tbx \in3\().16b, {v28.16b-v31.16b}, v11.16b 212 eor \in3\().16b, \in3\().16b, v15.16b /* ^round key */ 217 tbl \in3\().16b, {\in3\().16b}, v13.16b /* ShiftRows */ 218 sub_bytes_4x \in0, \in1, \in2, \in3 223 mix_columns_2x \in2, \in3, \enc [all …]
|
H A D | aes-cipher-core.S | 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 61 __pair\enc \sz, \op, w16, w17, \in2, \in3, \in1, 16 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 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
|
H A D | sha512-ce-core.S | 83 .macro dround, i0, i1, i2, i3, i4, rc0, rc1, in0, in1, in2, in3, in4 93 ext v5.16b, v\in3\().16b, v\in4\().16b, #8
|
/openbmc/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 52 __select \out1, \in3, 0 62 __select t0, \in3, 3 64 __select \t3, \in3, 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
|
H A D | ghash-ce-core.S | 503 .macro enc_4x, in0, in1, in2, in3 argument 509 veor \in3, \in3, e3 512 vst1.8 {\in2-\in3}, [r4]! 515 .macro dec_4x, in0, in1, in2, in3 argument 521 veor e3, e3, \in3
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | skeleton.c | 51 CHECK(bss->in3 != 0, "in3", "got %d != exp %d\n", bss->in3, 0); in test_skeleton() 68 bss->in3 = 12; in test_skeleton() 83 CHECK(bss->in3 != 12, "in3", "got %d != exp %d\n", bss->in3, 12); in test_skeleton() 94 bss->in3 = 3; in test_skeleton()
|
/openbmc/linux/drivers/crypto/vmx/ |
H A D | aesp8-ppc.pl | 814 le?vperm $in3,$in3,$in3,$inpperm 929 vxor $in3,$in3,v31 952 le?vperm $in3,$in3,$in3,$inpperm 1074 vxor $in3,$in3,v31 1638 le?vperm $in3,$in3,$in3,$inpperm 1660 vxor $in3,$in3,v31 1705 le?vperm $in3,$in3,$in3,$inpperm 2577 le?vperm $in3,$in3,$in3,$leperm 2744 le?vperm $in3,$in3,$in3,$leperm 3229 le?vperm $in3,$in3,$in3,$leperm [all …]
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | test_skeleton.c | 20 char in3 = '\0'; variable 77 out3 = in3; in handler()
|
/openbmc/linux/arch/ia64/kernel/ |
H A D | pal.S | 77 mov r31 = in3 114 mov out3 = in3 163 mov r31 = in3 // copy arg3 238 mov out3 = in3 // copy arg3
|
H A D | efi_stub.S | 70 mov out2=in3
|
H A D | relocate_kernel.S | 106 mov r16=in3
|
/openbmc/linux/arch/ia64/lib/ |
H A D | xor.S | 68 mov r18 = in3 109 mov r18 = in3 153 mov r18 = in3
|
H A D | ip_fast_csum.S | 31 #define in3 r35 macro 106 dep r15=in3,in2,32,16
|
/openbmc/linux/Documentation/hwmon/ |
H A D | w83795.rst | 43 16 VSEN4 13h in3 102 13 VSEN4 13h in3
|
H A D | dme1737.rst | 97 in3: +5V 0V - 6.64V 107 in3: +5V 0V - 6.64V 117 in3: V2_IN 0V - 1.5V 127 in3: V2_IN 0V - 1.5V
|
H A D | asb100.rst | 51 - 0x0008 => in3
|
H A D | w83781d.rst | 158 0x000008 in3 373 - in3=r(0x23)*0.016*1.68 382 - in3=r(0x23)*0.016*1.68 391 - in3=r(0x23)*0.016*1.68 400 - in3=r(0x23)*0.016*1.68
|
H A D | w83627hf.rst | 117 114 AVCC 23h in3
|
H A D | adt7475.rst | 107 in3 5VIN (20) 5VIN (20)
|
H A D | bt1-pvt.rst | 71 in3: Standard-Vt (standard voltage threshold) 0.62V - 1.168V
|
/openbmc/linux/Documentation/devicetree/bindings/sound/ |
H A D | rt5660.txt | 17 - realtek,in3-differential
|
H A D | rt5665.txt | 17 - realtek,in3-differential
|
H A D | rt5659.txt | 19 - realtek,in3-differential
|
H A D | rt5640.txt | 20 - realtek,in3-differential
|