Searched defs:mp_init_size (Results 1 - 7 of 7) sorted by relevance

/external/dropbear/libtommath/
H A Dbn_mp_init_size.c19 int mp_init_size (mp_int * a, int size) function
/external/dropbear/libtommath/mtest/
H A Dmpi.c238 return mp_init_size(mp, s_mp_defprec);
270 /* {{{ mp_init_size(mp, prec) */
273 mp_init_size(mp, prec)
280 mp_err mp_init_size(mp_int *mp, mp_size prec) function
293 } /* end mp_init_size() */
1471 if((res = mp_init_size(&t, USED(a))) != MP_OKAY)
3224 if((res = mp_init_size(&quot, USED(mp))) != MP_OKAY)
3431 if((res = mp_init_size(&tmp, ua + ub)) != MP_OKAY)
3519 if((res = mp_init_size(&tmp, 2 * used)) != MP_OKAY)
3647 if((res = mp_init_size(
[all...]
/external/wpa_supplicant_6/wpa_supplicant/src/tls/
H A Dlibtommath.c172 static int mp_init_size(mp_int * a, int size);
1699 if ((res = mp_init_size (&q, a->used + 2)) != MP_OKAY) {
2341 if ((res = mp_init_size (&t, digs)) != MP_OKAY) {
2480 static int mp_init_size (mp_int * a, int size) function
2516 if ((res = mp_init_size (&t, 2*pa + 1)) != MP_OKAY) {
2590 if ((res = mp_init_size (&t, a->used + b->used + 1)) != MP_OKAY) {
/external/wpa_supplicant_8/hostapd/src/tls/
H A Dlibtommath.c172 static int mp_init_size(mp_int * a, int size);
1699 if ((res = mp_init_size (&q, a->used + 2)) != MP_OKAY) {
2341 if ((res = mp_init_size (&t, digs)) != MP_OKAY) {
2480 static int mp_init_size (mp_int * a, int size) function
2516 if ((res = mp_init_size (&t, 2*pa + 1)) != MP_OKAY) {
2590 if ((res = mp_init_size (&t, a->used + b->used + 1)) != MP_OKAY) {
/external/wpa_supplicant_8/src/tls/
H A Dlibtommath.c172 static int mp_init_size(mp_int * a, int size);
1699 if ((res = mp_init_size (&q, a->used + 2)) != MP_OKAY) {
2341 if ((res = mp_init_size (&t, digs)) != MP_OKAY) {
2480 static int mp_init_size (mp_int * a, int size) function
2516 if ((res = mp_init_size (&t, 2*pa + 1)) != MP_OKAY) {
2590 if ((res = mp_init_size (&t, a->used + b->used + 1)) != MP_OKAY) {
/external/wpa_supplicant_8/wpa_supplicant/src/tls/
H A Dlibtommath.c172 static int mp_init_size(mp_int * a, int size);
1699 if ((res = mp_init_size (&q, a->used + 2)) != MP_OKAY) {
2341 if ((res = mp_init_size (&t, digs)) != MP_OKAY) {
2480 static int mp_init_size (mp_int * a, int size) function
2516 if ((res = mp_init_size (&t, 2*pa + 1)) != MP_OKAY) {
2590 if ((res = mp_init_size (&t, a->used + b->used + 1)) != MP_OKAY) {
/external/dropbear/libtommath/pre_gen/
H A Dmpi.c1681 if ((res = mp_init_size (&q, a->used + 2)) != MP_OKAY) {
2054 if ((res = mp_init_size(&q, a->used)) != MP_OKAY) {
2181 if ((res = mp_init_size(&q, a->used)) != MP_OKAY) {
3613 int mp_init_size (mp_int * a, int size) function
4156 if (mp_init_size (&x0, B) != MP_OKAY)
4158 if (mp_init_size (&x1, a->used - B) != MP_OKAY)
4160 if (mp_init_size (&y0, B) != MP_OKAY)
4162 if (mp_init_size (&y1, b->used - B) != MP_OKAY)
4166 if (mp_init_size (&t1, B * 2) != MP_OKAY)
4168 if (mp_init_size (
[all...]

Completed in 1286 milliseconds