Searched refs:BN_mpi2bn (Results 1 – 3 of 3) sorted by relevance
567 BIGNUM *BN_mpi2bn(const uint8_t *in, size_t len, BIGNUM *out) { in BN_mpi2bn() function
1713 ScopedBIGNUM bn2(BN_mpi2bn(scratch, mpi_len, NULL)); in test_mpi()
825 OPENSSL_EXPORT BIGNUM *BN_mpi2bn(const uint8_t *in, size_t len, BIGNUM *out);