reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1398 (x != NULL || y != NULL)); 1406 mp_int_zero(x); (void) mp_int_set_value(y, 1); return MP_OK; 1410 (void) mp_int_set_value(x, 1); mp_int_zero(y); return MP_OK; 1480 if (y && (res = mp_int_copy(TEMP(3), y)) != MP_OK) goto CLEANUP; 1480 if (y && (res = mp_int_copy(TEMP(3), y)) != MP_OK) goto CLEANUP;