Searched refs:BN_dec2bn (Results 1 – 18 of 18) sorted by relevance
/third_party/openssl/doc/man3/ |
D | BN_bn2bin.pod | 7 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/ |
D | bn_conv.c | 203 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/ |
D | test_test.c | 317 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()
|
D | bntest.c | 89 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()
|
D | ectest.c | 1096 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/ |
D | prime.c | 125 r = BN_dec2bn(&bn, argv[0]); in prime_main()
|
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/ |
D | bn.rs | 105 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/ |
D | bn.rs | 927 #[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/ |
D | bn.h | 312 int BN_dec2bn(BIGNUM **a, const char *str);
|
/third_party/openssl/include/openssl/ |
D | bn.h | 341 int BN_dec2bn(BIGNUM **a, const char *str);
|
/third_party/openssl/crypto/x509/ |
D | v3_utl.c | 227 ret = BN_dec2bn(&bn, value); in s2i_ASN1_INTEGER()
|
/third_party/openssl/ |
D | NEWS.md | 503 * Fix BN_hex2bn/BN_dec2bn NULL pointer deref/heap corruption 604 * Fix BN_hex2bn/BN_dec2bn NULL pointer deref/heap corruption
|
D | CHANGES.md | 5657 * 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/ |
D | CHANGELOG_V012.md | 202 … in certain very rare cases relating to the internal `BN_hex2bn()` and `BN_dec2bn()` functions. It…
|
D | CHANGELOG_V010.md | 196 … in certain very rare cases relating to the internal `BN_hex2bn()` and `BN_dec2bn()` functions. It…
|
D | CHANGELOG_V5.md | 537 … in certain very rare cases relating to the internal `BN_hex2bn()` and `BN_dec2bn()` functions. It…
|
D | CHANGELOG_V4.md | 2346 … in certain very rare cases relating to the internal `BN_hex2bn()` and `BN_dec2bn()` functions. It…
|
/third_party/openssl/util/ |
D | libcrypto.num | 3473 BN_dec2bn 3549 3_0_0 EXIST::FUNCTION:
|