Lines Matching refs:mp_grow
602 int mp_grow (mp_int * a, int size);623 if ((result = mp_grow(&number, number.alloc + 20)) != MP_OKAY) \{