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

  /external/dropbear/libtommath/mtest/
mpi.h 40 #define MP_OKAY 0 /* no error, all is well */
  /external/dropbear/libtommath/
tommath.h 142 #define MP_OKAY 0 /* ok result */
  /external/wpa_supplicant_8/src/tls/
libtommath.c 101 #define MP_OKAY 0 /* ok result */
240 if ((res = mp_grow (c, max + 1)) != MP_OKAY) {
303 return MP_OKAY;
318 if ((res = mp_grow (c, max)) != MP_OKAY) {
370 return MP_OKAY;
396 return MP_OKAY;
545 if ((res = mp_init (&t)) != MP_OKAY) {
549 if ((res = mp_mul (a, b, &t)) != MP_OKAY) {
565 if ((res = mp_init (&t)) != MP_OKAY) {
569 if ((res = mp_div (a, b, NULL, &t)) != MP_OKAY) {
    [all...]

Completed in 74 milliseconds