Home
last modified time | relevance | path

Searched refs:BN_mpi2bn (Results 1 - 6 of 6) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/bn/
H A Dbn_mpi.c42 BIGNUM *BN_mpi2bn(const unsigned char *d, int n, BIGNUM *ain) in BN_mpi2bn() function
/third_party/openssl/crypto/bn/
H A Dbn_mpi.c42 BIGNUM *BN_mpi2bn(const unsigned char *d, int n, BIGNUM *ain) in BN_mpi2bn() function
/third_party/openssl/ohos_lite/include/openssl/
H A Dbn.h226 BIGNUM *BN_mpi2bn(const unsigned char *s, int len, BIGNUM *ret);
/third_party/node/deps/openssl/openssl/include/openssl/
H A Dbn.h250 BIGNUM *BN_mpi2bn(const unsigned char *s, int len, BIGNUM *ret);
/third_party/openssl/include/openssl/
H A Dbn.h250 BIGNUM *BN_mpi2bn(const unsigned char *s, int len, BIGNUM *ret);
/third_party/openssl/test/
H A Dbntest.c2057 if (!TEST_ptr(bn2 = BN_mpi2bn(scratch, mpi_len, NULL))) in test_mpi()

Completed in 10 milliseconds