Searched refs:mp_int_mod (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/mit/isl/dist/imath_wrap/ |
H A D | wrap.h | 102 #define mp_int_mod isl_mp_int_mod macro
|
/netbsd-src/external/mit/isl/dist/imath/ |
H A D | imath.h | 210 mp_result mp_int_mod(mp_int a, mp_int m, mp_int c);
|
H A D | imath.c | 859 mp_result mp_int_mod(mp_int a, mp_int m, mp_int c) { in mp_int_mod() function 1057 REQUIRE(mp_int_mod(a, m, TEMP(0))); in mp_int_exptmod() 1104 REQUIRE(mp_int_mod(a, m, TEMP(0))); in mp_int_exptmod_known() 1132 REQUIRE(mp_int_mod(TEMP(1), m, TEMP(1))); in mp_int_invmod()
|