Searched refs:mp_init_set_int (Results 1 – 6 of 6) sorted by relevance
19 int mp_init_set_int (mp_int * a, unsigned long b) in mp_init_set_int() function
74 if ((res = mp_init_set_int(&t,11L*13L*17L*19L*23L*29L*31L)) != MP_OKAY) { in mp_is_square()
241 int mp_init_set_int (mp_int * a, unsigned long b);
102 … -- Added mp_init_set and mp_init_set_int to initialize and set small constants with one function
743 int mp_init_set_int (mp_int * a, unsigned long b);762 if ((result = mp_init_set_int(&number2, 1023)) != MP_OKAY) \{
3578 int mp_init_set_int (mp_int * a, unsigned long b) in mp_init_set_int() function3946 if ((res = mp_init_set_int(&t,11L*13L*17L*19L*23L*29L*31L)) != MP_OKAY) { in mp_is_square()