Lines Matching defs:c
131 #define s_mp_mul(a, b, c) s_mp_mul_digs(a, b, c, (a)->used + (b)->used + 1) argument
212 static int s_mp_add (mp_int * a, mp_int * b, mp_int * c) in s_mp_add()
300 static int s_mp_sub (mp_int * a, mp_int * b, mp_int * c) in s_mp_sub()
416 static int mp_add (mp_int * a, mp_int * b, mp_int * c) in mp_add()
448 static int mp_sub (mp_int * a, mp_int * b, mp_int * c) in mp_sub()
485 static int mp_mul (mp_int * a, mp_int * b, mp_int * c) in mp_mul()
532 static int mp_mulmod (mp_int * a, mp_int * b, mp_int * c, mp_int * d) in mp_mulmod()
552 static int mp_mod (mp_int * a, mp_int * b, mp_int * c) in mp_mod()
725 static int mp_invmod (mp_int * a, mp_int * b, mp_int * c) in mp_invmod()
763 static int mp_invmod_slow (mp_int * a, mp_int * b, mp_int * c) in mp_invmod_slow()
954 static int mp_read_unsigned_bin (mp_int * a, const unsigned char *b, int c) in mp_read_unsigned_bin()
1017 static int mp_div_2d (mp_int * a, int b, mp_int * c, mp_int * d) in mp_div_2d()
1376 static int mp_mul_2d (mp_int * a, int b, mp_int * c) in mp_mul_2d()
1565 static int mp_mod_2d (mp_int * a, int b, mp_int * c) in mp_mod_2d()
1601 static int mp_div(mp_int * a, mp_int * b, mp_int * c, mp_int * d) in mp_div()
1683 static int mp_div (mp_int * a, mp_int * b, mp_int * c, mp_int * d) in mp_div()
2333 static int s_mp_mul_digs (mp_int * a, mp_int * b, mp_int * c, int digs) in s_mp_mul_digs()
2418 static int fast_s_mp_mul_digs (mp_int * a, mp_int * b, mp_int * c, int digs) in fast_s_mp_mul_digs()
2586 static int s_mp_mul_high_digs (mp_int * a, mp_int * b, mp_int * c, int digs) in s_mp_mul_high_digs()
3338 mp_mul_d (mp_int * a, mp_digit b, mp_int * c) in mp_mul_d()