Searched refs:mp_init_multi (Results 1 - 13 of 13) sorted by relevance

/barrelfish-2018-10-04/lib/tommath/
H A Dbn_mp_init_multi.c19 int mp_init_multi(mp_int *mp, ...) function
H A Dbn_mp_lcm.c25 if ((res = mp_init_multi (&t1, &t2, NULL)) != MP_OKAY) {
H A Dbn_fast_mp_invmod.c35 if ((res = mp_init_multi(&x, &y, &u, &v, &B, &D, NULL)) != MP_OKAY) {
H A Dbn_mp_exteuclid.c26 if ((err = mp_init_multi(&u1, &u2, &u3, &v1, &v2, &v3, &t1, &t2, &t3, &q, &tmp, NULL)) != MP_OKAY) {
H A Dbn_mp_invmod_slow.c30 if ((res = mp_init_multi(&x, &y, &u, &v,
H A Dbn_mp_toom_mul.c31 if ((res = mp_init_multi(&w0, &w1, &w2, &w3, &w4,
H A Dbn_mp_toom_sqr.c26 if ((res = mp_init_multi(&w0, &w1, &w2, &w3, &w4, &a0, &a1, &a2, &tmp1, NULL)) != MP_OKAY) {
H A Dbn_mp_div.c45 if ((res = mp_init_multi(&ta, &tb, &tq, &q, NULL) != MP_OKAY)) {
H A Dtommath.h203 int mp_init_multi(mp_int *mp, ...);
H A Dbn.tex449 int mp_init_multi(mp_int *mp, ...);
463 if ((result = mp_init_multi(&num1,
826 if ((result = mp_init_multi(&number1, &number2, NULL)) != MP_OKAY) \{
884 if ((result = mp_init_multi(&number1, &number2, NULL)) != MP_OKAY) \{
1172 if ((result = mp_init_multi(&number1,
/barrelfish-2018-10-04/lib/tommath/etc/
H A Dmont.c17 mp_init_multi(&modulus, &R, &p, &pp, NULL);
H A D2kprime.c16 mp_init_multi(&q, &p, NULL);
/barrelfish-2018-10-04/lib/tommath/pre_gen/
H A Dmpi.c87 if ((res = mp_init_multi(&x, &y, &u, &v, &B, &D, NULL)) != MP_OKAY) {
1600 if ((res = mp_init_multi(&ta, &tb, &tq, &q, NULL) != MP_OKAY)) {
2973 if ((err = mp_init_multi(&u1, &u2, &u3, &v1, &v2, &v3, &t1, &t2, &t3, &q, &tmp, NULL)) != MP_OKAY) {
3484 int mp_init_multi(mp_int *mp, ...) function
3728 if ((res = mp_init_multi(&x, &y, &u, &v,
4420 if ((res = mp_init_multi (&t1, &t2, NULL)) != MP_OKAY) {
7861 if ((res = mp_init_multi(&w0, &w1, &w2, &w3, &w4,
8144 if ((res = mp_init_multi(&w0, &w1, &w2, &w3, &w4, &a0, &a1, &a2, &tmp1, NULL)) != MP_OKAY) {

Completed in 68 milliseconds