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

  /external/dropbear/libtommath/
bn_s_mp_sub.c 20 s_mp_sub (mp_int * a, mp_int * b, mp_int * c) function
  /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 163 milliseconds