Searched refs:MP_RANGE (Results 1 – 11 of 11) sorted by relevance
6 exptv:1,-1,0:$MP_RANGE14 expt:16,-2,0:$MP_RANGE142 exptf:16,-2,0:$MP_RANGE
211 to-int:399392010000012093849283940182938492839481928349823984:$MP_RANGE212 to-int:-29381082039841029384018230948203801985928309481203984:$MP_RANGE221 to-uint:-15:$MP_RANGE223 to-uint:100000000000000000000000000000000000000000000000000:$MP_RANGE
39 if (excess_len < len) return MP_RANGE; in rsa_i2osp()90 if (msg_len > (buf_len - 11)) return MP_RANGE; in rsa_pkcs1v15_encode()142 return MP_RANGE; in s_rsa_transform()
428 CHECK(res == MP_RANGE ? MP_OK : MP_RANGE); in GMPZAPI()429 if (res != MP_RANGE) return 0; in GMPZAPI()446 CHECK(res == MP_RANGE ? MP_OK : MP_RANGE); in GMPZAPI()447 if (res != MP_RANGE) return 0; in GMPZAPI()
126 return MP_RANGE; in read_int_value()157 return MP_RANGE; in read_rat_value()359 *code = MP_RANGE; in parse_result_code()979 if (radix < MP_MIN_RADIX || radix > MP_MAX_RADIX) FAIL(MP_RANGE); in test_tostr()1387 FAIL(MP_RANGE); in test_qtostr()1424 FAIL(MP_RANGE); in test_qtodec()
38 const mp_result MP_RANGE = -3; /* argument out of range */ variable903 if (b < 0) return MP_RANGE; in mp_int_expt()927 if (b < 0) return MP_RANGE; in mp_int_expt_value()951 if (MP_SIGN(b) == MP_NEG) return MP_RANGE; in mp_int_expt_full()1042 if (CMPZ(b) < 0) return MP_RANGE; in mp_int_exptmod()1090 if (CMPZ(b) < 0) return MP_RANGE; in mp_int_exptmod_known()1121 if (CMPZ(a) == 0 || CMPZ(m) <= 0) return MP_RANGE; in mp_int_invmod()1400 return MP_RANGE; in mp_int_to_int()1423 return MP_RANGE; in mp_int_to_uint()
75 extern const mp_result MP_RANGE;
47 | `MP_RANGE` | parameter out of range |276 REQUIRE(MP_RANGE); /* falls through to cleanup (below) */348 with a smaller type, you may see `MP_RANGE` errors in some of the tests that
350 Fixed a bug in mp_int_to_uint() which was causing incorrect MP_RANGE
10 #define MP_RANGE ISL_MP_RANGE macro
970 if (ncopy < 1 || ncopy >= sp->used) return MP_RANGE; in cf_copy()1016 if (pos < 0 || pos >= sp->used - 1) return MP_RANGE; in cf_pick()1028 if (rdx < MP_MIN_RADIX || rdx > MP_MAX_RADIX) return MP_RANGE; in cf_setr()