• Home
  • Raw
  • Download

Lines Matching refs:CLEANUP

164  CLEANUP: \
172 goto CLEANUP; \
879 goto CLEANUP; in mp_int_div()
890 goto CLEANUP; in mp_int_div()
899 if ((res = s_udiv_knuth(qout, rout)) != MP_OK) goto CLEANUP; in mp_int_div()
902 if (q && (res = mp_int_copy(a, q)) != MP_OK) goto CLEANUP; in mp_int_div()
903 if (r && (res = mp_int_copy(a, r)) != MP_OK) goto CLEANUP; in mp_int_div()
921 if (q && (res = mp_int_copy(qout, q)) != MP_OK) goto CLEANUP; in mp_int_div()
922 if (r && (res = mp_int_copy(rout, r)) != MP_OK) goto CLEANUP; in mp_int_div()
943 goto CLEANUP; in mp_int_mod()
950 CLEANUP: in mp_int_mod()
967 goto CLEANUP; in mp_int_div_value()
972 CLEANUP: in mp_int_div_value()
1009 goto CLEANUP; in mp_int_expt()
1016 goto CLEANUP; in mp_int_expt()
1019 CLEANUP: in mp_int_expt()
1041 goto CLEANUP; in mp_int_expt_value()
1048 goto CLEANUP; in mp_int_expt_value()
1051 CLEANUP: in mp_int_expt_value()
1076 goto CLEANUP; in mp_int_expt_full()
1083 goto CLEANUP; in mp_int_expt_full()
1087 CLEANUP: in mp_int_expt_full()
1191 if ((res = mp_int_mod(a, m, TEMP(0))) != MP_OK) goto CLEANUP; in mp_int_exptmod()
1193 if ((res = s_brmu(TEMP(1), m)) != MP_OK) goto CLEANUP; in mp_int_exptmod()
1196 goto CLEANUP; in mp_int_exptmod()
1251 if ((res = mp_int_mod(a, m, TEMP(0))) != MP_OK) goto CLEANUP; in mp_int_exptmod_known()
1254 goto CLEANUP; in mp_int_exptmod_known()
1286 goto CLEANUP; in mp_int_invmod()
1290 goto CLEANUP; in mp_int_invmod()
1295 goto CLEANUP; in mp_int_invmod()
1347 goto CLEANUP; in mp_int_gcd()
1351 goto CLEANUP; in mp_int_gcd()
1359 goto CLEANUP; in mp_int_gcd()
1363 goto CLEANUP; in mp_int_gcd()
1367 goto CLEANUP; in mp_int_gcd()
1374 goto CLEANUP; in mp_int_gcd()
1378 CLEANUP: in mp_int_gcd()
1444 goto CLEANUP; in mp_int_egcd()
1446 goto CLEANUP; in mp_int_egcd()
1458 goto CLEANUP; in mp_int_egcd()
1460 goto CLEANUP; in mp_int_egcd()
1468 if ((res = mp_int_sub(TEMP(4), TEMP(5), TEMP(4))) != MP_OK) goto CLEANUP; in mp_int_egcd()
1469 if ((res = mp_int_sub(TEMP(0), TEMP(2), TEMP(0))) != MP_OK) goto CLEANUP; in mp_int_egcd()
1470 if ((res = mp_int_sub(TEMP(1), TEMP(3), TEMP(1))) != MP_OK) goto CLEANUP; in mp_int_egcd()
1473 if ((res = mp_int_sub(TEMP(5), TEMP(4), TEMP(5))) != MP_OK) goto CLEANUP; in mp_int_egcd()
1474 if ((res = mp_int_sub(TEMP(2), TEMP(0), TEMP(2))) != MP_OK) goto CLEANUP; in mp_int_egcd()
1475 if ((res = mp_int_sub(TEMP(3), TEMP(1), TEMP(3))) != MP_OK) goto CLEANUP; in mp_int_egcd()
1479 if (x && (res = mp_int_copy(TEMP(2), x)) != MP_OK) goto CLEANUP; in mp_int_egcd()
1480 if (y && (res = mp_int_copy(TEMP(3), y)) != MP_OK) goto CLEANUP; in mp_int_egcd()
1484 goto CLEANUP; in mp_int_egcd()
1514 goto CLEANUP; in mp_int_lcm()
1516 goto CLEANUP; in mp_int_lcm()
1518 goto CLEANUP; in mp_int_lcm()
1522 CLEANUP: in mp_int_lcm()
1578 goto CLEANUP; in mp_int_root()
1584 goto CLEANUP; in mp_int_root()
1586 goto CLEANUP; in mp_int_root()
1588 goto CLEANUP; in mp_int_root()
1590 goto CLEANUP; in mp_int_root()
1592 goto CLEANUP; in mp_int_root()
1596 goto CLEANUP; in mp_int_root()
1599 goto CLEANUP; in mp_int_root()
1603 goto CLEANUP; in mp_int_root()
2776 res = MP_MEMORY; goto CLEANUP; in s_embar()
2785 res = MP_MEMORY; goto CLEANUP; in s_embar()
2800 res = MP_MEMORY; goto CLEANUP; in s_embar()
2810 res = MP_MEMORY; goto CLEANUP; in s_embar()
2913 if ((res = mp_int_init_size(&t, n + 1)) != MP_OK) goto CLEANUP; in s_udiv_knuth()
3012 CLEANUP: in s_udiv_knuth()