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

  /external/wpa_supplicant_8/src/tls/
bignum.c 179 if (mp_mul((mp_int *) a, (mp_int *) b, (mp_int *) c) != MP_OKAY) {
libtommath.c 493 static int mp_mul (mp_int * a, mp_int * b, mp_int * c) function
529 #error mp_mul could fail
549 if ((res = mp_mul (a, b, &t)) != MP_OKAY) {
    [all...]

Completed in 94 milliseconds