Searched refs:BN_asc2bn (Results 1 - 10 of 10) sorted by relevance
/third_party/openssl/crypto/ |
H A D | params_from_text.c | 55 r = BN_asc2bn(tmpbn, value); in prepare_from_text()
|
/third_party/node/deps/openssl/openssl/crypto/ |
H A D | params_from_text.c | 55 r = BN_asc2bn(tmpbn, value); in prepare_from_text()
|
/third_party/node/deps/openssl/openssl/crypto/bn/ |
H A D | bn_conv.c | 273 int BN_asc2bn(BIGNUM **bn, const char *a) in BN_asc2bn() function
|
/third_party/openssl/crypto/bn/ |
H A D | bn_conv.c | 273 int BN_asc2bn(BIGNUM **bn, const char *a) in BN_asc2bn() function
|
/third_party/openssl/test/ |
H A D | bntest.c | 1982 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 D | rsa_pmeth.c | 673 if (!BN_asc2bn(&pubexp, value)) in pkey_rsa_ctrl_str()
|
/third_party/openssl/crypto/rsa/ |
H A D | rsa_pmeth.c | 669 if (!BN_asc2bn(&pubexp, value)) in pkey_rsa_ctrl_str()
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | bn.h | 313 int BN_asc2bn(BIGNUM **a, const char *str);
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
H A D | bn.h | 342 int BN_asc2bn(BIGNUM **a, const char *str);
|
/third_party/openssl/include/openssl/ |
H A D | bn.h | 342 int BN_asc2bn(BIGNUM **a, const char *str);
|
Completed in 10 milliseconds