Searched defs:mp_mod (Results 1 - 8 of 8) sorted by relevance

/external/dropbear/libtommath/
H A Dbn_mp_mod.c20 mp_mod (mp_int * a, mp_int * b, mp_int * c) function
/external/dropbear/libtomcrypt/src/headers/
H A Dtomcrypt_math.h479 #define mp_mod(a, b, c) ltc_mp.mpdiv(a, b, NULL, c) macro
/external/dropbear/libtommath/mtest/
H A Dmpi.c1345 /* {{{ mp_mod(a, m, c) */
1348 mp_mod(a, m, c)
1353 mp_err mp_mod(mp_int *a, mp_int *m, mp_int *c) function
1402 } /* end mp_mod() */
1541 if((res = mp_mod(c, m, c)) != MP_OKAY)
1566 if((res = mp_mod(c, m, c)) != MP_OKAY)
1591 if((res = mp_mod(c, m, c)) != MP_OKAY)
1611 if((res = mp_mod(c, m, c)) != MP_OKAY)
1651 if((res = mp_mod(&x, m, &x)) != MP_OKAY ||
1738 (res = mp_mod(
[all...]
/external/wpa_supplicant_6/wpa_supplicant/src/tls/
H A Dlibtommath.c160 static int mp_mod(mp_int * a, mp_int * b, mp_int * c);
540 res = mp_mod (&t, c, d);
547 static int mp_mod (mp_int * a, mp_int * b, mp_int * c) function
772 if ((res = mp_mod(a, b, &x)) != MP_OKAY) {
1941 if ((err = mp_mod (G, P, &M[1])) != MP_OKAY) {
3072 if ((err = mp_mod(G, P, &M[1])) != MP_OKAY) {
/external/wpa_supplicant_8/hostapd/src/tls/
H A Dlibtommath.c160 static int mp_mod(mp_int * a, mp_int * b, mp_int * c);
540 res = mp_mod (&t, c, d);
547 static int mp_mod (mp_int * a, mp_int * b, mp_int * c) function
772 if ((res = mp_mod(a, b, &x)) != MP_OKAY) {
1941 if ((err = mp_mod (G, P, &M[1])) != MP_OKAY) {
3072 if ((err = mp_mod(G, P, &M[1])) != MP_OKAY) {
/external/wpa_supplicant_8/src/tls/
H A Dlibtommath.c160 static int mp_mod(mp_int * a, mp_int * b, mp_int * c);
540 res = mp_mod (&t, c, d);
547 static int mp_mod (mp_int * a, mp_int * b, mp_int * c) function
772 if ((res = mp_mod(a, b, &x)) != MP_OKAY) {
1941 if ((err = mp_mod (G, P, &M[1])) != MP_OKAY) {
3072 if ((err = mp_mod(G, P, &M[1])) != MP_OKAY) {
/external/wpa_supplicant_8/wpa_supplicant/src/tls/
H A Dlibtommath.c160 static int mp_mod(mp_int * a, mp_int * b, mp_int * c);
540 res = mp_mod (&t, c, d);
547 static int mp_mod (mp_int * a, mp_int * b, mp_int * c) function
772 if ((res = mp_mod(a, b, &x)) != MP_OKAY) {
1941 if ((err = mp_mod (G, P, &M[1])) != MP_OKAY) {
3072 if ((err = mp_mod(G, P, &M[1])) != MP_OKAY) {
/external/dropbear/libtommath/pre_gen/
H A Dmpi.c97 if ((res = mp_mod (a, b, &y)) != MP_OKAY) {
1016 res = mp_mod (&t, c, d);
2781 if ((err = mp_mod(G, P, &M[1])) != MP_OKAY) {
3729 if ((res = mp_mod(a, b, &x)) != MP_OKAY) {
3949 if ((res = mp_mod(arg,&t,&t)) != MP_OKAY) {
3955 * is already equal to MP_OKAY from the mp_mod call
4071 if ((res = mp_mod (p, &a1, &p1)) != MP_OKAY) {
4545 mp_mod (mp_int * a, mp_int * b, mp_int * c) function
5275 res = mp_mod (&t, c, d);
7358 res = mp_mod (
[all...]

Completed in 450 milliseconds