Home
last modified time | relevance | path

Searched refs:qc (Results 1 – 1 of 1) sorted by relevance

/crypto/
Decc.c571 u64 qc[ECC_MAX_DIGITS * 2]; in vli_mmod_special2() local
573 vli_umult(qc, q, c2, ndigits); in vli_mmod_special2()
575 vli_uadd(qc, qc, mod[0], ndigits * 2); in vli_mmod_special2()
576 vli_set(q, qc + ndigits, ndigits); in vli_mmod_special2()
577 vli_clear(qc + ndigits, ndigits); in vli_mmod_special2()
578 carry = vli_is_negative(qc, ndigits); in vli_mmod_special2()
580 qc[ndigits - 1] &= (1ull << 63) - 1; in vli_mmod_special2()
582 vli_sub(r, r, qc, ndigits * 2); in vli_mmod_special2()
584 vli_add(r, r, qc, ndigits * 2); in vli_mmod_special2()