Home
last modified time | relevance | path

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

/crypto/
A Decc.c516 const u64 *mod, unsigned int ndigits) in vli_mod_add() argument
557 u64 c = -mod[0]; in vli_mmod_special()
567 vli_set(t, mod, ndigits); in vli_mmod_special()
591 u64 c2 = mod[0] * 2; in vli_mmod_special2()
598 vli_set(m, mod, ndigits); in vli_mmod_special2()
654 carry = mod[i] >> (64 - bit_shift); in vli_mmod_slow()
692 const u64 *mu = mod + ndigits; in vli_mmod_barrett()
703 carry = vli_sub(r, r, mod, ndigits); in vli_mmod_barrett()
1053 vli_set(b, mod, ndigits); in vli_mod_inv()
1084 vli_add(u, u, mod, ndigits); in vli_mod_inv()
[all …]
A Dalgapi.c25 static inline void crypto_check_module_sig(struct module *mod) in crypto_check_module_sig() argument
27 if (fips_enabled && mod && !module_sig_ok(mod)) in crypto_check_module_sig()
29 module_name(mod)); in crypto_check_module_sig()

Completed in 9 milliseconds