Searched refs:mp_int (Results 51 - 75 of 127) sorted by relevance

123456

/barrelfish-2018-10-04/lib/tommath/
H A Dbn_mp_clear.c20 mp_clear (mp_int * a)
H A Dbn_mp_cmp_d.c19 int mp_cmp_d(mp_int * a, mp_digit b)
H A Dbn_mp_count_bits.c20 mp_count_bits (mp_int * a)
H A Dbn_mp_div_2d.c19 int mp_div_2d (mp_int * a, int b, mp_int * c, mp_int * d)
23 mp_int t;
H A Dbn_mp_get_int.c18 /* get the lower 32-bits of an mp_int */
19 unsigned long mp_get_int(mp_int * a)
H A Dbn_mp_prime_is_divisible.c23 int mp_prime_is_divisible (mp_int * a, int *result)
H A Dbn_mp_read_signed_bin.c19 int mp_read_signed_bin (mp_int * a, const unsigned char *b, int c)
H A Dbn_mp_reduce.c22 int mp_reduce (mp_int * x, mp_int * m, mp_int * mu)
24 mp_int q;
H A Dbn_mp_set_int.c19 int mp_set_int (mp_int * a, unsigned long b)
H A Dbn_mp_zero.c19 void mp_zero (mp_int * a)
H A Dbn_s_mp_add.c20 s_mp_add (mp_int * a, mp_int * b, mp_int * c)
22 mp_int *x;
H A Dbn_s_mp_mul_digs.c22 int s_mp_mul_digs (mp_int * a, mp_int * b, mp_int * c, int digs)
24 mp_int t;
H A Dbn_s_mp_mul_high_digs.c22 s_mp_mul_high_digs (mp_int * a, mp_int * b, mp_int * c, int digs)
24 mp_int t;
H A Dbn_mp_exteuclid.c21 int mp_exteuclid(mp_int *a, mp_int *b, mp_int *U1, mp_int *U2, mp_int *U3)
23 mp_int u1,u2,u3,v1,v2,v3,t1,t2,t3,q,tmp;
H A Dbn_mp_div_2.c19 int mp_div_2(mp_int * a, mp_int * b)
H A Dbn_mp_mul_2.c19 int mp_mul_2(mp_int * a, mp_int * b)
H A Dbn_mp_mul_d.c20 mp_mul_d (mp_int * a, mp_digit b, mp_int * c)
H A Dbn_mp_prime_is_prime.c25 int mp_prime_is_prime (mp_int * a, int t, int *result)
27 mp_int b;
H A Dbn_mp_radix_size.c19 int mp_radix_size (mp_int * a, int radix, int *size)
22 mp_int t;
H A Dbn_mp_toradix.c19 int mp_toradix (mp_int * a, char *str, int radix)
22 mp_int t;
H A Dbn_mp_toradix_n.c22 int mp_toradix_n(mp_int * a, char *str, int radix, int maxlen)
25 mp_int t;
H A Dbn_s_mp_exptmod.c23 int s_mp_exptmod (mp_int * G, mp_int * X, mp_int * P, mp_int * Y, int redmode)
25 mp_int M[TAB_SIZE], res, mu;
28 int (*redux)(mp_int*,mp_int*,mp_int*);
H A Dbn_mp_cnt_lsb.c23 int mp_cnt_lsb(mp_int *a)
H A Dbn_mp_gcd.c19 int mp_gcd (mp_int * a, mp_int * b, mp_int * c)
21 mp_int u, v;
/barrelfish-2018-10-04/lib/tommath/pre_gen/
H A Dmpi.c76 int fast_mp_invmod (mp_int * a, mp_int * b, mp_int * c)
78 mp_int x, y, u, v, B, D;
230 int fast_mp_montgomery_reduce (mp_int * x, mp_int * n, mp_digit rho)
414 int fast_s_mp_mul_digs (mp_int * a, mp_int * b, mp_int * c, int digs)
518 int fast_s_mp_mul_high_digs (mp_int *
[all...]

Completed in 99 milliseconds

123456