| /linux/arch/mips/crypto/ |
| A D | poly1305-mips.pl | 622 sllv $in2,$in2,$tmp0 626 or $in2,$in2,$tmp3 635 srlv $in2,$in2,$tmp0 639 or $in2,$in2,$tmp3 658 wsbh $in2,$in2 662 rotr $in2,$in2,16 686 sll $in2,$in2,24 689 or $in2,$tmp0 708 and $in2,$in2,$tmp0 720 addu $in2,$in2,$tmp2 [all …]
|
| /linux/arch/arm64/crypto/ |
| A D | aes-cipher-core.S | 56 .macro __hround, out0, out1, in0, in1, in2, in3, t0, t1, enc, sz, op 60 __pair\enc \sz, \op, w14, w15, \in1, \in2, \in0, 8 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
|
| A D | aes-neon.S | 127 .macro sub_bytes_4x, in0, in1, in2, in3 132 sub v10.16b, \in2\().16b, v15.16b 133 tbl \in2\().16b, {v16.16b-v19.16b}, \in2\().16b 139 tbx \in2\().16b, {v20.16b-v23.16b}, v10.16b 147 tbx \in2\().16b, {v24.16b-v27.16b}, v10.16b 154 tbx \in2\().16b, {v28.16b-v31.16b}, v10.16b 211 eor \in2\().16b, \in2\().16b, v15.16b /* ^round key */ 216 tbl \in2\().16b, {\in2\().16b}, v13.16b /* ShiftRows */ 218 sub_bytes_4x \in0, \in1, \in2, \in3 223 mix_columns_2x \in2, \in3, \enc [all …]
|
| A D | poly1305-armv8.pl | 269 my ($in2,$zeros)=("x16","x17"); 475 add $in2,$inp,#96 572 csel $in2,$zeros,$in2,lo 575 ldp x8,x12,[$in2],#16 // inp[2:3] (or zero) 577 ldp x9,x13,[$in2],#48
|
| A D | sha512-ce-core.S | 83 .macro dround, i0, i1, i2, i3, i4, rc0, rc1, in0, in1, in2, in3, in4 98 sha512su1 v\in0\().2d, v\in2\().2d, v5.2d
|
| /linux/arch/arm/crypto/ |
| A D | aes-cipher-core.S | 42 .macro __hround, out0, out1, in0, in1, in2, in3, t3, t4, enc, sz, op, oldcpsr 50 __select t1, \in2, 1 56 __select t2, \in2, 2 68 __select \t4, \in2, 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
|
| A D | poly1305-armv4.pl | 499 my ($in2,$zeros,$tbl0,$tbl1) = map("r$_",(4..7)); 795 add $in2,$inp,#32 803 add $in2,$inp,#32 843 movlo $in2,$zeros 848 vld4.32 {$H0#hi,$H1#hi,$H2#hi,$H3#hi},[$in2] @ inp[2:3] (or 0) 849 add $in2,$in2,#64 921 movlo $in2,$zeros 945 vld4.32 {$H0#hi,$H1#hi,$H2#hi,$H3#hi},[$in2] @ inp[2:3] (or 0) 946 add $in2,$in2,#64
|
| A D | ghash-ce-core.S | 503 .macro enc_4x, in0, in1, in2, in3 508 veor \in2, \in2, e2 512 vst1.8 {\in2-\in3}, [r4]! 515 .macro dec_4x, in0, in1, in2, in3 520 veor e2, e2, \in2
|
| /linux/drivers/gpu/drm/vmwgfx/ |
| A D | vmwgfx_msg_arm64.h | 156 unsigned long vmware_hypercall_hb(unsigned long cmd, unsigned long in2, in vmware_hypercall_hb() argument 163 register u64 x2 asm("x2") = in2; in vmware_hypercall_hb() 185 unsigned long vmware_hypercall_hb_out(unsigned long cmd, unsigned long in2, in vmware_hypercall_hb_out() argument 190 return vmware_hypercall_hb(cmd, in2, in3, in4, in5, in6, out1, 0); in vmware_hypercall_hb_out() 194 unsigned long vmware_hypercall_hb_in(unsigned long cmd, unsigned long in2, in vmware_hypercall_hb_in() argument 199 return vmware_hypercall_hb(cmd, in2, in3, in4, in5, in6, out1, in vmware_hypercall_hb_in()
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| A D | skeleton.c | 48 CHECK(data->in2 != -1, "in2", "got %lld != exp %lld\n", data->in2, -1LL); in test_skeleton() 67 data->in2 = 11; in test_skeleton() 82 CHECK(data->in2 != 11, "in2", "got %lld != exp %lld\n", data->in2, 11LL); in test_skeleton() 93 data->in2 = 2; in test_skeleton()
|
| /linux/arch/powerpc/crypto/ |
| A D | aesp8-ppc.pl | 812 le?vperm $in2,$in2,$in2,$inpperm 928 vxor $in2,$in2,v31 950 le?vperm $in2,$in2,$in2,$inpperm 1073 vxor $in2,$in2,v31 1637 le?vperm $in2,$in2,$in2,$inpperm 1659 vxor $in2,$in2,v31 1703 le?vperm $in2,$in2,$in2,$inpperm 2585 le?vperm $in2,$in2,$in2,$leperm 2760 le?vperm $in2,$in2,$in2,$leperm 3254 le?vperm $in2,$in2,$in2,$leperm [all …]
|
| /linux/lib/crypto/ |
| A D | curve25519-fiat32.c | 238 { const u32 x38 = in2[9]; in fe_add_impl() 239 { const u32 x39 = in2[8]; in fe_add_impl() 240 { const u32 x37 = in2[7]; in fe_add_impl() 241 { const u32 x35 = in2[6]; in fe_add_impl() 242 { const u32 x33 = in2[5]; in fe_add_impl() 243 { const u32 x31 = in2[4]; in fe_add_impl() 244 { const u32 x29 = in2[3]; in fe_add_impl() 245 { const u32 x27 = in2[2]; in fe_add_impl() 246 { const u32 x25 = in2[1]; in fe_add_impl() 247 { const u32 x23 = in2[0]; in fe_add_impl() [all …]
|
| /linux/security/keys/ |
| A D | keyctl_pkey.c | 294 void *in, *in2; in keyctl_pkey_verify() local 312 in2 = memdup_user(_in2, params.in2_len); in keyctl_pkey_verify() 313 if (IS_ERR(in2)) { in keyctl_pkey_verify() 314 ret = PTR_ERR(in2); in keyctl_pkey_verify() 319 ret = params.key->type->asym_verify_signature(¶ms, in, in2); in keyctl_pkey_verify() 321 kfree(in2); in keyctl_pkey_verify()
|
| /linux/arch/x86/include/asm/ |
| A D | vmware.h | 270 unsigned long vmware_hypercall_hb_out(unsigned long cmd, unsigned long in2, in vmware_hypercall_hb_out() argument 288 "c" (in2), in vmware_hypercall_hb_out() 298 unsigned long vmware_hypercall_hb_in(unsigned long cmd, unsigned long in2, in vmware_hypercall_hb_in() argument 316 "c" (in2), in vmware_hypercall_hb_in()
|
| /linux/tools/testing/selftests/bpf/progs/ |
| A D | test_skeleton.c | 17 long long in2 = -1; variable 76 out2 = in2; in handler()
|
| /linux/Documentation/hwmon/ |
| A D | powr1220.rst | 39 in2 VMON3 40 in2 VMON4
|
| A D | w83795.rst | 42 15 VSEN3 (VCORE3) 12h in2 101 12 VSEN3 (VCORE3) 12h in2
|
| A D | dme1737.rst | 96 in2: VCC (internal +3.3V) 0V - 4.38V 106 in2: VCC (internal +3.3V) 0V - 4.38V 116 in2: VCC (internal +3.3V) 0V - 4.38V 126 in2: VCC (internal +3.3V) 0V - 4.38V
|
| A D | asb100.rst | 50 - 0x0004 => in2
|
| /linux/Documentation/devicetree/bindings/sound/ |
| A D | rt5651.txt | 13 - realtek,in2-differential 62 realtek,in2-diff = "false";
|
| A D | rt5665.txt | 16 - realtek,in2-differential
|
| A D | mediatek,mt8188-afe.yaml | 107 mediatek,etdm-in2-cowork-source: 189 mediatek,etdm-in2-cowork-source = <2>;
|
| /linux/Documentation/devicetree/bindings/pinctrl/ |
| A D | cirrus,madera.yaml | 67 asrc1-in2-lock, asrc2-in1-lock, asrc2-in2-lock,
|
| /linux/include/linux/ |
| A D | key-type.h | 158 const void *in, const void *in2);
|
| /linux/crypto/ |
| A D | ansi_cprng.c | 68 static void xor_vectors(unsigned char *in1, unsigned char *in2, in xor_vectors() argument 74 out[i] = in1[i] ^ in2[i]; in xor_vectors()
|