Home
last modified time | relevance | path

Searched refs:mp_grow (Results 1 – 1 of 1) sorted by relevance

/freebsd-9-stable/contrib/wpa/src/tls/
Dlibtommath.c161 static int mp_grow(mp_int * a, int size);
227 if ((res = mp_grow (c, max + 1)) != MP_OKAY) { in s_mp_add()
305 if ((res = mp_grow (c, max)) != MP_OKAY) { in s_mp_sub()
952 if ((res = mp_grow(a, 2)) != MP_OKAY) { in mp_read_unsigned_bin()
1124 if ((res = mp_grow (b, a->used)) != MP_OKAY) { in mp_copy()
1248 static int mp_grow (mp_int * a, int size) in mp_grow() function
1325 if ((res = mp_grow (b, a->used)) != MP_OKAY) { in mp_div_2()
1381 if ((res = mp_grow (c, c->used + b / DIGIT_BIT + 1)) != MP_OKAY) { in mp_mul_2d()
1498 if ((res = mp_grow (a, a->used + b)) != MP_OKAY) { in mp_lshd()
2211 if ((res = mp_grow (a, b / DIGIT_BIT + 1)) != MP_OKAY) { in mp_2expt()
[all …]