Lines Matching defs:Nr
177 BIGNUM Nr; // the reciprocal185 BN_init(&recp->Nr);197 BN_free(&recp->Nr);204 BN_zero(&recp->Nr);284 // Nr := round(2^i / N)287 BN_reciprocal(&(recp->Nr), &(recp->N), i,295 // d := |round(round(m / 2^BN_num_bits(N)) * recp->Nr / 2^(i -304 if (!BN_mul(b, a, &(recp->Nr), ctx)) {