Searched refs:mp_mod_2d (Results 1 - 7 of 7) sorted by relevance

/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/
H A Dbn_mp_mod_2d.c22 mp_mod_2d (mp_int * a, int b, mp_int * c) function
H A Dbn_mp_div_2d.c43 if ((res = mp_mod_2d (a, b, &t)) != MP_OKAY) {
H A Dbn_mp_reduce.c63 if ((res = mp_mod_2d (x, DIGIT_BIT * (um + 1), x)) != MP_OKAY) {
H A Dbn_mp_toom_mul.c43 if ((res = mp_mod_2d(a, DIGIT_BIT * B, &a0)) != MP_OKAY) {
51 mp_mod_2d(&a1, DIGIT_BIT * B, &a1);
59 if ((res = mp_mod_2d(b, DIGIT_BIT * B, &b0)) != MP_OKAY) {
67 mp_mod_2d(&b1, DIGIT_BIT * B, &b1);
H A Dbn_mp_toom_sqr.c36 if ((res = mp_mod_2d(a, DIGIT_BIT * B, &a0)) != MP_OKAY) {
44 mp_mod_2d(&a1, DIGIT_BIT * B, &a1);
H A Dtommath.h279 int mp_mod_2d(mp_int *a, int b, mp_int *c);
/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/src/tls/
H A Dlibtommath.c148 static int mp_mod_2d(mp_int * a, int b, mp_int * c);
1031 if ((res = mp_mod_2d (a, b, &t)) != MP_OKAY) {
1558 static int mp_mod_2d (mp_int * a, int b, mp_int * c) function
2283 if ((res = mp_mod_2d (x, DIGIT_BIT * (um + 1), x)) != MP_OKAY) {

Completed in 166 milliseconds