Home
last modified time | relevance | path

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

/freebsd/usr.bin/factor/
H A Dfactor.c92 static int BN_dec2bn(BIGNUM **, const char *);
327 BN_dec2bn(BIGNUM **a, const char *str) in BN_dec2bn() function
395 n = is_hex_str(p) ? BN_hex2bn(val, p) : BN_dec2bn(val, p); in convert_str2bn()
/freebsd/crypto/openssl/doc/man3/
H A 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
/freebsd/crypto/openssl/crypto/bn/
H A Dbn_conv.c203 int BN_dec2bn(BIGNUM **bn, const char *a) in BN_dec2bn() function
284 if (!BN_dec2bn(bn, p)) in BN_asc2bn()
/freebsd/crypto/openssl/test/
H A 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()
H A Dbntest.c89 return BN_dec2bn(out, in); in parsedecBN()
2831 || !TEST_true(BN_dec2bn(&base, test->base)) in test_mod_exp()
2832 || !TEST_true(BN_dec2bn(&exponent, test->exp)) in test_mod_exp()
2833 || !TEST_true(BN_dec2bn(&modulo, test->mod))) in test_mod_exp()
2865 || !TEST_true(BN_dec2bn(&base, test->base)) in test_mod_exp_consttime()
2866 || !TEST_true(BN_dec2bn(&exponent, test->exp)) in test_mod_exp_consttime()
2867 || !TEST_true(BN_dec2bn(&modulo, test->mod))) in test_mod_exp_consttime()
2946 if (!TEST_true(BN_dec2bn(&a, "5193817943"))) in test_mod_inverse()
2948 if (!TEST_true(BN_dec2bn(&b, "3259122431"))) in test_mod_inverse()
2982 if (!TEST_true(BN_dec2bn(&a, "15"))) in test_mod_exp_alias()
[all …]
H A 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()
/freebsd/crypto/openssl/apps/
H A Dprime.c125 r = BN_dec2bn(&bn, argv[0]); in prime_main()
/freebsd/lib/libmp/
H A Dmpasbn.c135 BN_ERRCHECK(msg, BN_dec2bn(&mp->bn, s)); in _dtom()
/freebsd/crypto/openssl/include/openssl/
H A Dbn.h341 int BN_dec2bn(BIGNUM **a, const char *str);
/freebsd/crypto/openssl/crypto/x509/
H A Dv3_utl.c227 ret = BN_dec2bn(&bn, value); in s2i_ASN1_INTEGER()
/freebsd/crypto/openssl/
H A DNEWS.md569 * Fix BN_hex2bn/BN_dec2bn NULL pointer deref/heap corruption
670 * Fix BN_hex2bn/BN_dec2bn NULL pointer deref/heap corruption
H A DCHANGES.md6026 * Fix BN_hex2bn/BN_dec2bn NULL pointer deref/heap corruption
6036 in BN_dec2bn. This could have security consequences if BN_hex2bn/BN_dec2bn
7228 * Fix BN_hex2bn/BN_dec2bn NULL pointer deref/heap corruption
7238 in BN_dec2bn. This could have security consequences if BN_hex2bn/BN_dec2bn
/freebsd/secure/lib/libcrypto/
H A DVersion.map478 BN_dec2bn;
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile995 MLINKS+= BN_bn2bin.3 BN_dec2bn.3
/freebsd/crypto/openssl/util/
H A Dlibcrypto.num3473 BN_dec2bn 3549 3_0_0 EXIST::FUNCTION: