/external/dropbear/libtommath/ |
bn_mp_2expt.c | 24 mp_2expt (mp_int * a, int b)
|
bn_mp_clamp.c | 26 mp_clamp (mp_int * a)
|
bn_mp_clear.c | 20 mp_clear (mp_int * a)
|
bn_mp_cmp_d.c | 19 int mp_cmp_d(mp_int * a, mp_digit b)
|
bn_mp_cnt_lsb.c | 23 int mp_cnt_lsb(mp_int *a)
|
bn_mp_count_bits.c | 20 mp_count_bits (mp_int * a)
|
bn_mp_dr_is_modulus.c | 19 int mp_dr_is_modulus(mp_int *a)
|
bn_mp_dr_setup.c | 19 void mp_dr_setup(mp_int *a, mp_digit *d)
|
bn_mp_fread.c | 19 int mp_fread(mp_int *a, int radix, FILE *stream)
|
bn_mp_fwrite.c | 18 int mp_fwrite(mp_int *a, int radix, FILE *stream)
|
bn_mp_init_size.c | 19 int mp_init_size (mp_int * a, int size)
|
bn_mp_invmod_slow.c | 19 int mp_invmod_slow (mp_int * a, mp_int * b, mp_int * c) 21 mp_int x, y, u, v, A, B, C, D;
|
bn_mp_karatsuba_mul.c | 47 int mp_karatsuba_mul (mp_int * a, mp_int * b, mp_int * c) 49 mp_int x0, x1, y0, y1, t1, x0y0, x1y1;
|
bn_mp_prime_is_divisible.c | 23 int mp_prime_is_divisible (mp_int * a, int *result)
|
bn_mp_rand.c | 20 mp_rand (mp_int * a, int digits)
|
bn_mp_read_signed_bin.c | 19 int mp_read_signed_bin (mp_int * a, const unsigned char *b, int c)
|
bn_mp_read_unsigned_bin.c | 19 int mp_read_unsigned_bin (mp_int * a, const unsigned char *b, int c)
|
bn_mp_reduce_is_2k.c | 19 int mp_reduce_is_2k(mp_int *a)
|
bn_mp_reduce_is_2k_l.c | 19 int mp_reduce_is_2k_l(mp_int *a)
|
bn_mp_set_int.c | 19 int mp_set_int (mp_int * a, unsigned long b)
|
bn_mp_shrink.c | 19 int mp_shrink (mp_int * a)
|
bn_fast_s_mp_sqr.c | 28 int fast_s_mp_sqr (mp_int * a, mp_int * b)
|
/external/dropbear/libtommath/etc/ |
mont.c | 6 mp_int modulus, R, p, pp;
|
/external/dropbear/ |
dss.c | 50 key->p = m_malloc(sizeof(mp_int)); 51 key->q = m_malloc(sizeof(mp_int)); 52 key->g = m_malloc(sizeof(mp_int)); 53 key->y = m_malloc(sizeof(mp_int)); 90 key->x = m_malloc(sizeof(mp_int)); 265 static unsigned char* mptobytes(mp_int *mp, int *len) {
|
/external/dropbear/libtomcrypt/src/pk/asn1/der/integer/ |
der_encode_integer.c | 23 Store a mp_int integer 24 @param num The first mp_int to encode
|