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; 1479 if (x && (res = mp_int_copy(TEMP(2), x)) != MP_OK) goto CLEANUP; 1479 if (x && (res = mp_int_copy(TEMP(2), x)) != MP_OK) goto CLEANUP;