Searched refs:BN_dec2bn (Results 1 – 15 of 15) sorted by relevance
/freebsd/usr.bin/factor/ |
H A D | factor.c | 92 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 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
|
/freebsd/crypto/openssl/crypto/bn/ |
H A 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()
|
/freebsd/crypto/openssl/test/ |
H A 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()
|
H A D | bntest.c | 89 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 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()
|
/freebsd/crypto/openssl/apps/ |
H A D | prime.c | 125 r = BN_dec2bn(&bn, argv[0]); in prime_main()
|
/freebsd/lib/libmp/ |
H A D | mpasbn.c | 135 BN_ERRCHECK(msg, BN_dec2bn(&mp->bn, s)); in _dtom()
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | bn.h | 341 int BN_dec2bn(BIGNUM **a, const char *str);
|
/freebsd/crypto/openssl/crypto/x509/ |
H A D | v3_utl.c | 227 ret = BN_dec2bn(&bn, value); in s2i_ASN1_INTEGER()
|
/freebsd/crypto/openssl/ |
H A D | NEWS.md | 569 * Fix BN_hex2bn/BN_dec2bn NULL pointer deref/heap corruption 670 * Fix BN_hex2bn/BN_dec2bn NULL pointer deref/heap corruption
|
H A D | CHANGES.md | 6026 * 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 D | Version.map | 478 BN_dec2bn;
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | Makefile | 995 MLINKS+= BN_bn2bin.3 BN_dec2bn.3
|
/freebsd/crypto/openssl/util/ |
H A D | libcrypto.num | 3473 BN_dec2bn 3549 3_0_0 EXIST::FUNCTION:
|