Searched refs:vli_mod_mult_slow (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.4/crypto/ |
D | ecc.h | 225 void vli_mod_mult_slow(u64 *result, const u64 *left, const u64 *right,
|
D | ecrdsa.c | 132 vli_mod_mult_slow(z1, s, v, ctx->curve->n, ndigits); in ecrdsa_verify() 134 vli_mod_mult_slow(z2, _r, v, ctx->curve->n, ndigits); in ecrdsa_verify()
|
D | ecc.c | 823 void vli_mod_mult_slow(u64 *result, const u64 *left, const u64 *right, in vli_mod_mult_slow() function 831 EXPORT_SYMBOL(vli_mod_mult_slow);
|