mod_m 602 crypto/ecc.c u64 mod_m[2 * ECC_MAX_DIGITS]; mod_m 612 crypto/ecc.c vli_clear(mod_m, word_shift); mod_m 615 crypto/ecc.c mod_m[word_shift + i] = (mod[i] << bit_shift) | carry; mod_m 619 crypto/ecc.c vli_set(mod_m + word_shift, mod, ndigits); mod_m 626 crypto/ecc.c u64 diff = v[i][j] - mod_m[j] - borrow; mod_m 633 crypto/ecc.c vli_rshift1(mod_m, ndigits); mod_m 634 crypto/ecc.c mod_m[ndigits - 1] |= mod_m[ndigits] << (64 - 1); mod_m 635 crypto/ecc.c vli_rshift1(mod_m + ndigits, ndigits);