BN_mpi2bn
BIGNUM *BN_mpi2bn(const unsigned char *s, int len, BIGNUM *ret);
if (!TEST_ptr(bn2 = BN_mpi2bn(scratch, mpi_len, NULL)))