reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1567 SETUP(mp_int_init_copy(LAST_TEMP(), a)); 1567 SETUP(mp_int_init_copy(LAST_TEMP(), a)); 1568 SETUP(mp_int_init_copy(LAST_TEMP(), a)); 1568 SETUP(mp_int_init_copy(LAST_TEMP(), a)); 1569 SETUP(mp_int_init(LAST_TEMP())); 1569 SETUP(mp_int_init(LAST_TEMP())); 1570 SETUP(mp_int_init(LAST_TEMP())); 1570 SETUP(mp_int_init(LAST_TEMP())); 1571 SETUP(mp_int_init(LAST_TEMP())); 1571 SETUP(mp_int_init(LAST_TEMP())); 1573 (void) mp_int_abs(TEMP(0), TEMP(0)); 1573 (void) mp_int_abs(TEMP(0), TEMP(0)); 1574 (void) mp_int_abs(TEMP(1), TEMP(1)); 1574 (void) mp_int_abs(TEMP(1), TEMP(1)); 1577 if ((res = mp_int_expt(TEMP(1), b, TEMP(2))) != MP_OK) 1577 if ((res = mp_int_expt(TEMP(1), b, TEMP(2))) != MP_OK) 1580 if (mp_int_compare_unsigned(TEMP(2), TEMP(0)) <= 0) 1580 if (mp_int_compare_unsigned(TEMP(2), TEMP(0)) <= 0) 1583 if ((res = mp_int_sub(TEMP(2), TEMP(0), TEMP(2))) != MP_OK) 1583 if ((res = mp_int_sub(TEMP(2), TEMP(0), TEMP(2))) != MP_OK) 1583 if ((res = mp_int_sub(TEMP(2), TEMP(0), TEMP(2))) != MP_OK) 1585 if ((res = mp_int_expt(TEMP(1), b - 1, TEMP(3))) != MP_OK) 1585 if ((res = mp_int_expt(TEMP(1), b - 1, TEMP(3))) != MP_OK) 1587 if ((res = mp_int_mul_value(TEMP(3), b, TEMP(3))) != MP_OK) 1587 if ((res = mp_int_mul_value(TEMP(3), b, TEMP(3))) != MP_OK) 1589 if ((res = mp_int_div(TEMP(2), TEMP(3), TEMP(4), NULL)) != MP_OK) 1589 if ((res = mp_int_div(TEMP(2), TEMP(3), TEMP(4), NULL)) != MP_OK) 1589 if ((res = mp_int_div(TEMP(2), TEMP(3), TEMP(4), NULL)) != MP_OK) 1591 if ((res = mp_int_sub(TEMP(1), TEMP(4), TEMP(4))) != MP_OK) 1591 if ((res = mp_int_sub(TEMP(1), TEMP(4), TEMP(4))) != MP_OK) 1591 if ((res = mp_int_sub(TEMP(1), TEMP(4), TEMP(4))) != MP_OK) 1594 if (mp_int_compare_unsigned(TEMP(1), TEMP(4)) == 0) { 1594 if (mp_int_compare_unsigned(TEMP(1), TEMP(4)) == 0) { 1595 if ((res = mp_int_sub_value(TEMP(4), 1, TEMP(4))) != MP_OK) 1595 if ((res = mp_int_sub_value(TEMP(4), 1, TEMP(4))) != MP_OK) 1598 if ((res = mp_int_copy(TEMP(4), TEMP(1))) != MP_OK) 1598 if ((res = mp_int_copy(TEMP(4), TEMP(1))) != MP_OK) 1602 if ((res = mp_int_copy(TEMP(1), c)) != MP_OK) 1609 CLEANUP_TEMP();