reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
141 mp_result mp_int_mod(mp_int a, mp_int m, mp_int c); /* c = a % m */
1191 if ((res = mp_int_mod(a, m, TEMP(0))) != MP_OK) goto CLEANUP; 1251 if ((res = mp_int_mod(a, m, TEMP(0))) != MP_OK) goto CLEANUP; 1294 if ((res = mp_int_mod(TEMP(1), m, TEMP(1))) != MP_OK)