Home | History | Annotate | Download | only in pre_gen

Lines Matching defs:mp_grow

240     if ((res = mp_grow (x, n->used + 1)) != MP_OKAY) {
422 if ((res = mp_grow (c, digs)) != MP_OKAY) {
527 if ((res = mp_grow (c, pa)) != MP_OKAY) {
630 if ((res = mp_grow (b, pa)) != MP_OKAY) {
743 if ((res = mp_grow (a, b / DIGIT_BIT + 1)) != MP_OKAY) {
894 if ((res = mp_grow(c, a->used + 1)) != MP_OKAY) {
1465 if ((res = mp_grow (b, a->used)) != MP_OKAY) {
1876 if ((res = mp_grow (b, a->used)) != MP_OKAY) {
2312 if ((err = mp_grow (x, m + m)) != MP_OKAY) {
3332 int mp_grow (mp_int * a, int size)
4484 if ((res = mp_grow (a, a->used + b)) != MP_OKAY) {
4770 if ((res = mp_grow (x, digs)) != MP_OKAY) {
5010 if ((res = mp_grow (b, a->used + 1)) != MP_OKAY) {
5103 if ((res = mp_grow (c, c->used + b / DIGIT_BIT + 1)) != MP_OKAY) {
5188 if ((res = mp_grow (c, a->used + 1)) != MP_OKAY) {
6522 if ((res = mp_grow(a, 2)) != MP_OKAY) {
7545 if ((res = mp_grow(c, a->used + 1)) != MP_OKAY) {
8784 if ((res = mp_grow (c, max + 1)) != MP_OKAY) {
9410 if ((res = mp_grow (c, max)) != MP_OKAY) {