Searched refs:mp_exptmod (Results 1 - 12 of 12) sorted by relevance

/barrelfish-2018-10-04/lib/tommath/
H A Dbn_mp_prime_fermat.c45 if ((err = mp_exptmod (b, a, a, &t)) != MP_OKAY) {
H A Dbn_mp_exptmod.c24 int mp_exptmod (mp_int * G, mp_int * X, mp_int * P, mp_int * Y) function
59 err = mp_exptmod(&tmpG, &tmpX, P, Y);
H A Dbn_mp_prime_miller_rabin.c65 if ((err = mp_exptmod (b, &r, a, &y)) != MP_OKAY) {
H A Dtommath.h444 int mp_exptmod(mp_int *a, mp_int *b, mp_int *c, mp_int *d);
H A Dbn.tex1559 int mp_exptmod (mp_int * G, mp_int * X, mp_int * P, mp_int * Y)
/barrelfish-2018-10-04/lib/tommath/etc/
H A Dpprime.c268 if ((res = mp_exptmod (&x, &a, &n, &y)) != MP_OKAY) { /* y = x^a mod n */
285 if ((res = mp_exptmod (&x, &b, &n, &y)) != MP_OKAY) { /* y = x^b mod n */
302 if ((res = mp_exptmod (&x, &c, &n, &y)) != MP_OKAY) { /* y = x^ab mod n */
/barrelfish-2018-10-04/lib/tommath/demo/
H A Dtiming.c258 DO(mp_exptmod(&c, &b, &a, &d));
265 mp_exptmod(&c, &b, &a, &e); /* c^(p-1-b) mod a */
H A Ddemo.c639 mp_exptmod(&e, &b, &c, &e);
/barrelfish-2018-10-04/lib/tommath/mtest/
H A Dmpi.h153 mp_err mp_exptmod(mp_int *a, mp_int *b, mp_int *m, mp_int *c);
H A Dmtest.c238 mp_exptmod(&a, &b, &c, &d);
H A Dmpi.c1621 /* {{{ mp_exptmod(a, b, m, c) */
1624 mp_exptmod(a, b, m, c)
1634 mp_err mp_exptmod(mp_int *a, mp_int *b, mp_int *m, mp_int *c) function
1715 } /* end mp_exptmod() */
/barrelfish-2018-10-04/lib/tommath/pre_gen/
H A Dmpi.c2530 int mp_exptmod (mp_int * G, mp_int * X, mp_int * P, mp_int * Y) function
2565 err = mp_exptmod(&tmpG, &tmpX, P, Y);
5571 if ((err = mp_exptmod (b, a, a, &t)) != MP_OKAY) {
5798 if ((err = mp_exptmod (b, &r, a, &y)) != MP_OKAY) {

Completed in 113 milliseconds