Home
last modified time | relevance | path

Searched refs:BN_dec2bn (Results 1 – 18 of 18) sorted by relevance

/third_party/openssl/doc/man3/
DBN_bn2bin.pod7 BN_bn2nativepad, BN_native2bn, BN_bn2hex, BN_bn2dec, BN_hex2bn, BN_dec2bn,
27 int BN_dec2bn(BIGNUM **a, const char *str);
69 BN_dec2bn() is the same using the decimal system.
98 on error. BN_hex2bn() and BN_dec2bn() return the number of characters
/third_party/openssl/crypto/bn/
Dbn_conv.c203 int BN_dec2bn(BIGNUM **bn, const char *a) in BN_dec2bn() function
284 if (!BN_dec2bn(bn, p)) in BN_asc2bn()
/third_party/openssl/test/
Dtest_test.c317 if (!TEST(1, TEST_int_eq(BN_dec2bn(&a, "0"), 1)) in test_bignum()
333 || !TEST(1, TEST_int_eq(BN_dec2bn(&b, "1"), 1)) in test_bignum()
346 || !TEST(1, TEST_int_eq(BN_dec2bn(&c, "-334739439"), 10)) in test_bignum()
Dbntest.c89 return BN_dec2bn(out, in); in parsedecBN()
2823 || !TEST_true(BN_dec2bn(&base, test->base)) in test_mod_exp()
2824 || !TEST_true(BN_dec2bn(&exponent, test->exp)) in test_mod_exp()
2825 || !TEST_true(BN_dec2bn(&modulo, test->mod))) in test_mod_exp()
2857 || !TEST_true(BN_dec2bn(&base, test->base)) in test_mod_exp_consttime()
2858 || !TEST_true(BN_dec2bn(&exponent, test->exp)) in test_mod_exp_consttime()
2859 || !TEST_true(BN_dec2bn(&modulo, test->mod))) in test_mod_exp_consttime()
Dectest.c1096 if (!TEST_true(BN_dec2bn(&x, "0")) in hybrid_point_encoding_test()
1097 || !TEST_true(BN_dec2bn(&y, "1")) in hybrid_point_encoding_test()
/third_party/openssl/apps/
Dprime.c125 r = BN_dec2bn(&bn, argv[0]); in prime_main()
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
Dbn.rs105 pub fn BN_dec2bn(a: *mut *mut BIGNUM, s: *const c_char) -> c_int; in BN_dec2bn() function
/third_party/rust/crates/rust-openssl/openssl/src/
Dbn.rs927 #[corresponds(BN_dec2bn)]
933 cvt(ffi::BN_dec2bn(&mut bn, c_str.as_ptr() as *const _))?; in from_dec_str()
/third_party/openssl/ohos_lite/include/openssl/
Dbn.h312 int BN_dec2bn(BIGNUM **a, const char *str);
/third_party/openssl/include/openssl/
Dbn.h341 int BN_dec2bn(BIGNUM **a, const char *str);
/third_party/openssl/crypto/x509/
Dv3_utl.c227 ret = BN_dec2bn(&bn, value); in s2i_ASN1_INTEGER()
/third_party/openssl/
DNEWS.md503 * Fix BN_hex2bn/BN_dec2bn NULL pointer deref/heap corruption
604 * Fix BN_hex2bn/BN_dec2bn NULL pointer deref/heap corruption
DCHANGES.md5657 * Fix BN_hex2bn/BN_dec2bn NULL pointer deref/heap corruption
5667 in BN_dec2bn. This could have security consequences if BN_hex2bn/BN_dec2bn
6859 * Fix BN_hex2bn/BN_dec2bn NULL pointer deref/heap corruption
6869 in BN_dec2bn. This could have security consequences if BN_hex2bn/BN_dec2bn
/third_party/node/doc/changelogs/
DCHANGELOG_V012.md202 … in certain very rare cases relating to the internal `BN_hex2bn()` and `BN_dec2bn()` functions. It…
DCHANGELOG_V010.md196 … in certain very rare cases relating to the internal `BN_hex2bn()` and `BN_dec2bn()` functions. It…
DCHANGELOG_V5.md537 … in certain very rare cases relating to the internal `BN_hex2bn()` and `BN_dec2bn()` functions. It…
DCHANGELOG_V4.md2346 … in certain very rare cases relating to the internal `BN_hex2bn()` and `BN_dec2bn()` functions. It…
/third_party/openssl/util/
Dlibcrypto.num3473 BN_dec2bn 3549 3_0_0 EXIST::FUNCTION: