BN_mod_inverse_ct
BIGNUM *BN_mod_inverse_ct(BIGNUM *ret, const BIGNUM *a, const BIGNUM *n,
if ((BN_mod_inverse_ct(Rinv, R, 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(zinv, point->Z, group->p, ctx) == NULL)
if (BN_mod_inverse_ct(Z_1, z, group->p, 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(sinv, sig->s, order, ctx) == NULL) {
if (BN_mod_inverse_ct(b->Ai, b->A, b->mod, ctx) == NULL)
ret = BN_mod_inverse_ct(NULL, d, r0, ctx);
if (BN_mod_inverse_ct(i, key->q, key->p, ctx) == NULL) {
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)
if (BN_mod_inverse_ct(s, s, order, ctx) == NULL) {