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

/macosx-10.9.5/Security-55471.14.18/include/security_cryptkit/
H A DcurveParams.c18 * Added y1Plus for IEEE P1363 compliance.
74 const arrayDigit *y1Plus; // optional, currently only used for ECDSA curves member in struct:__anon3677
131 NULL, // y1Plus
150 NULL, // y1Plus
170 NULL, // y1Plus
190 NULL, // y1Plus
210 NULL, // y1Plus
230 NULL, // y1Plus
250 NULL, // y1Plus
269 NULL, // y1Plus
[all...]
H A DcurveParams.h16 * Added y1Plus for IEEE P1363 compliance.
89 giant y1Plus; member in struct:__anon3678
H A DfeeECDSA.c30 G = initial public point = (x1Plus, y1Plus) as usual
300 gtog(cp->y1Plus, pty);
512 * 6) Compute h1G = h1 'o' G (G = {x1Plus, y1Plus, 1} )
514 CKASSERT((cp->y1Plus != NULL) && !isZero(cp->y1Plus));
517 gtog(cp->y1Plus, h1G->y);
H A DfeeDigitalSignature.c160 gtog(cp->y1Plus, pt0.y);
492 gtog(cp->y1Plus, Q.y);
H A Delliptic.c361 CKASSERT((cp->y1Plus != NULL) && (!isZero(cp->y1Plus)));
364 /* pt1 := {x1Plus, y1Plus, 1} */
366 gtog(cp->y1Plus, pt1->y);
/macosx-10.9.5/Security-55471.14.18/libsecurity_cryptkit/lib/
H A DcurveParams.c18 * Added y1Plus for IEEE P1363 compliance.
74 const arrayDigit *y1Plus; // optional, currently only used for ECDSA curves member in struct:__anon4392
131 NULL, // y1Plus
150 NULL, // y1Plus
170 NULL, // y1Plus
190 NULL, // y1Plus
210 NULL, // y1Plus
230 NULL, // y1Plus
250 NULL, // y1Plus
269 NULL, // y1Plus
[all...]
H A DcurveParams.h16 * Added y1Plus for IEEE P1363 compliance.
89 giant y1Plus; member in struct:__anon4393
H A DfeeECDSA.c30 G = initial public point = (x1Plus, y1Plus) as usual
300 gtog(cp->y1Plus, pty);
512 * 6) Compute h1G = h1 'o' G (G = {x1Plus, y1Plus, 1} )
514 CKASSERT((cp->y1Plus != NULL) && !isZero(cp->y1Plus));
517 gtog(cp->y1Plus, h1G->y);
H A DfeeDigitalSignature.c160 gtog(cp->y1Plus, pt0.y);
492 gtog(cp->y1Plus, Q.y);
H A Delliptic.c361 CKASSERT((cp->y1Plus != NULL) && (!isZero(cp->y1Plus)));
364 /* pt1 := {x1Plus, y1Plus, 1} */
366 gtog(cp->y1Plus, pt1->y);

Completed in 198 milliseconds