Searched refs:fast_mp_invmod (Results 1 - 4 of 4) sorted by relevance

/barrelfish-2018-10-04/lib/tommath/
H A Dbn_mp_invmod.c29 return fast_mp_invmod (a, b, c);
H A Dbn_fast_mp_invmod.c24 int fast_mp_invmod (mp_int * a, mp_int * b, mp_int * c) function
H A Dtommath.h565 int fast_mp_invmod(mp_int *a, mp_int *b, mp_int *c);
/barrelfish-2018-10-04/lib/tommath/pre_gen/
H A Dmpi.c76 int fast_mp_invmod (mp_int * a, mp_int * b, mp_int * c) function
3680 return fast_mp_invmod (a, b, c);

Completed in 54 milliseconds