Lines Matching refs:mp_init_set
742 int mp_init_set (mp_int * a, mp_digit b);755 if ((result = mp_init_set(&number1, 100)) != MP_OKAY) \{