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

/external/openssl/crypto/ec/
H A Dectest.c1374 EC_POINT *G, *P, *Q, *Q_CHECK; local
1394 Q_CHECK = EC_POINT_new(NISTP);
1397 if(!EC_POINT_set_affine_coordinates_GFp(NISTP, Q_CHECK, x, y, ctx)) ABORT;
1412 if (0 != EC_POINT_cmp(NISTP, Q, Q_CHECK, ctx)) ABORT;
1415 if (0 != EC_POINT_cmp(NISTP, Q, Q_CHECK, ctx)) ABORT;
1426 if (0 != EC_POINT_cmp(NISTP, Q, Q_CHECK, ctx)) ABORT;
1429 if (0 != EC_POINT_cmp(NISTP, Q, Q_CHECK, ctx)) ABORT;
1436 if (0 != EC_POINT_cmp(NISTP, Q, Q_CHECK, ctx)) ABORT;
1439 if (0 != EC_POINT_cmp(NISTP, Q, Q_CHECK, ctx)) ABORT;
1445 if (0 != EC_POINT_cmp(NISTP, Q, Q_CHECK, ct
[all...]

Completed in 82 milliseconds