Home
last modified time | relevance | path

Searched refs:in2 (Results 1 – 25 of 35) sorted by relevance

12

/openssl/crypto/ec/asm/
H A Decp_nistp521-ppc64.pl179 xxpermdi $t2,$in2[1],$in2[0],0b00
182 xxpermdi $t2,$in2[2],$in2[1],0b00
186 xxpermdi $t2,$in2[3],$in2[2],0b00
189 xxpermdi $t4,$in2[1],$in2[0],0b00
192 xxpermdi $t2,$in2[4],$in2[3],0b00
194 xxpermdi $t4,$in2[2],$in2[1],0b00
198 xxpermdi $t2,$in2[5],$in2[4],0b00
200 xxpermdi $t4,$in2[3],$in2[2],0b00
203 xxpermdi $t2,$in2[6],$in2[5],0b00
205 xxpermdi $t4,$in2[4],$in2[3],0b00
[all …]
H A Decp_nistp384-ppc64.pl133 xxpermdi $t2,$in2[1],$in2[0],0b00
137 xxpermdi $t2,$in2[2],$in2[1],0b00
142 xxpermdi $t2,$in2[1],$in2[0],0b00
144 xxpermdi $t4,$in2[3],$in2[2],0b00
149 xxpermdi $t2,$in2[4],$in2[3],0b00
150 xxpermdi $t4,$in2[2],$in2[1],0b00
156 xxpermdi $t2,$in2[5],$in2[4],0b00
157 xxpermdi $t4,$in2[3],$in2[2],0b00
160 xxpermdi $t4,$in2[1],$in2[0],0b00
166 xxpermdi $t2,$in2[6],$in2[5],0b00
[all …]
/openssl/crypto/ec/
H A Decp_nistp384.c424 out[1] = ((uint128_t) in1[0]) * in2[1] in felem_mul_ref()
427 out[2] = ((uint128_t) in1[0]) * in2[2] in felem_mul_ref()
428 + ((uint128_t) in1[1]) * in2[1] in felem_mul_ref()
431 out[3] = ((uint128_t) in1[0]) * in2[3] in felem_mul_ref()
432 + ((uint128_t) in1[1]) * in2[2] in felem_mul_ref()
433 + ((uint128_t) in1[2]) * in2[1] in felem_mul_ref()
436 out[4] = ((uint128_t) in1[0]) * in2[4] in felem_mul_ref()
437 + ((uint128_t) in1[1]) * in2[3] in felem_mul_ref()
438 + ((uint128_t) in1[2]) * in2[2] in felem_mul_ref()
717 felem_mul_p(out, in1, in2); in felem_mul_wrapper()
[all …]
H A Decp_nistp521.c491 felem_scalar(in2x2, in2, 2); in felem_mul_ref()
493 out[0] = ((uint128_t) in1[0]) * in2[0]; in felem_mul_ref()
496 ((uint128_t) in1[1]) * in2[0]; in felem_mul_ref()
500 ((uint128_t) in1[2]) * in2[0]; in felem_mul_ref()
505 ((uint128_t) in1[3]) * in2[0]; in felem_mul_ref()
511 ((uint128_t) in1[4]) * in2[0]; in felem_mul_ref()
518 ((uint128_t) in1[5]) * in2[0]; in felem_mul_ref()
526 ((uint128_t) in1[6]) * in2[0]; in felem_mul_ref()
535 ((uint128_t) in1[7]) * in2[0]; in felem_mul_ref()
719 felem_mul_p(out, in1, in2); in felem_mul_wrapper()
[all …]
H A Decp_nistp224.c510 out[0] = ((widelimb) in1[0]) * in2[0]; in felem_mul()
511 out[1] = ((widelimb) in1[0]) * in2[1] + ((widelimb) in1[1]) * in2[0]; in felem_mul()
512 out[2] = ((widelimb) in1[0]) * in2[2] + ((widelimb) in1[1]) * in2[1] + in felem_mul()
513 ((widelimb) in1[2]) * in2[0]; in felem_mul()
514 out[3] = ((widelimb) in1[0]) * in2[3] + ((widelimb) in1[1]) * in2[2] + in felem_mul()
515 ((widelimb) in1[2]) * in2[1] + ((widelimb) in1[3]) * in2[0]; in felem_mul()
516 out[4] = ((widelimb) in1[1]) * in2[3] + ((widelimb) in1[2]) * in2[2] + in felem_mul()
517 ((widelimb) in1[3]) * in2[1]; in felem_mul()
518 out[5] = ((widelimb) in1[2]) * in2[3] + ((widelimb) in1[3]) * in2[2]; in felem_mul()
519 out[6] = ((widelimb) in1[3]) * in2[3]; in felem_mul()
[all …]
/openssl/crypto/des/
H A Dxcbc_enc.c28 register const unsigned char *in2; in DES_xcbc_encrypt() local
33 in2 = &(*inw)[0]; in DES_xcbc_encrypt()
34 c2l(in2, inW0); in DES_xcbc_encrypt()
35 c2l(in2, inW1); in DES_xcbc_encrypt()
36 in2 = &(*outw)[0]; in DES_xcbc_encrypt()
37 c2l(in2, outW0); in DES_xcbc_encrypt()
38 c2l(in2, outW1); in DES_xcbc_encrypt()
/openssl/crypto/poly1305/asm/
H A Dpoly1305-sparcv9.pl510 srlx $in2,$shr,$in2
513 or $in3,$in2,$in2
520 srlx $in2,32,$in3
521 andn $in2,$i2,$in2
656 srlx $in2,$shr,$in2
660 or $in3,$in2,$in2
665 srlx $in2,32,$in3
719 or $in3,$in1,$in2
722 srlx $in2,32,$in3
755 or $in3,$in1,$in2
[all …]
H A Dpoly1305-armv8.pl233 my ($in2,$zeros)=("x16","x17");
448 add $in2,$inp,#32
452 csel $in2,$zeros,$in2,lo
461 add $in2,$inp,#32
465 csel $in2,$zeros,$in2,lo
479 ldp x8,x12,[$in2],#16 // inp[2:3] (or zero)
480 ldp x9,x13,[$in2],#48
575 csel $in2,$zeros,$in2,lo
578 ldp x8,x12,[$in2],#16 // inp[2:3] (or zero)
580 ldp x9,x13,[$in2],#48
H A Dpoly1305-ppcfp.pl69 my ($in0,$in1,$in2,$in3,$i1,$i2,$i3) = map("r$_",(7..12,6));
121 li $in2,8
125 $LWXLE $in2,$in2,$inp
132 andc $in2,$in2,$i2
137 stw $in2,`8*6+(4^$LITTLE_ENDIAN)`($ctx)
292 $LWXLE $in2,$i2,$inp
298 stw $in2,`$LOCALS+8*2+(4^$LITTLE_ENDIAN)`($sp)
336 $LWXLE $in2,$i2,$inp
351 stw $in2,`$LOCALS+8*2+(4^$LITTLE_ENDIAN)`($sp)
379 $LWXLE $in2,$i2,$inp
[all …]
H A Dpoly1305-armv4.pl447 my ($in2,$zeros,$tbl0,$tbl1) = map("r$_",(4..7));
742 add $in2,$inp,#32
750 add $in2,$inp,#32
790 movlo $in2,$zeros
795 vld4.32 {$H0#hi,$H1#hi,$H2#hi,$H3#hi},[$in2] @ inp[2:3] (or 0)
796 add $in2,$in2,#64
868 movlo $in2,$zeros
892 vld4.32 {$H0#hi,$H1#hi,$H2#hi,$H3#hi},[$in2] @ inp[2:3] (or 0)
893 add $in2,$in2,#64
/openssl/crypto/aes/asm/
H A Daesv8-armx.pl741 vorr $dat2,$in2,$in2
760 vorr $dat0,$in2,$in2
853 vorr $dat2,$in2,$in2
1061 vorr $dat2,$in2,$in2
1080 vorr $dat0,$in2,$in2
1173 vorr $dat2,$in2,$in2
1575 vorr $dat2,$in2,$in2
1594 vorr $dat0,$in2,$in2
1595 vorr $in0,$in2,$in2
3546 vorr $in4,$in2,$in2
[all …]
H A Daesp8-ppc.pl788 le?vperm $in2,$in2,$in2,$inpperm
904 vxor $in2,$in2,v31
926 le?vperm $in2,$in2,$in2,$inpperm
1049 vxor $in2,$in2,v31
1598 le?vperm $in2,$in2,$in2,$inpperm
1620 vxor $in2,$in2,v31
1664 le?vperm $in2,$in2,$in2,$inpperm
2551 le?vperm $in2,$in2,$in2,$leperm
2726 le?vperm $in2,$in2,$in2,$leperm
3221 le?vperm $in2,$in2,$in2,$leperm
[all …]
H A Daesni-x86_64.pl1394 pxor $inout4,$in2
1620 pxor $in2,$inout2
1636 xorps $in2,$inout6
1663 pxor $in2,$inout2
1694 xorps $in2,$inout2
4025 pxor $in2,$inout3
4052 pxor $in2,$inout3
4097 pxor $in2,$inout3
4147 pxor $in2,$inout3
4186 movaps $in2,$iv
[all …]
/openssl/crypto/ml_dsa/
H A Dml_dsa_hash.h23 const uint8_t *in2, size_t in2_len, uint8_t *out, size_t out_len) in shake_xof_2() argument
27 && EVP_DigestUpdate(ctx, in2, in2_len) in shake_xof_2()
33 const uint8_t *in2, size_t in2_len, in shake_xof_3() argument
38 && EVP_DigestUpdate(ctx, in2, in2_len) in shake_xof_3()
/openssl/test/recipes/
H A D04-test_conf.t41 my $in2 = $_[1];
43 $in2 =~ s/\r\n/\n/g;
44 $in1 ne $in2}), 0,
H A D25-test_pkcs8.t152 my $in2 = $_[1];
154 $in2 =~ s/\r\n/\n/g;
155 $in1 ne $in2
H A D15-test_ecparam.t60 my $in2 = $_[1];
62 $in2 =~ s/\r\n/\n/g;
63 $in1 ne $in2}), "Original file $_ is the same as new one");
/openssl/fuzz/
H A Dml-dsa.c299 void *in2, void **out1, void **out2) in ml_dsa_sign_verify() argument
378 void *in2, void **out1, void **out2) in ml_dsa_digest_sign_verify() argument
572 void (*doit)(uint8_t **buf, size_t *len, void *in1, void *in2,
583 void (*cleanup)(void *in1, void *in2, void *out1, void *out2);
651 void *in1 = NULL, *in2 = NULL; in FuzzerTestOneInput() local
667 ops[operation].setup(&buffer_cursor, &len, &in1, &in2); in FuzzerTestOneInput()
669 ops[operation].doit(&buffer_cursor, &len, in1, in2, &out1, &out2); in FuzzerTestOneInput()
671 ops[operation].cleanup(in1, in2, out1, out2); in FuzzerTestOneInput()
H A Dslh-dsa.c282 static void slh_dsa_clean_keys(void *in1, void *in2, void *out1, void *out2) in slh_dsa_clean_keys() argument
285 EVP_PKEY_free((EVP_PKEY *)in2); in slh_dsa_clean_keys()
496 void (*doit)(uint8_t **buf, size_t *len, void *in1, void *in2,
507 void (*cleanup)(void *in1, void *in2, void *out1, void *out2);
559 void *in1 = NULL, *in2 = NULL; in FuzzerTestOneInput() local
581 ops[operation].setup(&buffer_cursor, &len, &in1, &in2); in FuzzerTestOneInput()
583 ops[operation].doit(&buffer_cursor, &len, in1, in2, &out1, &out2); in FuzzerTestOneInput()
585 ops[operation].cleanup(in1, in2, out1, out2); in FuzzerTestOneInput()
H A Dml-kem.c269 static void mlkem_encap_decap(uint8_t **buf, size_t *len, void *key1, void *in2, in mlkem_encap_decap() argument
557 void (*doit)(uint8_t **buf, size_t *len, void *in1, void *in2,
568 void (*cleanup)(void *in1, void *in2, void *out1, void *out2);
636 void *in1 = NULL, *in2 = NULL; in FuzzerTestOneInput() local
658 ops[operation].setup(&buffer_cursor, &len, &in1, &in2); in FuzzerTestOneInput()
660 ops[operation].doit(&buffer_cursor, &len, in1, in2, &out1, &out2); in FuzzerTestOneInput()
662 ops[operation].cleanup(in1, in2, out1, out2); in FuzzerTestOneInput()
/openssl/crypto/
H A Dpariscid.pl144 my ($in1,$in2,$len)=("%r26","%r25","%r24");
158 ldb 0($in2),%r20
160 ldo 1($in2),$in2
/openssl/include/crypto/
H A Dmodes.h180 # define ocb_block16_xor(in1,in2,out) \ argument
181 ( (out)->a[0]=(in1)->a[0]^(in2)->a[0], \
182 (out)->a[1]=(in1)->a[1]^(in2)->a[1] )
184 # define ocb_block16_xor_misaligned(in1,in2,out) \ argument
185 ocb_block_xor((in1)->c,(in2)->c,16,(out)->c)
/openssl/crypto/des/asm/
H A Ddes_enc.m476 #define in2 %i2
456 cmp in2, 8
659 add in2, -8, in2
1215 cmp in2, 0
1401 addcc in2, -8, in2 ! bytes missing when first block done
1473 cmp in2, -8
1537 addcc in2, -8, in2
1597 addcc in2, -8, in2 ! bytes missing after next block
1676 cmp in2, -8
1704 cmp in2, 0
[all …]
/openssl/crypto/slh_dsa/
H A Dslh_hash.c37 const uint8_t *in2, size_t in2_len, in xof_digest_3() argument
43 && EVP_DigestUpdate(ctx, in2, in2_len) == 1 in xof_digest_3()
50 const uint8_t *in2, size_t in2_len, in xof_digest_4() argument
57 && EVP_DigestUpdate(ctx, in2, in2_len) == 1 in xof_digest_4()
135 const uint8_t *in1, size_t in1_len, const uint8_t *in2, size_t in2_len, in digest_4() argument
141 && EVP_DigestUpdate(ctx, in2, in2_len) == 1 in digest_4()
/openssl/providers/implementations/rands/
H A Ddrbg_hmac.c56 const unsigned char *in2, size_t in2len, in do_hmac() argument
66 || !(in2 == NULL || in2len == 0 || EVP_MAC_update(ctx, in2, in2len)) in do_hmac()
93 const unsigned char *in2, size_t in2len, in drbg_hmac_update() argument
97 if (!do_hmac(hmac, 0x00, in1, in1len, in2, in2len, in3, in3len)) in drbg_hmac_update()
103 return do_hmac(hmac, 0x01, in1, in1len, in2, in2len, in3, in3len); in drbg_hmac_update()

Completed in 90 milliseconds

12