Home
last modified time | relevance | path

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

/linux-4.19.296/crypto/
Decc.c165 static void vli_set(u64 *dest, const u64 *src, unsigned int ndigits) in vli_set() function
415 vli_set(result, product, ndigits); in vli_mmod_fast_192()
417 vli_set(tmp, &product[3], ndigits); in vli_mmod_fast_192()
443 vli_set(result, product, ndigits); in vli_mmod_fast_256()
573 vli_set(a, input, ndigits); in vli_mod_inv()
574 vli_set(b, mod, ndigits); in vli_mod_inv()
631 vli_set(result, u, ndigits); in vli_mod_inv()
705 vli_set(x1, z1, ndigits); in ecc_point_double_jacobian()
706 vli_set(z1, y1, ndigits); in ecc_point_double_jacobian()
707 vli_set(y1, t4, ndigits); in ecc_point_double_jacobian()
[all …]