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

/freebsd-13-stable/contrib/wpa/src/tls/
H A Dlibtommath.c174 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) {
1513 if ((res = mp_grow (a, a->used + b)) != MP_OKAY) {
2226 if ((res = mp_grow (
[all...]

Completed in 49 milliseconds