Home
last modified time | relevance | path

Searched refs:mp_int_mod (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/mit/isl/dist/imath_wrap/
H A Dwrap.h102 #define mp_int_mod isl_mp_int_mod macro
/netbsd-src/external/mit/isl/dist/imath/
H A Dimath.h210 mp_result mp_int_mod(mp_int a, mp_int m, mp_int c);
H A Dimath.c859 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()