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

/external/dropbear/libtommath/
H A Dbn_mp_grow.c19 int mp_grow (mp_int * a, int size) function
/external/wpa_supplicant_6/wpa_supplicant/src/tls/
H A Dlibtommath.c161 static int mp_grow(mp_int * a, int size);
227 if ((res = mp_grow (c, max + 1)) != MP_OKAY) {
305 if ((res = mp_grow (c, max)) != MP_OKAY) {
952 if ((res = mp_grow(a, 2)) != MP_OKAY) {
1124 if ((res = mp_grow (b, a->used)) != MP_OKAY) {
1248 static int mp_grow (mp_int * a, int size) function
1325 if ((res = mp_grow (b, a->used)) != MP_OKAY) {
1381 if ((res = mp_grow (c, c->used + b / DIGIT_BIT + 1)) != MP_OKAY) {
1498 if ((res = mp_grow (a, a->used + b)) != MP_OKAY) {
2211 if ((res = mp_grow (
[all...]
/external/wpa_supplicant_8/hostapd/src/tls/
H A Dlibtommath.c161 static int mp_grow(mp_int * a, int size);
227 if ((res = mp_grow (c, max + 1)) != MP_OKAY) {
305 if ((res = mp_grow (c, max)) != MP_OKAY) {
952 if ((res = mp_grow(a, 2)) != MP_OKAY) {
1124 if ((res = mp_grow (b, a->used)) != MP_OKAY) {
1248 static int mp_grow (mp_int * a, int size) function
1325 if ((res = mp_grow (b, a->used)) != MP_OKAY) {
1381 if ((res = mp_grow (c, c->used + b / DIGIT_BIT + 1)) != MP_OKAY) {
1498 if ((res = mp_grow (a, a->used + b)) != MP_OKAY) {
2211 if ((res = mp_grow (
[all...]
/external/wpa_supplicant_8/src/tls/
H A Dlibtommath.c161 static int mp_grow(mp_int * a, int size);
227 if ((res = mp_grow (c, max + 1)) != MP_OKAY) {
305 if ((res = mp_grow (c, max)) != MP_OKAY) {
952 if ((res = mp_grow(a, 2)) != MP_OKAY) {
1124 if ((res = mp_grow (b, a->used)) != MP_OKAY) {
1248 static int mp_grow (mp_int * a, int size) function
1325 if ((res = mp_grow (b, a->used)) != MP_OKAY) {
1381 if ((res = mp_grow (c, c->used + b / DIGIT_BIT + 1)) != MP_OKAY) {
1498 if ((res = mp_grow (a, a->used + b)) != MP_OKAY) {
2211 if ((res = mp_grow (
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/tls/
H A Dlibtommath.c161 static int mp_grow(mp_int * a, int size);
227 if ((res = mp_grow (c, max + 1)) != MP_OKAY) {
305 if ((res = mp_grow (c, max)) != MP_OKAY) {
952 if ((res = mp_grow(a, 2)) != MP_OKAY) {
1124 if ((res = mp_grow (b, a->used)) != MP_OKAY) {
1248 static int mp_grow (mp_int * a, int size) function
1325 if ((res = mp_grow (b, a->used)) != MP_OKAY) {
1381 if ((res = mp_grow (c, c->used + b / DIGIT_BIT + 1)) != MP_OKAY) {
1498 if ((res = mp_grow (a, a->used + b)) != MP_OKAY) {
2211 if ((res = mp_grow (
[all...]
/external/dropbear/libtommath/pre_gen/
H A Dmpi.c240 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_in function
[all...]

Completed in 628 milliseconds