reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1275 CHECK(a != NULL && m != NULL && c != NULL); 1277 if (CMPZ(a) == 0 || CMPZ(m) <= 0) 1285 if ((res = mp_int_egcd(a, m, TEMP(0), TEMP(1), NULL)) != MP_OK) 1294 if ((res = mp_int_mod(TEMP(1), m, TEMP(1))) != MP_OK) 1303 res = mp_int_sub(m, TEMP(1), c);