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

/openjdk7/jdk/src/share/native/sun/security/ec/impl/
H A Dec2_aff.c99 if (mp_cmp(px, qx) != 0) {
115 if (((mp_cmp(py, qy) != 0)) || (mp_cmp_z(qx) == 0)) {
300 if ((MP_SIGN(px) == MP_NEG) || (mp_cmp(px, &group->meth->irr) >= 0) ||
301 (MP_SIGN(py) == MP_NEG) || (mp_cmp(py, &group->meth->irr) >= 0)) {
H A Decp_aff.c106 if (mp_cmp(px, qx) != 0) {
113 if (((mp_cmp(py, qy) != 0)) || (mp_cmp_z(qy) == 0)) {
313 if ((MP_SIGN(px) == MP_NEG) || (mp_cmp(px, &group->meth->irr) >= 0) ||
314 (MP_SIGN(py) == MP_NEG) || (mp_cmp(py, &group->meth->irr) >= 0)) {
H A Decl_mult.c61 if (mp_cmp(k, &group->order) > 0) {
324 if (mp_cmp(k1, &group->order) >= 0) {
335 if (mp_cmp(k2, &group->order) >= 0) {
H A Dmpmontg.c108 if ((res = mp_cmp(T, &mmm->N)) >= 0) {
H A Decl_gf.c217 if (mp_cmp(r, &meth->irr) >= 0) {
316 ((r2 == a2) && mp_cmp(r,&meth->irr) != MP_LT)) {
406 ((r3 == a3) && mp_cmp(r,&meth->irr) != MP_LT)) {
492 ((r4 == a4) && mp_cmp(r,&meth->irr) != MP_LT)) {
575 ((r5 == a5) && mp_cmp(r,&meth->irr) != MP_LT)) {
H A Dec.c699 if ((mp_cmp_z(&k) <= 0) || (mp_cmp(&k, &n) >= 0)) {
951 mp_cmp(&r_, &n) >= 0 || mp_cmp(&s_, &n) >= 0) {
1037 if (mp_cmp(&v, &r_)) {
H A Dmpi.h307 int mp_cmp(const mp_int *a, const mp_int *b);
H A Decp_256.c254 if (mp_cmp(r,&meth->irr) != MP_LT) {
H A Dmpi.c1672 /* {{{ mp_cmp(a, b) */
1674 int mp_cmp(const mp_int *a, const mp_int *b) function
1695 } /* end mp_cmp() */
1733 out = mp_cmp(a, &tmp);
2001 if(mp_cmp(&u, &v) >= 0) {
2119 diff_sign = mp_cmp(&f, &g);
2320 if (mp_cmp(&t1, &t0) == MP_EQ)
4413 while(mp_cmp(x, m) >= 0) {

Completed in 3796 milliseconds