Searched refs:BN_dec2bn (Results 1 - 10 of 10) sorted by relevance

/freebsd-current/crypto/openssl/apps/
H A Dprime.c125 r = BN_dec2bn(&bn, argv[0]);
/freebsd-current/usr.bin/factor/
H A Dfactor.c92 static int BN_dec2bn(BIGNUM **, const char *);
327 BN_dec2bn(BIGNUM **a, const char *str) function
395 n = is_hex_str(p) ? BN_hex2bn(val, p) : BN_dec2bn(val, p);
/freebsd-current/crypto/openssl/crypto/bn/
H A Dbn_conv.c203 int BN_dec2bn(BIGNUM **bn, const char *a) function
284 if (!BN_dec2bn(bn, p))
/freebsd-current/crypto/openssl/test/
H A Dtest_test.c317 if (!TEST(1, TEST_int_eq(BN_dec2bn(&a, "0"), 1))
333 || !TEST(1, TEST_int_eq(BN_dec2bn(&b, "1"), 1))
346 || !TEST(1, TEST_int_eq(BN_dec2bn(&c, "-334739439"), 10))
H A Dbntest.c89 return BN_dec2bn(out, in);
2831 || !TEST_true(BN_dec2bn(&base, test->base))
2832 || !TEST_true(BN_dec2bn(&exponent, test->exp))
2833 || !TEST_true(BN_dec2bn(&modulo, test->mod)))
2865 || !TEST_true(BN_dec2bn(&base, test->base))
2866 || !TEST_true(BN_dec2bn(&exponent, test->exp))
2867 || !TEST_true(BN_dec2bn(&modulo, test->mod)))
2946 if (!TEST_true(BN_dec2bn(&a, "5193817943")))
2948 if (!TEST_true(BN_dec2bn(&b, "3259122431")))
2982 if (!TEST_true(BN_dec2bn(
[all...]
H A Dectest.c1096 if (!TEST_true(BN_dec2bn(&x, "0"))
1097 || !TEST_true(BN_dec2bn(&y, "1"))
/freebsd-current/lib/libmp/
H A Dmpasbn.c135 BN_ERRCHECK(msg, BN_dec2bn(&mp->bn, s));
/freebsd-current/crypto/openssl/crypto/x509/
H A Dv3_utl.c227 ret = BN_dec2bn(&bn, value);
/freebsd-current/crypto/openssl/include/openssl/
H A Dbn.h341 int BN_dec2bn(BIGNUM **a, const char *str);
/freebsd-current/secure/lib/libcrypto/man/man3/
H A DMakefile995 MLINKS+= BN_bn2bin.3 BN_dec2bn.3

Completed in 190 milliseconds