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

/freebsd-11-stable/contrib/wpa/src/tls/
H A Dlibtommath.c185 static int mp_init_size(mp_int * a, int size);
1714 if ((res = mp_init_size (&q, a->used + 2)) != MP_OKAY) {
2358 if ((res = mp_init_size (&t, digs)) != MP_OKAY) {
2500 static int mp_init_size (mp_int * a, int size) function
2536 if ((res = mp_init_size (&t, 2*pa + 1)) != MP_OKAY) {
2610 if ((res = mp_init_size (&t, a->used + b->used + 1)) != MP_OKAY) {

Completed in 122 milliseconds