Searched defs:mp_sqrmod (Results 1 - 4 of 4) sorted by relevance

/barrelfish-2018-10-04/lib/tommath/
H A Dbn_mp_sqrmod.c20 mp_sqrmod (mp_int * a, mp_int * b, mp_int * c) function
/barrelfish-2018-10-04/lib/tommath/mtest/
H A Dmpi.h151 #define mp_sqrmod(a, m, c) mp_mulmod(a, a, m, c) macro
H A Dmpi.c1603 mp_err mp_sqrmod(mp_int *a, mp_int *m, mp_int *c) function
/barrelfish-2018-10-04/lib/tommath/pre_gen/
H A Dmpi.c7355 mp_sqrmod (mp_int * a, mp_int * b, mp_int * c) function

Completed in 92 milliseconds