Searched defs: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; local
142 MP_DIGITS(&Qx) = 0;
152 CHECK_MPI_OK( mp_init(&Qx, kmflag) );
200 CHECK_MPI_OK( ECPoints_mul(group, k1, k2, &Px, &Py, &Qx, &Qy) );
202 CHECK_MPI_OK( ECPoints_mul(group, k1, NULL, NULL, NULL, &Qx, &Qy) );
207 CHECK_MPI_OK( mp_to_fixlen_octets(&Qx, pointQ->data + 1,
225 mp_clear(&Qx);

Completed in 60 milliseconds