Lines Matching defs:code
20 int code;
28 /* return a char * string for a given code */
29 char *mp_error_to_string(int code)
35 if (msgs[x].code == code) {
40 /* generic reply for invalid code */
41 return "Invalid error code";
2317 /* top of loop, this is where the code resumes if
2521 * exptmod functions. Originally the call to the montgomery code was
2523 * for nothing (since 99% of the time the Montgomery code would be called)
2657 * the code with if statements everywhere.
2702 /* determine and setup reduction code */
4146 /* default the return code to an error */
4244 /* Algorithm succeeded set the return code to MP_OKAY */
8719 /* reverse an array, used for radix code */