Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching refs:mp_grow

130 static int mp_grow(mp_int * a, int size);
187 if ((res = mp_grow (c, max + 1)) != MP_OKAY) {
265 if ((res = mp_grow (c, max)) != MP_OKAY) {
904 if ((res = mp_grow(a, 2)) != MP_OKAY) {
1076 if ((res = mp_grow (b, a->used)) != MP_OKAY) {
1200 static int mp_grow (mp_int * a, int size)
1274 if ((res = mp_grow (b, a->used)) != MP_OKAY) {
1329 if ((res = mp_grow (c, c->used + b / DIGIT_BIT + 1)) != MP_OKAY) {
1442 if ((res = mp_grow (a, a->used + b)) != MP_OKAY) {
1953 if ((res = mp_grow (a, b / DIGIT_BIT + 1)) != MP_OKAY) {
2158 if ((res = mp_grow (c, digs)) != MP_OKAY) {