Home
last modified time | relevance | path

Searched refs:b4 (Results 1 – 16 of 16) sorted by relevance

/openssl-master/fuzz/
A Dbndiv.c28 static BIGNUM *b4; variable
36 b4 = BN_new(); in FuzzerInitialize()
83 OPENSSL_assert(BN_div(b3, b4, b1, b2, ctx)); in FuzzerTestOneInput()
85 success = BN_is_zero(b3) && BN_is_zero(b4); in FuzzerTestOneInput()
88 && (BN_is_negative(b4) || BN_is_zero(b4)); in FuzzerTestOneInput()
91 && (!BN_is_negative(b4) || BN_is_zero(b4)); in FuzzerTestOneInput()
93 OPENSSL_assert(BN_add(b5, b5, b4)); in FuzzerTestOneInput()
103 BN_print_fp(stdout, b4); in FuzzerTestOneInput()
109 BN_is_negative(b3), BN_is_negative(b4), BN_is_zero(b4), in FuzzerTestOneInput()
111 && (BN_is_negative(b4) || BN_is_zero(b4)), in FuzzerTestOneInput()
[all …]
A Dbignum.c39 BIGNUM *b4; in FuzzerTestOneInput() local
45 b4 = BN_new(); in FuzzerTestOneInput()
77 OPENSSL_assert(BN_mod_exp(b4, b1, b2, b3, ctx)); in FuzzerTestOneInput()
80 success = BN_cmp(b4, b5) == 0; in FuzzerTestOneInput()
88 BN_print_fp(stdout, b4); in FuzzerTestOneInput()
99 BN_free(b4); in FuzzerTestOneInput()
/openssl-master/test/certs/
A Dcyrillic.utf822 a6:4d:5c:64:eb:1c:31:91:d1:38:f0:b4:82:4c:c4:
27 07:d4:e4:f6:e0:c9:a9:09:da:03:23:da:fc:b4:07:
30 d3:77:bb:71:b4:1d:86:65:a8:0a:0a:a3:fe:f9:f5:
A Dcyrillic.msb22 a6:4d:5c:64:eb:1c:31:91:d1:38:f0:b4:82:4c:c4:
27 07:d4:e4:f6:e0:c9:a9:09:da:03:23:da:fc:b4:07:
30 d3:77:bb:71:b4:1d:86:65:a8:0a:0a:a3:fe:f9:f5:
A Dcyrillic_crl.utf817 f5:cb:40:49:5e:1a:ea:e6:40:b4:48:bc:8d:0e:c7:c6:51:37:
/openssl-master/test/recipes/30-test_evp_pkey_provided/
A DDSA.pub.txt26 ea:e7:4e:c8:34:4c:58:59:0a:c2:4a:e4:b4:64:20:
29 11:95:7e:d1:3d:8d:b4:0e:9f:9e:b1:30:03:f0:73:
31 fb:b4:f8:e0:2a:c7:f1:c0:c6:86:14:60:12:0f:c0:
A DX25519.pub.txt3 85:20:f0:09:89:30:a7:54:74:8b:7d:dc:b4:3e:f7:
A DDSA.priv.txt30 ea:e7:4e:c8:34:4c:58:59:0a:c2:4a:e4:b4:64:20:
33 11:95:7e:d1:3d:8d:b4:0e:9f:9e:b1:30:03:f0:73:
35 fb:b4:f8:e0:2a:c7:f1:c0:c6:86:14:60:12:0f:c0:
A DED448.pub.txt3 5f:d7:44:9b:59:b4:61:fd:2c:e7:87:ec:61:6a:d4:
A DX25519.priv.txt7 85:20:f0:09:89:30:a7:54:74:8b:7d:dc:b4:3e:f7:
A DED448.priv.txt8 5f:d7:44:9b:59:b4:61:fd:2c:e7:87:ec:61:6a:d4:
/openssl-master/crypto/chacha/asm/
A Dchacha-s390x.pl731 $a4,$b4,$c4,$d4, $a5,$b5,$c5,$d5)=map("%v$_",(0..23));
780 vlr ($b4,@K[1]);
806 $b0,$b1,$b2,$b3,$b4,$b5,
812 $b0,$b1,$b2,$b3,$b4,$b5,
932 vaf ($b4,$b4,@K[1]);
939 vperm ($b0,$b4,$b4,$beperm);
/openssl-master/test/recipes/25-test_rusext_data/
A Dgrfc.utf837 b8:6e:01:b4:03:2c:07:8f:27:37
A Dgrfc.msb37 b8:6e:01:b4:03:2c:07:8f:27:37
/openssl-master/crypto/ec/
A Dcurve25519.c4988 int64_t b4 = kBottom21Bits & (load_4(b + 10) >> 4); in sc_muladd() local
5060 s4 = c4 + a0 * b4 + a1 * b3 + a2 * b2 + a3 * b1 + a4 * b0; in sc_muladd()
5061 s5 = c5 + a0 * b5 + a1 * b4 + a2 * b3 + a3 * b2 + a4 * b1 + a5 * b0; in sc_muladd()
5062 …s6 = c6 + a0 * b6 + a1 * b5 + a2 * b4 + a3 * b3 + a4 * b2 + a5 * b1 + a6 *… in sc_muladd()
5063 …s7 = c7 + a0 * b7 + a1 * b6 + a2 * b5 + a3 * b4 + a4 * b3 + a5 * b2 + a6 *… in sc_muladd()
5064 …s8 = c8 + a0 * b8 + a1 * b7 + a2 * b6 + a3 * b5 + a4 * b4 + a5 * b3 + a6 *… in sc_muladd()
5065 …s9 = c9 + a0 * b9 + a1 * b8 + a2 * b7 + a3 * b6 + a4 * b5 + a5 * b4 + a6 *… in sc_muladd()
5066 … + a1 * b9 + a2 * b8 + a3 * b7 + a4 * b6 + a5 * b5 + a6 * b4 + a7 * b3 + … in sc_muladd()
5069 … + a4 * b9 + a5 * b8 + a6 * b7 + a7 * b6 + a8 * b5 + a9 * b4 + a10 * b3 + a1… in sc_muladd()
5070 … * b10 + a5 * b9 + a6 * b8 + a7 * b7 + a8 * b6 + a9 * b5 + a10 * b4 + a11 * b3; in sc_muladd()
[all …]
/openssl-master/test/recipes/10-test_bn_data/
A Dbngcd.txt8519 GCD = 1381450b4

Completed in 81 milliseconds