Home | History | Annotate | Download | only in libtommath

Lines Matching refs:mp_init_size

520 int mp_init_size (mp_int * a, int size);
533 if ((result = mp_init_size(&number, 60)) != MP_OKAY) \{