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

  /external/dropbear/libtommath/
bn_mp_add.c 19 int mp_add (mp_int * a, mp_int * b, mp_int * c) function
  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_math.h 470 #define mp_add(a, b, c) ltc_mp.add(a, b, c) macro
  /external/dropbear/libtommath/mtest/
mpi.c 855 /* {{{ mp_add(a, b, c) */
858 mp_add(a, b, c)
863 mp_err mp_add(mp_int *a, mp_int *b, mp_int *c) function
951 } /* end mp_add() */
1381 if((res = mp_add(c, m, c)) != MP_OKAY)
1390 if((res = mp_add(c, m, c)) != MP_OKAY)
1539 if((res = mp_add(a, b, c)) != MP_OKAY)
    [all...]
  /external/wpa_supplicant_8/src/tls/
libtommath.c 424 static int mp_add (mp_int * a, mp_int * b, mp_int * c) function
575 res = mp_add (b, &t, c);
821 if ((res = mp_add (&A, &y, &A)) != MP_OKAY) {
846 if ((res = mp_add (&C, &y, &C)) != MP_OKAY) {
905 if ((res = mp_add(&C, b, &C)) != MP_OKAY) {
    [all...]
  /external/dropbear/libtommath/pre_gen/
mpi.c 185 if ((res = mp_add (&D, b, &D)) != MP_OKAY) {
829 int mp_add (mp_int * a, mp_int * b, mp_int * c) function
1012 if ((res = mp_add (a, b, &t)) != MP_OKAY) {
    [all...]

Completed in 151 milliseconds