Searched defs:mp_sub (Results 1 - 6 of 6) sorted by relevance

/external/dropbear/libtommath/
H A Dbn_mp_sub.c20 mp_sub (mp_int * a, mp_int * b, mp_int * c) function
/external/dropbear/libtomcrypt/src/headers/
H A Dtomcrypt_math.h472 #define mp_sub(a, b, c) ltc_mp.sub(a, b, c) macro
/external/dropbear/libtommath/mtest/
H A Dmpi.c955 /* {{{ mp_sub(a, b, c) */
958 mp_sub(a, b, c)
963 mp_err mp_sub(mp_int *a, mp_int *b, mp_int *c) function
1037 } /* end mp_sub() */
1485 (res = mp_sub(&t, a, &t)) != MP_OKAY)
1499 if((res = mp_sub(&x, &t, &x)) != MP_OKAY)
1564 if((res = mp_sub(a, b, c)) != MP_OKAY)
1989 if((res = mp_sub(&u, &v, &t)) != MP_OKAY)
2118 if((res = mp_sub(&B, &xc, &B)) != MP_OKAY) goto CLEANUP;
2131 if((res = mp_sub(
[all...]
/external/wpa_supplicant/
H A Dlibtommath.c403 static int mp_sub (mp_int * a, mp_int * b, mp_int * c) function
761 if ((res = mp_sub (&B, &x, &B)) != MP_OKAY) {
786 if ((res = mp_sub (&D, &x, &D)) != MP_OKAY) {
802 if ((res = mp_sub (&u, &v, &u)) != MP_OKAY) {
806 if ((res = mp_sub (&A, &C, &A)) != MP_OKAY) {
810 if ((res = mp_sub (&B, &D, &B)) != MP_OKAY) {
815 if ((res = mp_sub (&v, &u, &v)) != MP_OKAY) {
819 if ((res = mp_sub (&C, &A, &C)) != MP_OKAY) {
823 if ((res = mp_sub (&D, &B, &D)) != MP_OKAY) {
849 if ((res = mp_sub(
[all...]
/external/wpa_supplicant_6/wpa_supplicant/src/tls/
H A Dlibtommath.c443 static int mp_sub (mp_int * a, mp_int * b, mp_int * c) function
808 if ((res = mp_sub (&B, &x, &B)) != MP_OKAY) {
833 if ((res = mp_sub (&D, &x, &D)) != MP_OKAY) {
849 if ((res = mp_sub (&u, &v, &u)) != MP_OKAY) {
853 if ((res = mp_sub (&A, &C, &A)) != MP_OKAY) {
857 if ((res = mp_sub (&B, &D, &B)) != MP_OKAY) {
862 if ((res = mp_sub (&v, &u, &v)) != MP_OKAY) {
866 if ((res = mp_sub (&C, &A, &C)) != MP_OKAY) {
870 if ((res = mp_sub (&D, &B, &D)) != MP_OKAY) {
896 if ((res = mp_sub(
[all...]
/external/dropbear/libtommath/pre_gen/
H A Dmpi.c119 if ((res = mp_sub (&B, &x, &B)) != MP_OKAY) {
138 if ((res = mp_sub (&D, &x, &D)) != MP_OKAY) {
151 if ((res = mp_sub (&u, &v, &u)) != MP_OKAY) {
155 if ((res = mp_sub (&B, &D, &B)) != MP_OKAY) {
160 if ((res = mp_sub (&v, &u, &v)) != MP_OKAY) {
164 if ((res = mp_sub (&D, &B, &D)) != MP_OKAY) {
1616 if (((res = mp_sub(&ta, &tb, &ta)) != MP_OKAY) ||
1731 if ((res = mp_sub (&x, &y, &x)) != MP_OKAY) {
1793 if ((res = mp_sub (&x, &t1, &x)) != MP_OKAY) {
2987 if ((err = mp_sub(
7475 mp_sub (mp_int * a, mp_int * b, mp_int * c) function
[all...]

Completed in 48 milliseconds