Home | History | Annotate | Download | only in libtommath

Lines Matching refs:ERR

78      goto ERR;
82 * free "t" so the easiest way is to goto ERR. We know that res
85 if ( (1L<<(r%11)) & 0x5C4L ) goto ERR;
86 if ( (1L<<(r%13)) & 0x9E4L ) goto ERR;
87 if ( (1L<<(r%17)) & 0x5CE8L ) goto ERR;
88 if ( (1L<<(r%19)) & 0x4F50CL ) goto ERR;
89 if ( (1L<<(r%23)) & 0x7ACCA0L ) goto ERR;
90 if ( (1L<<(r%29)) & 0xC2EDD0CL ) goto ERR;
91 if ( (1L<<(r%31)) & 0x6DE2B848L ) goto ERR;
95 goto ERR;
98 goto ERR;
102 ERR:mp_clear(&t);