HomeSort by relevance Sort by last modified time
    Searched refs:mp_int (Results 51 - 75 of 151) sorted by null

1 23 4 5 6 7

  /external/dropbear/libtommath/
bn_mp_reduce_2k.c 19 int mp_reduce_2k(mp_int *a, mp_int *n, mp_digit d)
21 mp_int q;
bn_mp_cmp_mag.c 19 int mp_cmp_mag (mp_int * a, mp_int * b)
bn_mp_copy.c 20 mp_copy (mp_int * a, mp_int * b)
bn_mp_mod_2d.c 20 mp_mod_2d (mp_int * a, int b, mp_int * c)
bn_mp_montgomery_calc_normalization.c 24 int mp_montgomery_calc_normalization (mp_int * a, mp_int * b)
bn_mp_reduce_2k_setup.c 19 int mp_reduce_2k_setup(mp_int *a, mp_digit *d)
22 mp_int tmp;
bn_mp_sqr.c 20 mp_sqr (mp_int * a, mp_int * b)
bn_mp_to_unsigned_bin.c 19 int mp_to_unsigned_bin (mp_int * a, unsigned char *b)
22 mp_int t;
bn_mp_2expt.c 24 mp_2expt (mp_int * a, int b)
bn_mp_cmp_d.c 19 int mp_cmp_d(mp_int * a, mp_digit b)
bn_mp_count_bits.c 20 mp_count_bits (mp_int * a)
bn_mp_div_2d.c 19 int mp_div_2d (mp_int * a, int b, mp_int * c, mp_int * d)
23 mp_int t;
bn_mp_get_int.c 18 /* get the lower 32-bits of an mp_int */
19 unsigned long mp_get_int(mp_int * a)
bn_mp_prime_is_divisible.c 23 int mp_prime_is_divisible (mp_int * a, int *result)
bn_mp_read_signed_bin.c 19 int mp_read_signed_bin (mp_int * a, const unsigned char *b, int c)
bn_mp_reduce.c 22 int mp_reduce (mp_int * x, mp_int * m, mp_int * mu)
24 mp_int q;
bn_mp_set_int.c 19 int mp_set_int (mp_int * a, unsigned long b)
bn_mp_zero.c 19 void mp_zero (mp_int * a)
bn_s_mp_add.c 20 s_mp_add (mp_int * a, mp_int * b, mp_int * c)
22 mp_int *x;
bn_s_mp_mul_digs.c 22 int s_mp_mul_digs (mp_int * a, mp_int * b, mp_int * c, int digs)
24 mp_int t;
bn_s_mp_mul_high_digs.c 22 s_mp_mul_high_digs (mp_int * a, mp_int * b, mp_int * c, int digs)
24 mp_int t;
bn_mp_exteuclid.c 21 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;
bn_mp_div_2.c 19 int mp_div_2(mp_int * a, mp_int * b)
  /external/dropbear/
gendss.c 52 key->p = (mp_int*)m_malloc(sizeof(mp_int));
53 key->q = (mp_int*)m_malloc(sizeof(mp_int));
54 key->g = (mp_int*)m_malloc(sizeof(mp_int));
55 key->y = (mp_int*)m_malloc(sizeof(mp_int));
56 key->x = (mp_int*)m_malloc(sizeof(mp_int));
    [all...]
  /external/dropbear/libtommath/pre_gen/
mpi.c 76 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 * a, mp_int * b, mp_int * c, int digs
    [all...]

Completed in 127 milliseconds

1 23 4 5 6 7