HomeSort by relevance Sort by last modified time
    Searched full:mp_grow (Results 1 - 1 of 1) sorted by null

  /external/wpa_supplicant_8/src/tls/
libtommath.c 174 static int mp_grow(mp_int * a, int size);
240 if ((res = mp_grow (c, max + 1)) != MP_OKAY) {
318 if ((res = mp_grow (c, max)) != MP_OKAY) {
968 if ((res = mp_grow(a, 2)) != MP_OKAY) {
1140 if ((res = mp_grow (b, a->used)) != MP_OKAY) {
1264 static int mp_grow (mp_int * a, int size) function
1341 if ((res = mp_grow (b, a->used)) != MP_OKAY) {
1397 if ((res = mp_grow (c, c->used + b / DIGIT_BIT + 1)) != MP_OKAY) {
    [all...]

Completed in 94 milliseconds