Searched refs:mp_int (Results 76 - 100 of 127) sorted by relevance

123456

/barrelfish-2018-10-04/lib/tommath/
H A Dbn_mp_init.c18 /* init a new mp_int */
19 int mp_init (mp_int * a)
H A Dbn_mp_init_size.c19 int mp_init_size (mp_int * a, int size)
H A Dbn_mp_reduce_is_2k.c19 int mp_reduce_is_2k(mp_int *a)
H A Dbn_mp_reduce_is_2k_l.c19 int mp_reduce_is_2k_l(mp_int *a)
H A Dbn_mp_rshd.c19 void mp_rshd (mp_int * a, int b)
H A Dbn_mp_shrink.c19 int mp_shrink (mp_int * a)
H A Dbn_fast_s_mp_mul_digs.c34 int fast_s_mp_mul_digs (mp_int * a, mp_int * b, mp_int * c, int digs)
H A Dbn_fast_s_mp_mul_high_digs.c27 int fast_s_mp_mul_high_digs (mp_int * a, mp_int * b, mp_int * c, int digs)
H A Dbn_mp_div_3.c20 mp_div_3 (mp_int * a, mp_int *c, mp_digit * d)
22 mp_int q;
H A Dbn_mp_jacobi.c21 int mp_jacobi (mp_int * a, mp_int * p, int *c)
23 mp_int a1, p1;
H A Dbn_mp_prime_miller_rabin.c25 int mp_prime_miller_rabin (mp_int * a, mp_int * b, int *result)
27 mp_int n1, y, r;
H A Dbn_mp_sqrt.c19 int mp_sqrt(mp_int *arg, mp_int *ret)
22 mp_int t1,t2;
H A Dbn_s_mp_sqr.c19 int s_mp_sqr (mp_int * a, mp_int * b)
21 mp_int t;
H A Dbn_s_mp_sub.c20 s_mp_sub (mp_int * a, mp_int * b, mp_int * c)
H A Dbn_mp_div_d.c37 int mp_div_d (mp_int * a, mp_digit b, mp_int * c, mp_digit * d)
39 mp_int q;
H A Dbn_mp_n_root.c28 int mp_n_root (mp_int * a, mp_digit b, mp_int * c)
30 mp_int t1, t2, t3;
H A Dbn_fast_mp_invmod.c24 int fast_mp_invmod (mp_int * a, mp_int * b, mp_int * c)
26 mp_int x, y, u, v, B, D;
H A Dbn_mp_fwrite.c18 int mp_fwrite(mp_int *a, int radix, FILE *stream)
H A Dbn_mp_grow.c19 int mp_grow (mp_int * a, int size)
H A Dbn_mp_karatsuba_mul.c47 int mp_karatsuba_mul (mp_int * a, mp_int * b, mp_int * c)
49 mp_int x0, x1, y0, y1, t1, x0y0, x1y1;
H A Dbn_mp_montgomery_setup.c20 mp_montgomery_setup (mp_int * n, mp_digit * rho)
H A Dbn_mp_rand.c20 mp_rand (mp_int * a, int digits)
H A Dbn_mp_read_unsigned_bin.c19 int mp_read_unsigned_bin (mp_int * a, const unsigned char *b, int c)
H A Dbn_mp_add_d.c20 mp_add_d (mp_int * a, mp_digit b, mp_int * c)
H A Dbn_mp_dr_reduce.c33 mp_dr_reduce (mp_int * x, mp_int * n, mp_digit k)

Completed in 125 milliseconds

123456