Lines Matching defs:c
130 #define s_mp_mul(a, b, c) s_mp_mul_digs(a, b, c, (a)->used + (b)->used + 1) argument
211 s_mp_add (mp_int * a, mp_int * b, mp_int * c) in s_mp_add()
300 s_mp_sub (mp_int * a, mp_int * b, mp_int * c) in s_mp_sub()
419 mp_add (mp_int * a, mp_int * b, mp_int * c) in mp_add()
452 mp_sub (mp_int * a, mp_int * b, mp_int * c) in mp_sub()
490 mp_mul (mp_int * a, mp_int * b, mp_int * c) in mp_mul()
538 mp_mulmod (mp_int * a, mp_int * b, mp_int * c, mp_int * d) in mp_mulmod()
559 mp_mod (mp_int * a, mp_int * b, mp_int * c) in mp_mod()
732 mp_invmod (mp_int * a, mp_int * b, mp_int * c) in mp_invmod()
772 mp_invmod_slow (mp_int * a, mp_int * b, mp_int * c) in mp_invmod_slow()
965 mp_read_unsigned_bin (mp_int * a, const unsigned char *b, int c) in mp_read_unsigned_bin()
1030 mp_div_2d (mp_int * a, int b, mp_int * c, mp_int * d) in mp_div_2d()
1400 mp_mul_2d (mp_int * a, int b, mp_int * c) in mp_mul_2d()
1595 mp_mod_2d (mp_int * a, int b, mp_int * c) in mp_mod_2d()
1632 mp_div(mp_int * a, mp_int * b, mp_int * c, mp_int * d) in mp_div()
1715 mp_div (mp_int * a, mp_int * b, mp_int * c, mp_int * d) in mp_div()
2373 s_mp_mul_digs (mp_int * a, mp_int * b, mp_int * c, int digs) in s_mp_mul_digs()
2456 fast_s_mp_mul_digs (mp_int * a, mp_int * b, mp_int * c, int digs) in fast_s_mp_mul_digs()
2625 s_mp_mul_high_digs (mp_int * a, mp_int * b, mp_int * c, int digs) in s_mp_mul_high_digs()
3382 mp_mul_d (mp_int * a, mp_digit b, mp_int * c) in mp_mul_d()