Home | History | Annotate | Download | only in etc

Lines Matching full:mp_init

187   if ((res = mp_init (&c)) != MP_OKAY) {
191 if ((res = mp_init (&v)) != MP_OKAY) {
203 if ((res = mp_init (&a)) != MP_OKAY) {
210 if ((res = mp_init (&b)) != MP_OKAY) {
214 if ((res = mp_init (&n)) != MP_OKAY) {
218 if ((res = mp_init (&x)) != MP_OKAY) {
222 if ((res = mp_init (&y)) != MP_OKAY) {
226 if ((res = mp_init (&z)) != MP_OKAY) {
381 mp_init (&p);
382 mp_init (&q);