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

  /external/wpa_supplicant_8/src/tls/
bignum.c 143 if (mp_add((mp_int *) a, (mp_int *) b, (mp_int *) c) != MP_OKAY) {
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...]

Completed in 314 milliseconds