Home
last modified time | relevance | path

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

/crypto/
Decc.c582 u64 qc[ECC_MAX_DIGITS * 2]; in vli_mmod_special2() local
584 vli_umult(qc, q, c2, ndigits); in vli_mmod_special2()
586 vli_uadd(qc, qc, mod[0], ndigits * 2); in vli_mmod_special2()
587 vli_set(q, qc + ndigits, ndigits); in vli_mmod_special2()
588 vli_clear(qc + ndigits, ndigits); in vli_mmod_special2()
589 carry = vli_is_negative(qc, ndigits); in vli_mmod_special2()
591 qc[ndigits - 1] &= (1ull << 63) - 1; in vli_mmod_special2()
593 vli_sub(r, r, qc, ndigits * 2); in vli_mmod_special2()
595 vli_add(r, r, qc, ndigits * 2); in vli_mmod_special2()