Lines Matching refs:vli_mod_sub
497 static void vli_mod_sub(u64 *result, const u64 *left, const u64 *right,
1096 vli_mod_sub(z1, x1, z1, curve_prime, ndigits);
1117 vli_mod_sub(z1, z1, t5, curve_prime, ndigits);
1119 vli_mod_sub(z1, z1, t5, curve_prime, ndigits);
1121 vli_mod_sub(t5, t5, z1, curve_prime, ndigits);
1125 vli_mod_sub(t4, x1, t4, curve_prime, ndigits);
1179 vli_mod_sub(t5, x2, x1, curve_prime, ndigits);
1187 vli_mod_sub(y2, y2, y1, curve_prime, ndigits);
1192 vli_mod_sub(t5, t5, x1, curve_prime, ndigits);
1194 vli_mod_sub(t5, t5, x2, curve_prime, ndigits);
1196 vli_mod_sub(x2, x2, x1, curve_prime, ndigits);
1200 vli_mod_sub(x2, x1, t5, curve_prime, ndigits);
1204 vli_mod_sub(y2, y2, y1, curve_prime, ndigits);
1224 vli_mod_sub(t5, x2, x1, curve_prime, ndigits);
1234 vli_mod_sub(y2, y2, y1, curve_prime, ndigits);
1237 vli_mod_sub(t6, x2, x1, curve_prime, ndigits);
1245 vli_mod_sub(x2, x2, t6, curve_prime, ndigits);
1248 vli_mod_sub(t7, x1, x2, curve_prime, ndigits);
1252 vli_mod_sub(y2, y2, y1, curve_prime, ndigits);
1257 vli_mod_sub(t7, t7, t6, curve_prime, ndigits);
1259 vli_mod_sub(t6, t7, x1, curve_prime, ndigits);
1263 vli_mod_sub(y1, t6, y1, curve_prime, ndigits);
1304 vli_mod_sub(z, rx[1], rx[0], curve_prime, ndigits);
1339 vli_mod_sub(z, result->x, p->x, curve->p, ndigits);
1395 vli_mod_sub(tz, rx, tx, curve->p, ndigits);