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

/linux-master/crypto/
H A Dsm2.c329 struct gcry_mpi_point sG, tP; local
334 mpi_point_init(&tP);
350 /* sG + tP = (x1, y1) */
353 mpi_ec_mul_point(&tP, t, ec->Q, ec);
354 mpi_ec_add_points(&sG, &sG, &tP, ec);
370 mpi_point_free_parts(&tP);

Completed in 194 milliseconds