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

  /external/dropbear/libtommath/
bn_s_mp_add.c 20 s_mp_add (mp_int * a, mp_int * b, mp_int * c) function
  /external/dropbear/libtommath/mtest/
mpi.c 182 mp_err s_mp_add(mp_int *a, mp_int *b); /* magnitude addition */
877 if((res = s_mp_add(c, a)) != MP_OKAY)
883 if((res = s_mp_add(c, b)) != MP_OKAY)
972 if((res = s_mp_add(c, b)) != MP_OKAY)
977 if((res = s_mp_add(c, a)) != MP_OKAY)
3265 mp_err s_mp_add(mp_int *a, mp_int *b) \/* magnitude addition *\/ function
    [all...]
  /external/wpa_supplicant_8/src/tls/
libtommath.c 220 static int s_mp_add (mp_int * a, mp_int * b, mp_int * c) function
437 res = s_mp_add (a, b, c);
469 res = s_mp_add (a, b, c);
    [all...]
  /external/dropbear/libtommath/pre_gen/
mpi.c 842 res = s_mp_add (a, b, c);
8764 s_mp_add (mp_int * a, mp_int * b, mp_int * c) function
    [all...]

Completed in 203 milliseconds