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

/openjdk7/jdk/src/share/native/sun/security/ec/impl/
H A Decl.c264 if (group == NULL) { res = MP_UNDEF; goto CLEANUP; }
273 if (group == NULL) { res = MP_UNDEF; goto CLEANUP; }
279 if (group == NULL) { res = MP_UNDEF; goto CLEANUP; }
288 if (group == NULL) { res = MP_UNDEF; goto CLEANUP; }
294 if (group == NULL) { res = MP_UNDEF; goto CLEANUP; }
302 if (group == NULL) { res = MP_UNDEF; goto CLEANUP; }
309 if (group == NULL) { res = MP_UNDEF; goto CLEANUP; }
318 if (group == NULL) { res = MP_UNDEF; goto CLEANUP; }
323 if (group == NULL) { res = MP_UNDEF; goto CLEANUP; }
337 res = MP_UNDEF;
[all...]
H A Dmpmontg.c78 #define ABORT res = MP_UNDEF; goto CLEANUP
83 #define ABORT res = MP_UNDEF; goto CLEANUP
109 res = MP_UNDEF;
H A Dmpi.h121 #define MP_UNDEF -5 /* answer is undefined */ macro
122 #define MP_LAST_CODE MP_UNDEF
H A Dmpi.c74 "result is undefined" /* MP_UNDEF */
2101 res = MP_UNDEF;
2108 res = MP_UNDEF;
2124 res = MP_UNDEF; /* a and p are not relatively prime */
2221 return MP_UNDEF;
2266 res = MP_UNDEF;
2292 return MP_UNDEF;
2325 res = MP_UNDEF;
2420 MP_UNDEF is returned, and there is no inverse.
2435 return MP_UNDEF; /* no
[all...]
H A Dec.c519 * error code to the caller. Set err to MP_UNDEF because
526 err = MP_UNDEF;
H A Decl_gf.c161 res = MP_UNDEF;

Completed in 45 milliseconds