HomeSort by relevance Sort by last modified time
    Searched full:mp_int (Results 126 - 150 of 171) sorted by null

1 2 3 4 56 7

  /external/dropbear/libtommath/
bn_mp_montgomery_reduce.c 20 mp_montgomery_reduce (mp_int * x, mp_int * n, mp_digit rho)
dep.pl 70 # mp_int, mp_word, mp_digit
71 if (!($& eq "mp_digit") && !($& eq "mp_word") && !($& eq "mp_int")) {
bn_mp_grow.c 19 int mp_grow (mp_int * a, int size)
bn_mp_lshd.c 19 int mp_lshd (mp_int * a, int b)
bn_mp_montgomery_setup.c 20 mp_montgomery_setup (mp_int * n, mp_digit * rho)
bn_mp_rshd.c 19 void mp_rshd (mp_int * a, int b)
bn_mp_toom_mul.c 25 int mp_toom_mul(mp_int *a, mp_int *b, mp_int *c)
27 mp_int w0, w1, w2, w3, w4, tmp1, tmp2, a0, a1, a2, b0, b1, b2;
bn_mp_toom_sqr.c 20 mp_toom_sqr(mp_int *a, mp_int *b)
22 mp_int w0, w1, w2, w3, w4, tmp1, a0, a1, a2;
bn_mp_read_radix.c 19 int mp_read_radix (mp_int * a, const char *str, int radix)
  /external/dropbear/libtommath/etc/
tune.c 60 mp_int a, b, c;
90 mp_int a, b;
2kprime.c 11 mp_int q, p;
drprime.c 10 mp_int a, b;
mersenne.c 11 mp_int n, u;
pprime.c 175 pprime (int k, int li, mp_int * p, mp_int * q)
177 mp_int a, b, c, n, x, y, z, v;
364 mp_int p, q;
  /external/dropbear/
svr-kex.c 39 static void send_msg_kexdh_reply(mp_int *dh_e);
74 static void send_msg_kexdh_reply(mp_int *dh_e) {
cli-kex.c 46 cli_ses.dh_e = (mp_int*)m_malloc(sizeof(mp_int));
47 cli_ses.dh_x = (mp_int*)m_malloc(sizeof(mp_int));
common-kex.c 474 void gen_kexdh_vals(mp_int *dh_pub, mp_int *dh_priv) {
514 void kexdh_comb_key(mp_int *dh_pub_us, mp_int *dh_priv, mp_int *dh_pub_them,
517 mp_int dh_p;
518 mp_int *dh_e = NULL, *dh_f = NULL;
532 ses.dh_K = (mp_int*)m_malloc(sizeof(mp_int));
dbutil.h 69 #define DEF_MP_INT(X) mp_int X = {0, 0, 0, NULL}
  /external/dropbear/libtommath/demo/
timing.c 14 void ndraw(mp_int * a, char *name)
23 static void draw(mp_int * a)
85 mp_int a, b, c, d, e, f;
  /external/dropbear/libtommath/mtest/
mtest.c 44 void rand_num(mp_int *a)
56 void rand_num2(mp_int *a)
73 mp_int a, b, c, d, e;
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm/
mpspec_def.h 121 mp_INT = 0,
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm/
mpspec_def.h 121 mp_INT = 0,
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/asm/
mpspec_def.h 121 mp_INT = 0,
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/asm/
mpspec_def.h 121 mp_INT = 0,
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/asm/
mpspec_def.h 121 mp_INT = 0,

Completed in 1339 milliseconds

1 2 3 4 56 7