Home
last modified time | relevance | path

Searched refs:BN_asc2bn (Results 1 – 9 of 9) sorted by relevance

/freebsd/crypto/openssl/crypto/
H A Dparams_from_text.c55 r = BN_asc2bn(tmpbn, value); in prepare_from_text()
/freebsd/crypto/openssl/test/
H A Dbntest.c1990 if (!TEST_true(BN_asc2bn(&bn, "0")) in test_asc2bn()
1995 if (!TEST_true(BN_asc2bn(&bn, "256")) in test_asc2bn()
2000 if (!TEST_true(BN_asc2bn(&bn, "-42")) in test_asc2bn()
2005 if (!TEST_true(BN_asc2bn(&bn, "0x1234")) in test_asc2bn()
2010 if (!TEST_true(BN_asc2bn(&bn, "0X1234")) in test_asc2bn()
2015 if (!TEST_true(BN_asc2bn(&bn, "-0xabcd")) in test_asc2bn()
2020 if (!TEST_true(BN_asc2bn(&bn, "-0")) in test_asc2bn()
2025 if (!TEST_true(BN_asc2bn(&bn, "123trailing garbage is ignored")) in test_asc2bn()
2055 || !TEST_true(BN_asc2bn(&bn, test->base10))) in test_mpi()
/freebsd/crypto/openssl/crypto/bn/
H A Dbn_conv.c273 int BN_asc2bn(BIGNUM **bn, const char *a) in BN_asc2bn() function
/freebsd/crypto/openssl/crypto/rsa/
H A Drsa_pmeth.c673 if (!BN_asc2bn(&pubexp, value)) in pkey_rsa_ctrl_str()
/freebsd/crypto/openssl/include/openssl/
H A Dbn.h342 int BN_asc2bn(BIGNUM **a, const char *str);
/freebsd/crypto/openssl/util/
H A Dmissingcrypto.txt248 BN_asc2bn(3)
H A Dmissingcrypto111.txt272 BN_asc2bn(3)
H A Dlibcrypto.num354 BN_asc2bn 361 3_0_0 EXIST::FUNCTION:
/freebsd/secure/lib/libcrypto/
H A DVersion.map463 BN_asc2bn;