BN_mod_inverse_ct
if (BN_mod_inverse_ct(ret->Ai, ret->A, ret->mod, ctx) == NULL) {
BIGNUM *BN_mod_inverse_ct(BIGNUM *ret, const BIGNUM *a, const BIGNUM *n,
if ((BN_mod_inverse_ct(Ri, R, &tmod, ctx)) == NULL)
if ((BN_mod_inverse_ct(Ri, R, &tmod, ctx)) == NULL)
if ((BN_mod_inverse_ct(Ri, R, &mont->N, ctx)) == NULL)
if (BN_mod_inverse_ct(&binv, &b, dsa->q, ctx) == NULL)
if ((kinv = BN_mod_inverse_ct(NULL, &k, dsa->q, ctx)) == NULL)
if ((BN_mod_inverse_ct(&u2, sig->s, dsa->q, ctx)) == NULL)
if (BN_mod_inverse_ct(heap[1], heap[1], &group->field, ctx) == NULL) {
if (BN_mod_inverse_ct(Z_1, Z_, &group->field, ctx) == NULL) {
if (BN_mod_inverse_ct(k, k, order, ctx) == NULL) {
if (BN_mod_inverse_ct(binv, b, order, ctx) == NULL) {
if (BN_mod_inverse_ct(u2, sig->s, order, ctx) == NULL) { /* w = inv(s) */
if ((v = BN_mod_inverse_ct(v, e, order, ctx)) == NULL)
if (BN_mod_inverse_ct(i, key->q, key->p, ctx) == NULL) {
ret = BN_mod_inverse_ct(NULL, d, r0, ctx);
if (BN_mod_inverse_ct(rsa->d, rsa->e, &pr0, ctx) == NULL) /* d */
if (BN_mod_inverse_ct(rsa->iqmp, rsa->q, &p, ctx) == NULL)