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

/illumos-gate/usr/src/common/mpi/
H A Dmplogic.c164 ARGCHK(ix <= MP_USED(a) - 1, MP_RANGE);
189 ARGCHK(MP_HOWMANY(lsbNum, MP_DIGIT_BIT) <= MP_USED(a), MP_RANGE); local
H A Dmpi.c83 "argument out of range", /* MP_RANGE */
577 return MP_RANGE;
1025 return MP_RANGE;
1142 return MP_RANGE;
1231 return MP_RANGE;
1335 return MP_RANGE;
1517 return MP_RANGE;
1800 return MP_RANGE;
1943 return MP_RANGE;
2229 return MP_RANGE;
[all...]
H A Dmpi.h124 #define MP_RANGE -3 /* argument out of range */ macro
/illumos-gate/usr/src/common/crypto/ecc/
H A Decl_gf.c254 if (res == MP_RANGE) {

Completed in 155 milliseconds