Lines Matching refs:ry
1283 u64 ry[2][ECC_MAX_DIGITS]; in ecc_point_mult() local
1297 vli_set(ry[1], point->y, ndigits); in ecc_point_mult()
1299 xycz_initial_double(rx[1], ry[1], rx[0], ry[0], initial_z, curve); in ecc_point_mult()
1303 xycz_add_c(rx[1 - nb], ry[1 - nb], rx[nb], ry[nb], curve); in ecc_point_mult()
1304 xycz_add(rx[nb], ry[nb], rx[1 - nb], ry[1 - nb], curve); in ecc_point_mult()
1308 xycz_add_c(rx[1 - nb], ry[1 - nb], rx[nb], ry[nb], curve); in ecc_point_mult()
1314 vli_mod_mult_fast(z, z, ry[1 - nb], curve); in ecc_point_mult()
1327 xycz_add(rx[nb], ry[nb], rx[1 - nb], ry[1 - nb], curve); in ecc_point_mult()
1329 apply_z(rx[0], ry[0], z, curve); in ecc_point_mult()
1332 vli_set(result->y, ry[0], ndigits); in ecc_point_mult()
1366 u64 *ry = result->y; in ecc_point_mult_shamir() local
1387 vli_set(ry, point->y, ndigits); in ecc_point_mult_shamir()
1392 ecc_point_double_jacobian(rx, ry, z, curve); in ecc_point_mult_shamir()
1404 xycz_add(tx, ty, rx, ry, curve); in ecc_point_mult_shamir()
1409 apply_z(rx, ry, z, curve); in ecc_point_mult_shamir()