HomeSort by: relevance | last modified time | path
    Searched defs:mp_int_exptmod (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mit/isl/dist/imath_wrap/
wrap.h 87 #define mp_int_exptmod isl_mp_int_exptmod macro
  /src/external/mit/isl/dist/imath/
imath.c 1037 mp_result mp_int_exptmod(mp_int a, mp_int b, mp_int m, mp_int c) { function
1072 return mp_int_exptmod(a, &vtmp, m, c);
1081 return mp_int_exptmod(&vtmp, b, m, c);

Completed in 22 milliseconds