Home
last modified time | relevance | path

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

/openssl/fuzz/
H A Dbndiv.c29 static BIGNUM *b5; variable
37 b5 = BN_new(); in FuzzerInitialize()
92 OPENSSL_assert(BN_mul(b5, b3, b2, ctx)); in FuzzerTestOneInput()
93 OPENSSL_assert(BN_add(b5, b5, b4)); in FuzzerTestOneInput()
95 success = success && BN_cmp(b5, b1) == 0; in FuzzerTestOneInput()
105 BN_print_fp(stdout, b5); in FuzzerTestOneInput()
112 BN_cmp(b5, b1)); in FuzzerTestOneInput()
129 BN_free(b5); in FuzzerCleanup()
H A Dbignum.c40 BIGNUM *b5; in FuzzerTestOneInput() local
46 b5 = BN_new(); in FuzzerTestOneInput()
79 OPENSSL_assert(BN_mod_exp_simple(b5, b1, b2, b3, ctx)); in FuzzerTestOneInput()
81 success = BN_cmp(b4, b5) == 0; in FuzzerTestOneInput()
91 BN_print_fp(stdout, b5); in FuzzerTestOneInput()
101 BN_free(b5); in FuzzerTestOneInput()
/openssl/test/recipes/30-test_evp_pkey_provided/
H A DDH.pub.txt6 da:66:e6:f9:f5:31:21:92:b0:60:1a:b5:d3:f0:a5:
10 68:c9:fa:e5:8e:62:7e:ff:49:6c:5b:b5:ba:f9:ef:
H A DDH.priv.txt9 da:66:e6:f9:f5:31:21:92:b0:60:1a:b5:d3:f0:a5:
13 68:c9:fa:e5:8e:62:7e:ff:49:6c:5b:b5:ba:f9:ef:
H A DDSA.pub.txt8 7e:66:06:db:61:86:ac:b5:da:3c:7d:73:7e:54:32:
55 e3:ae:bd:52:54:05:d8:26:26:ba:ba:05:b5:e9:e5:
H A DDSA.priv.txt12 7e:66:06:db:61:86:ac:b5:da:3c:7d:73:7e:54:32:
59 e3:ae:bd:52:54:05:d8:26:26:ba:ba:05:b5:e9:e5:
/openssl/test/certs/
H A Dcyrillic_crl.utf815 98:d7:80:75:46:f6:cd:da:b5:0f:ff:9f:0c:b7:e6:aa:8e:f6:
26 be:d6:af:24:4e:15:c8:3f:62:b1:f9:7e:3c:83:b5:44:da:8d:
H A Dcyrillic.utf851 73:19:50:74:06:48:95:34:b5:08:57:49:11:09:d3:9c:74:11:
52 e2:7b:9a:98:6e:33:b5:e4:ed:2f:2f:f9:59:28:3a:e6:fa:8d:
H A DrootCA.pem46 91:08:19:df:10:88:e9:00:5c:2e:eb:b5:af:98:70:c8:c4:8b:
48 89:06:b6:e5:b5:ba:6b:75:2b:16:ad:ca:88:26:25:73:9b:15:
H A Dcyrillic.msb51 73:19:50:74:06:48:95:34:b5:08:57:49:11:09:d3:9c:74:11:
52 e2:7b:9a:98:6e:33:b5:e4:ed:2f:2f:f9:59:28:3a:e6:fa:8d:
/openssl/crypto/chacha/asm/
H A Dchachap10-ppc.pl511 my ($a5,$b5,$c5,$d5)=map(($_&~3)+(($_+1)&3),($a4,$b4,$c4,$d4));
512 my ($a6,$b6,$c6,$d6)=map(($_&~3)+(($_+1)&3),($a5,$b5,$c5,$d5));
526 "&vadduwm (@x[$a5],@x[$a5],@x[$b5])", # Q2
566 "&vxor (@x[$b5],@x[$b5],@x[$c5])",
575 "&vrlw (@x[$b5],@x[$b5],@x[$a7])",
589 "&vadduwm (@x[$a5],@x[$a5],@x[$b5])",
628 "&vxor (@x[$b5],@x[$b5],@x[$c5])",
636 "&vrlw (@x[$b5],@x[$b5],@x[$a7])",
H A Dchacha-s390x.pl731 $a4,$b4,$c4,$d4, $a5,$b5,$c5,$d5)=map("%v$_",(0..23));
782 vlr ($b5,@K[1]);
806 $b0,$b1,$b2,$b3,$b4,$b5,
812 $b0,$b1,$b2,$b3,$b4,$b5,
961 vaf ($b5,$b5,@K[1]);
966 vperm ($b0,$b5,$b5,$beperm);
/openssl/doc/man1/
H A Dopenssl-rsautl.pod.in211 0000 - f3 46 9e aa 1a 4a 73 c9-37 ea 93 00 48 25 08 b5 .F...Js.7...H%..
222 MD5(tbs)= f3:46:9e:aa:1a:4a:73:c9:37:ea:93:00:48:25:08:b5
/openssl/crypto/ec/
H A Dcurve25519.c4984 int64_t b5 = kBottom21Bits & (load_3(b + 13) >> 1); in sc_muladd() local
5056 s5 = c5 + a0 * b5 + a1 * b4 + a2 * b3 + a3 * b2 + a4 * b1 + a5 * b0; in sc_muladd()
5057 …s6 = c6 + a0 * b6 + a1 * b5 + a2 * b4 + a3 * b3 + a4 * b2 + a5 * b1 + a6 *… in sc_muladd()
5058 …s7 = c7 + a0 * b7 + a1 * b6 + a2 * b5 + a3 * b4 + a4 * b3 + a5 * b2 + a6 *… in sc_muladd()
5059 …s8 = c8 + a0 * b8 + a1 * b7 + a2 * b6 + a3 * b5 + a4 * b4 + a5 * b3 + a6 *… in sc_muladd()
5060 …s9 = c9 + a0 * b9 + a1 * b8 + a2 * b7 + a3 * b6 + a4 * b5 + a5 * b4 + a6 *… in sc_muladd()
5061 …s10 = c10 + a0 * b10 + a1 * b9 + a2 * b8 + a3 * b7 + a4 * b6 + a5 * b5 + a6 *… in sc_muladd()
5064 … + a3 * b10 + a4 * b9 + a5 * b8 + a6 * b7 + a7 * b6 + a8 * b5 + a9 * b4 + a… in sc_muladd()
5065 … + a4 * b10 + a5 * b9 + a6 * b8 + a7 * b7 + a8 * b6 + a9 * b5 + a10 * b4 + a… in sc_muladd()
5066 … * b11 + a5 * b10 + a6 * b9 + a7 * b8 + a8 * b7 + a9 * b6 + a10 * b5 + a11 * b4; in sc_muladd()
[all …]
/openssl/test/recipes/75-test_quicapi_data/
H A Dssltraceref-zlib.txt190 eb:0d:4f:82:4a:8a:ff:3f:72:ee:96:b5:ae:a1:c1:
H A Dssltraceref.txt188 eb:0d:4f:82:4a:8a:ff:3f:72:ee:96:b5:ae:a1:c1:

Completed in 33 milliseconds