HomeSort by relevance Sort by last modified time
    Searched refs:s_mp_sub (Results 1 - 19 of 19) sorted by null

  /external/dropbear/libtommath/
bn_mp_add.c 40 res = s_mp_sub (b, a, c);
43 res = s_mp_sub (a, b, c);
bn_mp_sub.c 43 res = s_mp_sub (a, b, c);
49 res = s_mp_sub (b, a, c);
bn_mp_reduce_2k_setup_l.c 32 if ((res = s_mp_sub(&tmp, a, d)) != MP_OKAY) {
bn_mp_montgomery_calc_normalization.c 47 if ((res = s_mp_sub (a, b, a)) != MP_OKAY) {
bn_mp_reduce_2k_setup.c 34 if ((res = s_mp_sub(&tmp, a, &tmp)) != MP_OKAY) {
bn_mp_reduce_2k.c 48 s_mp_sub(a, n, a);
bn_mp_reduce_2k_l.c 49 s_mp_sub(a, n, a);
bn_mp_dr_reduce.c 85 s_mp_sub(x, n, x);
bn_mp_montgomery_reduce.c 109 return s_mp_sub (x, n, x);
bn_mp_reduce.c 86 if ((res = s_mp_sub (x, m, x)) != MP_OKAY) {
bn_s_mp_sub.c 20 s_mp_sub (mp_int * a, mp_int * b, mp_int * c) function
bn_fast_mp_montgomery_reduce.c 164 return s_mp_sub (x, n, x);
bn_mp_gcd.c 81 if ((res = s_mp_sub(&v, &u, &v)) != MP_OKAY) {
bn_mp_karatsuba_mul.c 136 if (s_mp_sub (&t1, &x0, &t1) != MP_OKAY)
bn_mp_karatsuba_sqr.c 92 if (s_mp_sub (&t1, &t2, &t1) != MP_OKAY)
tommath.h 554 int s_mp_sub(mp_int *a, mp_int *b, mp_int *c);
  /external/dropbear/libtommath/mtest/
mpi.c 183 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)
3322 mp_err s_mp_sub(mp_int *a, mp_int *b) \/* magnitude subtract *\/ function
    [all...]
  /external/wpa_supplicant_8/src/tls/
libtommath.c 308 static int s_mp_sub (mp_int * a, mp_int * b, mp_int * c) function
445 res = s_mp_sub (b, a, c);
448 res = s_mp_sub (a, b, c);
479 res = s_mp_sub (a, b, c);
485 res = s_mp_sub (b, a, c);
    [all...]
  /external/dropbear/libtommath/pre_gen/
mpi.c 368 return s_mp_sub (x, n, x);
850 res = s_mp_sub (b, a, c);
853 res = s_mp_sub (a, b, c);
9400 s_mp_sub (mp_int * a, mp_int * b, mp_int * c) function
    [all...]

Completed in 41 milliseconds