Searched refs:sG (Results 1 - 1 of 1) sorted by relevance

/linux-master/crypto/
H A Dsm2.c329 struct gcry_mpi_point sG, tP; local
333 mpi_point_init(&sG);
350 /* sG + tP = (x1, y1) */
352 mpi_ec_mul_point(&sG, sig_s, ec->G, ec);
354 mpi_ec_add_points(&sG, &sG, &tP, ec);
355 if (mpi_ec_get_affine(x1, y1, &sG, ec))
369 mpi_point_free_parts(&sG);

Completed in 102 milliseconds