Searched refs:vli_mod_mult_fast (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/crypto/ |
H A D | ecc.c | 955 static void vli_mod_mult_fast(u64 *result, const u64 *left, const u64 *right, in vli_mod_mult_fast() function 1083 vli_mod_mult_fast(t5, x1, t4, curve); in ecc_point_double_jacobian() 1087 vli_mod_mult_fast(y1, y1, z1, curve); in ecc_point_double_jacobian() 1098 vli_mod_mult_fast(x1, x1, z1, curve); in ecc_point_double_jacobian() 1123 vli_mod_mult_fast(x1, x1, t5, curve); in ecc_point_double_jacobian() 1138 vli_mod_mult_fast(x1, x1, t1, curve); /* x1 * z^2 */ in apply_z() 1139 vli_mod_mult_fast(t1, t1, z, curve); /* z^3 */ in apply_z() 1140 vli_mod_mult_fast(y1, y1, t1, curve); /* y1 * z^3 */ in apply_z() 1183 vli_mod_mult_fast(x1, x1, t5, curve); in xycz_add() 1185 vli_mod_mult_fast(x in xycz_add() [all...] |
/kernel/linux/linux-6.6/crypto/ |
H A D | ecc.c | 966 static void vli_mod_mult_fast(u64 *result, const u64 *left, const u64 *right, in vli_mod_mult_fast() function 1095 vli_mod_mult_fast(t5, x1, t4, curve); in ecc_point_double_jacobian() 1099 vli_mod_mult_fast(y1, y1, z1, curve); in ecc_point_double_jacobian() 1110 vli_mod_mult_fast(x1, x1, z1, curve); in ecc_point_double_jacobian() 1135 vli_mod_mult_fast(x1, x1, t5, curve); in ecc_point_double_jacobian() 1150 vli_mod_mult_fast(x1, x1, t1, curve); /* x1 * z^2 */ in apply_z() 1151 vli_mod_mult_fast(t1, t1, z, curve); /* z^3 */ in apply_z() 1152 vli_mod_mult_fast(y1, y1, t1, curve); /* y1 * z^3 */ in apply_z() 1195 vli_mod_mult_fast(x1, x1, t5, curve); in xycz_add() 1197 vli_mod_mult_fast(x in xycz_add() [all...] |
Completed in 5 milliseconds