Lines Matching refs:ry
1336 u64 ry[2][ECC_MAX_DIGITS]; in ecc_point_mult() local
1353 vli_set(ry[1], point->y, ndigits); in ecc_point_mult()
1355 xycz_initial_double(rx[1], ry[1], rx[0], ry[0], initial_z, curve); in ecc_point_mult()
1359 xycz_add_c(rx[1 - nb], ry[1 - nb], rx[nb], ry[nb], curve); in ecc_point_mult()
1360 xycz_add(rx[nb], ry[nb], rx[1 - nb], ry[1 - nb], curve); in ecc_point_mult()
1364 xycz_add_c(rx[1 - nb], ry[1 - nb], rx[nb], ry[nb], curve); in ecc_point_mult()
1370 vli_mod_mult_fast(z, z, ry[1 - nb], curve); in ecc_point_mult()
1383 xycz_add(rx[nb], ry[nb], rx[1 - nb], ry[1 - nb], curve); in ecc_point_mult()
1385 apply_z(rx[0], ry[0], z, curve); in ecc_point_mult()
1388 vli_set(result->y, ry[0], ndigits); in ecc_point_mult()
1422 u64 *ry = result->y; in ecc_point_mult_shamir() local
1444 vli_set(ry, point->y, ndigits); in ecc_point_mult_shamir()
1449 ecc_point_double_jacobian(rx, ry, z, curve); in ecc_point_mult_shamir()
1462 xycz_add(tx, ty, rx, ry, curve); in ecc_point_mult_shamir()
1467 apply_z(rx, ry, z, curve); in ecc_point_mult_shamir()