Home
last modified time | relevance | path

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

/third_party/openssl/crypto/
H A Dparams_from_text.c55 r = BN_asc2bn(tmpbn, value); in prepare_from_text()
/third_party/node/deps/openssl/openssl/crypto/
H A Dparams_from_text.c55 r = BN_asc2bn(tmpbn, value); in prepare_from_text()
/third_party/node/deps/openssl/openssl/crypto/bn/
H A Dbn_conv.c273 int BN_asc2bn(BIGNUM **bn, const char *a) in BN_asc2bn() function
/third_party/openssl/crypto/bn/
H A Dbn_conv.c273 int BN_asc2bn(BIGNUM **bn, const char *a) in BN_asc2bn() function
/third_party/openssl/test/
H A Dbntest.c1982 if (!TEST_true(BN_asc2bn(&bn, "0")) in test_asc2bn()
1987 if (!TEST_true(BN_asc2bn(&bn, "256")) in test_asc2bn()
1992 if (!TEST_true(BN_asc2bn(&bn, "-42")) in test_asc2bn()
1997 if (!TEST_true(BN_asc2bn(&bn, "0x1234")) in test_asc2bn()
2002 if (!TEST_true(BN_asc2bn(&bn, "0X1234")) in test_asc2bn()
2007 if (!TEST_true(BN_asc2bn(&bn, "-0xabcd")) in test_asc2bn()
2012 if (!TEST_true(BN_asc2bn(&bn, "-0")) in test_asc2bn()
2017 if (!TEST_true(BN_asc2bn(&bn, "123trailing garbage is ignored")) in test_asc2bn()
2047 || !TEST_true(BN_asc2bn(&bn, test->base10))) in test_mpi()
/third_party/node/deps/openssl/openssl/crypto/rsa/
H A Drsa_pmeth.c673 if (!BN_asc2bn(&pubexp, value)) in pkey_rsa_ctrl_str()
/third_party/openssl/crypto/rsa/
H A Drsa_pmeth.c669 if (!BN_asc2bn(&pubexp, value)) in pkey_rsa_ctrl_str()
/third_party/openssl/ohos_lite/include/openssl/
H A Dbn.h313 int BN_asc2bn(BIGNUM **a, const char *str);
/third_party/node/deps/openssl/openssl/include/openssl/
H A Dbn.h342 int BN_asc2bn(BIGNUM **a, const char *str);
/third_party/openssl/include/openssl/
H A Dbn.h342 int BN_asc2bn(BIGNUM **a, const char *str);

Completed in 11 milliseconds