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

/openjdk7/jdk/src/share/native/sun/security/ec/impl/
H A Dmplogic.h55 #define MP_EVEN MP_YES
H A Dec2_aff.c51 return MP_YES;
293 if (ec_GF2m_pt_is_inf_aff(px, py) == MP_YES) {
333 if (ec_GF2m_pt_is_inf_aff(&pxt, &pyt) != MP_YES) {
338 res = MP_YES;
H A Decp_aff.c55 return MP_YES;
306 if (ec_GFp_pt_is_inf_aff(px, py) == MP_YES) {
344 if (ec_GFp_pt_is_inf_aff(&pxt, &pyt) != MP_YES) {
349 res = MP_YES;
H A Decp_jm.c72 if (ec_GFp_pt_is_inf_jac(px, py, pz) == MP_YES) {
146 if (ec_GFp_pt_is_inf_jac(px, py, pz) == MP_YES) {
154 if (ec_GFp_pt_is_inf_aff(qx, qy) == MP_YES) {
H A Decp_jac.c62 if (ec_GFp_pt_is_inf_aff(px, py) == MP_YES) {
95 if (ec_GFp_pt_is_inf_jac(px, py, pz) == MP_YES) {
166 if (ec_GFp_pt_is_inf_jac(px, py, pz) == MP_YES) {
170 if (ec_GFp_pt_is_inf_aff(qx, qy) == MP_YES) {
248 if (ec_GFp_pt_is_inf_jac(px, py, pz) == MP_YES) {
H A Dec2_mont.c204 if ((mp_cmp_z(n) == 0) || (ec_GF2m_pt_is_inf_aff(px, py) == MP_YES)) {
H A Decl.c62 group->constructed = MP_YES;
H A Dmpi.h116 #define MP_YES 0 /* yes (boolean result) */ macro
H A Dec.c532 if ((err = ECPoint_validate(group, &Px, &Py)) < MP_YES) {
H A Decl_gf.c60 meth->constructed = MP_YES;

Completed in 44 milliseconds