Searched refs:tmp_isodd (Results 1 – 1 of 1) sorted by relevance
/freebsd/crypto/libecc/src/nn/ |
H A D | nn_modinv.c | 51 int isodd, swap, smaller, ret, cmp, iszero, tmp_isodd; in _nn_modinv_odd() local 126 MUST_HAVE((!nn_isodd(&b, &tmp_isodd)) && tmp_isodd, ret, err); in _nn_modinv_odd() 135 MUST_HAVE((!nn_isodd(&a, &tmp_isodd)) && (!tmp_isodd), ret, err); /* a is now even */ in _nn_modinv_odd()
|