Searched defs:mp_div (Results 1 – 2 of 2) sorted by relevance
23 int mp_div(mp_int * a, mp_int * b, mp_int * c, mp_int * d) in mp_div() function105 int mp_div (mp_int * a, mp_int * b, mp_int * c, mp_int * d) in mp_div() function
1061 mp_div(mp_int *c, mp_int *d, const mp_int *a, const mp_int *b) in mp_div() function