BN_div_nonct
if (!BN_div_nonct(D, M, A, B, ctx))
int BN_div_nonct(BIGNUM *q, BIGNUM *r, const BIGNUM *n, const BIGNUM *d,
return BN_div_nonct(NULL, r, a, m, ctx);