/kernel/linux/linux-5.10/arch/mips/crypto/ |
H A D | poly1305-mips.pl | 76 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...] |
/kernel/linux/linux-6.6/arch/mips/crypto/ |
H A D | poly1305-mips.pl | 76 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...] |
/kernel/linux/linux-6.6/arch/powerpc/crypto/ |
H A D | aesp10-ppc.pl | 121 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...] |
/kernel/linux/linux-5.10/lib/ |
H A D | test_memcat_p.c | 24 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[ in test_memcat_p_init() [all...] |
/kernel/linux/linux-6.6/lib/ |
H A D | test_memcat_p.c | 24 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[ in test_memcat_p_init() [all...] |
/kernel/linux/linux-5.10/arch/arm64/crypto/ |
H A D | aes-neon.S | 127 .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...] |
/kernel/linux/linux-6.6/arch/arm64/crypto/ |
H A D | aes-neon.S | 127 .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...] |
/kernel/linux/linux-5.10/arch/ia64/kernel/ |
H A D | esi_stub.S | 44 * in1 = address of array of ESI parameters 56 ld8 out0=[in1],8 // ESI params loaded from array 58 ld8 out1=[in1],8 60 ld8 out2=[in1],8 62 ld8 out3=[in1],8 64 ld8 out4=[in1],8 66 ld8 out5=[in1],8 68 ld8 out6=[in1],8 70 ld8 out7=[in1]
|
/kernel/linux/linux-6.6/arch/ia64/kernel/ |
H A D | esi_stub.S | 44 * in1 = address of array of ESI parameters 56 ld8 out0=[in1],8 // ESI params loaded from array 58 ld8 out1=[in1],8 60 ld8 out2=[in1],8 62 ld8 out3=[in1],8 64 ld8 out4=[in1],8 66 ld8 out5=[in1],8 68 ld8 out6=[in1],8 70 ld8 out7=[in1]
|
/kernel/linux/linux-5.10/lib/crypto/ |
H A D | curve25519-fiat32.c | 108 static __always_inline void fe_freeze(u32 out[10], const u32 in1[10]) in fe_freeze() argument 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[ in fe_freeze() 226 fe_add_impl(u32 out[10], const u32 in1[10], const u32 in2[10]) fe_add_impl() argument 269 fe_sub_impl(u32 out[10], const u32 in1[10], const u32 in2[10]) fe_sub_impl() argument 312 fe_mul_impl(u32 out[10], const u32 in1[10], const u32 in2[10]) fe_mul_impl() argument 444 fe_sqr_impl(u32 out[10], const u32 in1[10]) fe_sqr_impl() argument 635 fe_mul_121666_impl(u32 out[10], const u32 in1[10]) fe_mul_121666_impl() argument [all...] |
/kernel/linux/linux-6.6/lib/crypto/ |
H A D | curve25519-fiat32.c | 108 static __always_inline void fe_freeze(u32 out[10], const u32 in1[10]) in fe_freeze() argument 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[ in fe_freeze() 226 fe_add_impl(u32 out[10], const u32 in1[10], const u32 in2[10]) fe_add_impl() argument 269 fe_sub_impl(u32 out[10], const u32 in1[10], const u32 in2[10]) fe_sub_impl() argument 312 fe_mul_impl(u32 out[10], const u32 in1[10], const u32 in2[10]) fe_mul_impl() argument 444 fe_sqr_impl(u32 out[10], const u32 in1[10]) fe_sqr_impl() argument 635 fe_mul_121666_impl(u32 out[10], const u32 in1[10]) fe_mul_121666_impl() argument [all...] |
/kernel/linux/linux-5.10/arch/ia64/lib/ |
H A D | ip_fast_csum.S | 10 * in1: length of the buffer (int) 29 #define in1 r33 define 38 cmp.ne p6,p7=5,in1 // size other than 20 byte? 87 dep.z out1=in1,2,30 101 ld4 r21=[in1],4 105 ld4 r23=[in1],4 109 ld4 r25=[in1],4 116 ld4 r27=[in1],4
|
H A D | idiv32.S | 48 EXTEND in1 = in1 // in1 = b 51 setf.sig f9 = in1 53 sub in1 = r0, in1 // in1 = -b 67 setf.sig f9 = in1 // f9 = -b
|
H A D | idiv64.S | 45 setf.sig f9 = in1 60 sub in1 = r0, in1 // in1 = -b 70 setf.sig f9 = in1 // f9 = -b
|
H A D | copy_page.S | 8 * in1: address of source page 59 mov src1=in1 60 adds src2=8,in1 64 add srcf=512,in1
|
H A D | copy_page_mck.S | 10 * in1: address of source page 115 mov src_pre_mem = in1 122 add src_pre_l2 = 8*8, in1 124 add src0 = 8, in1 // first t1 src 125 add src1 = 3*8, in1 // first t3 src
|
/kernel/linux/linux-6.6/arch/ia64/lib/ |
H A D | ip_fast_csum.S | 10 * in1: length of the buffer (int) 29 #define in1 r33 define 38 cmp.ne p6,p7=5,in1 // size other than 20 byte? 87 dep.z out1=in1,2,30 101 ld4 r21=[in1],4 105 ld4 r23=[in1],4 109 ld4 r25=[in1],4 116 ld4 r27=[in1],4
|
H A D | idiv32.S | 48 EXTEND in1 = in1 // in1 = b 51 setf.sig f9 = in1 53 sub in1 = r0, in1 // in1 = -b 67 setf.sig f9 = in1 // f9 = -b
|
H A D | idiv64.S | 45 setf.sig f9 = in1 60 sub in1 = r0, in1 // in1 = -b 70 setf.sig f9 = in1 // f9 = -b
|
H A D | copy_page.S | 8 * in1: address of source page 59 mov src1=in1 60 adds src2=8,in1 64 add srcf=512,in1
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/ |
H A D | skeleton.c | 34 CHECK(data->in1 != -1, "in1", "got %d != exp %d\n", data->in1, -1); in test_skeleton() 48 data->in1 = 10; in test_skeleton() 59 CHECK(data->in1 != 10, "in1", "got %d != exp %d\n", data->in1, 10); in test_skeleton() 66 data->in1 = 1; in test_skeleton()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
H A D | skeleton.c | 46 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()
|
/kernel/linux/linux-5.10/drivers/crypto/vmx/ |
H A D | aesp8-ppc.pl | 121 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...] |
/kernel/linux/linux-6.6/drivers/crypto/vmx/ |
H A D | aesp8-ppc.pl | 121 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...] |
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/ |
H A D | test_skeleton.c | 14 int in1 = -1; variable 46 out1 = in1; in handler()
|