Home | History | Annotate | Download | only in tls

Lines Matching refs:n2

1613    int    res, n, n2;
1663 n2 = (a->sign == b->sign ? MP_ZPOS : MP_NEG);
1666 c->sign = (mp_iszero(c) == MP_YES) ? MP_ZPOS : n2;