Searched refs:s_mp_sub (Results 1 - 22 of 22) sorted by relevance

/external/dropbear/libtommath/
H A Dbn_mp_add.c40 res = s_mp_sub (b, a, c);
43 res = s_mp_sub (a, b, c);
H A Dbn_mp_sub.c43 res = s_mp_sub (a, b, c);
49 res = s_mp_sub (b, a, c);
H A Dbn_mp_reduce_2k_setup_l.c32 if ((res = s_mp_sub(&tmp, a, d)) != MP_OKAY) {
H A Dbn_mp_montgomery_calc_normalization.c47 if ((res = s_mp_sub (a, b, a)) != MP_OKAY) {
H A Dbn_mp_reduce_2k_setup.c34 if ((res = s_mp_sub(&tmp, a, &tmp)) != MP_OKAY) {
H A Dbn_mp_reduce_2k.c48 s_mp_sub(a, n, a);
H A Dbn_mp_reduce_2k_l.c49 s_mp_sub(a, n, a);
H A Dbn_mp_dr_reduce.c85 s_mp_sub(x, n, x);
H A Dbn_mp_montgomery_reduce.c109 return s_mp_sub (x, n, x);
H A Dbn_mp_reduce.c86 if ((res = s_mp_sub (x, m, x)) != MP_OKAY) {
H A Dbn_s_mp_sub.c20 s_mp_sub (mp_int * a, mp_int * b, mp_int * c) function
H A Dbn_fast_mp_montgomery_reduce.c164 return s_mp_sub (x, n, x);
H A Dbn_mp_gcd.c81 if ((res = s_mp_sub(&v, &u, &v)) != MP_OKAY) {
H A Dbn_mp_karatsuba_mul.c136 if (s_mp_sub (&t1, &x0, &t1) != MP_OKAY)
H A Dbn_mp_karatsuba_sqr.c92 if (s_mp_sub (&t1, &t2, &t1) != MP_OKAY)
H A Dtommath.h554 int s_mp_sub(mp_int *a, mp_int *b, mp_int *c);
/external/dropbear/libtommath/mtest/
H A Dmpi.c183 mp_err s_mp_sub(mp_int *a, mp_int *b); /* magnitude subtract */
898 if((res = s_mp_sub(&tmp, b)) != MP_OKAY) {
910 if((res = s_mp_sub(c, b)) != MP_OKAY)
928 if((res = s_mp_sub(&tmp, a)) != MP_OKAY) {
940 if((res = s_mp_sub(c, a)) != MP_OKAY)
988 if((res = s_mp_sub(&tmp, b)) != MP_OKAY) {
999 if((res = s_mp_sub(c, b)) != MP_OKAY)
1014 if((res = s_mp_sub(&tmp, a)) != MP_OKAY) {
1025 if((res = s_mp_sub(c, a)) != MP_OKAY)
3319 /* {{{ s_mp_sub(
3322 mp_err s_mp_sub(mp_int *a, mp_int *b) /* magnitude subtract */ function
[all...]
/external/wpa_supplicant_6/wpa_supplicant/src/tls/
H A Dlibtommath.c295 static int s_mp_sub (mp_int * a, mp_int * b, mp_int * c) function
432 res = s_mp_sub (b, a, c);
435 res = s_mp_sub (a, b, c);
466 res = s_mp_sub (a, b, c);
472 res = s_mp_sub (b, a, c);
2164 s_mp_sub(a, n, a);
2188 if ((res = s_mp_sub(&tmp, a, d)) != MP_OKAY) {
2310 if ((res = s_mp_sub (x, m, x)) != MP_OKAY) {
2819 return s_mp_sub (x, n, x);
2920 if ((res = s_mp_sub (
[all...]
/external/wpa_supplicant_8/hostapd/src/tls/
H A Dlibtommath.c303 static int s_mp_sub (mp_int * a, mp_int * b, mp_int * c) function
440 res = s_mp_sub (b, a, c);
443 res = s_mp_sub (a, b, c);
474 res = s_mp_sub (a, b, c);
480 res = s_mp_sub (b, a, c);
2172 s_mp_sub(a, n, a);
2196 if ((res = s_mp_sub(&tmp, a, d)) != MP_OKAY) {
2318 if ((res = s_mp_sub (x, m, x)) != MP_OKAY) {
2827 return s_mp_sub (x, n, x);
2928 if ((res = s_mp_sub (
[all...]
/external/wpa_supplicant_8/src/tls/
H A Dlibtommath.c303 static int s_mp_sub (mp_int * a, mp_int * b, mp_int * c) function
440 res = s_mp_sub (b, a, c);
443 res = s_mp_sub (a, b, c);
474 res = s_mp_sub (a, b, c);
480 res = s_mp_sub (b, a, c);
2172 s_mp_sub(a, n, a);
2196 if ((res = s_mp_sub(&tmp, a, d)) != MP_OKAY) {
2318 if ((res = s_mp_sub (x, m, x)) != MP_OKAY) {
2827 return s_mp_sub (x, n, x);
2928 if ((res = s_mp_sub (
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/tls/
H A Dlibtommath.c303 static int s_mp_sub (mp_int * a, mp_int * b, mp_int * c) function
440 res = s_mp_sub (b, a, c);
443 res = s_mp_sub (a, b, c);
474 res = s_mp_sub (a, b, c);
480 res = s_mp_sub (b, a, c);
2172 s_mp_sub(a, n, a);
2196 if ((res = s_mp_sub(&tmp, a, d)) != MP_OKAY) {
2318 if ((res = s_mp_sub (x, m, x)) != MP_OKAY) {
2827 return s_mp_sub (x, n, x);
2928 if ((res = s_mp_sub (
[all...]
/external/dropbear/libtommath/pre_gen/
H A Dmpi.c368 return s_mp_sub (x, n, x);
850 res = s_mp_sub (b, a, c);
853 res = s_mp_sub (a, b, c);
2353 s_mp_sub(x, n, x);
3236 if ((res = s_mp_sub(&v, &u, &v)) != MP_OKAY) {
4230 if (s_mp_sub (&t1, &x0, &t1) != MP_OKAY)
4357 if (s_mp_sub (&t1, &t2, &t1) != MP_OKAY)
4714 if ((res = s_mp_sub (a, b, a)) != MP_OKAY) {
4839 return s_mp_sub (x, n, x);
6642 if ((res = s_mp_sub (
9400 s_mp_sub (mp_int * a, mp_int * b, mp_int * c) function
[all...]

Completed in 93 milliseconds