Home
last modified time | relevance | path

Searched refs:Qy (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/common/crypto/ecc/
H A Dec.c90 mp_int Px, Py, Qx, Qy; in ec_points_mul() local
143 MP_DIGITS(&Qy) = 0; in ec_points_mul()
153 CHECK_MPI_OK( mp_init(&Qy, kmflag) ); in ec_points_mul()
200 CHECK_MPI_OK( ECPoints_mul(group, k1, k2, &Px, &Py, &Qx, &Qy) ); in ec_points_mul()
202 CHECK_MPI_OK( ECPoints_mul(group, k1, NULL, NULL, NULL, &Qx, &Qy) ); in ec_points_mul()
209 CHECK_MPI_OK( mp_to_fixlen_octets(&Qy, pointQ->data + 1 + len, in ec_points_mul()
226 mp_clear(&Qy); in ec_points_mul()