Home
last modified time | relevance | path

Searched refs:Qx (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
142 MP_DIGITS(&Qx) = 0; in ec_points_mul()
152 CHECK_MPI_OK( mp_init(&Qx, 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()
207 CHECK_MPI_OK( mp_to_fixlen_octets(&Qx, pointQ->data + 1, in ec_points_mul()
225 mp_clear(&Qx); in ec_points_mul()