Searched refs:mp_init (Results 1 - 25 of 59) sorted by relevance

123

/external/dropbear/libtommath/
H A Dbn_mp_init_copy.c23 if ((res = mp_init (a)) != MP_OKAY) {
H A Dbn_mp_init_set.c22 if ((err = mp_init(a)) != MP_OKAY) {
H A Dbn_mp_init_set_int.c22 if ((err = mp_init(a)) != MP_OKAY) {
H A Dbn_mp_addmod.c25 if ((res = mp_init (&t)) != MP_OKAY) {
H A Dbn_mp_init.c19 int mp_init (mp_int * a) function
H A Dbn_mp_mulmod.c24 if ((res = mp_init (&t)) != MP_OKAY) {
H A Dbn_mp_reduce_2k_setup_l.c24 if ((res = mp_init(&tmp)) != MP_OKAY) {
H A Dbn_mp_sqrmod.c25 if ((res = mp_init (&t)) != MP_OKAY) {
H A Dbn_mp_submod.c26 if ((res = mp_init (&t)) != MP_OKAY) {
H A Dbn_mp_n_root.c38 if ((res = mp_init (&t1)) != MP_OKAY) {
42 if ((res = mp_init (&t2)) != MP_OKAY) {
46 if ((res = mp_init (&t3)) != MP_OKAY) {
H A Dbn_mp_init_multi.c28 if (mp_init(cur_arg) != MP_OKAY) {
H A Dbn_mp_mod.c25 if ((res = mp_init (&t)) != MP_OKAY) {
H A Dbn_mp_prime_fermat.c40 if ((err = mp_init (&t)) != MP_OKAY) {
H A Dbn_mp_reduce_2k_setup.c24 if ((res = mp_init(&tmp)) != MP_OKAY) {
H A Dbn_mp_exptmod.c40 if ((err = mp_init(&tmpG)) != MP_OKAY) {
49 if ((err = mp_init(&tmpX)) != MP_OKAY) {
H A Dbn_mp_prime_is_prime.c57 if ((err = mp_init (&b)) != MP_OKAY) {
H A Dbn_mp_reduce_2k.c24 if ((res = mp_init(&q)) != MP_OKAY) {
H A Dbn_mp_reduce_2k_l.c27 if ((res = mp_init(&q)) != MP_OKAY) {
H A Dbn_s_mp_exptmod.c56 if ((err = mp_init(&M[1])) != MP_OKAY) {
62 if ((err = mp_init(&M[x])) != MP_OKAY) {
72 if ((err = mp_init (&mu)) != MP_OKAY) {
133 if ((err = mp_init (&res)) != MP_OKAY) {
/external/dropbear/
H A Dbignum.c30 /* wrapper for mp_init, failing fatally on errors (memory allocation) */
33 if (mp_init(mp) != MP_OKAY) {
47 if (mp_init(cur_arg) != MP_OKAY) {
/external/dropbear/libtommath/etc/
H A Dtune.c63 mp_init (&a);
64 mp_init (&b);
65 mp_init (&c);
93 mp_init (&a);
94 mp_init (&b);
H A Ddrprime.c12 mp_init(&a);
13 mp_init(&b);
H A Dpprime.c187 if ((res = mp_init (&c)) != MP_OKAY) {
191 if ((res = mp_init (&v)) != MP_OKAY) {
203 if ((res = mp_init (&a)) != MP_OKAY) {
210 if ((res = mp_init (&b)) != MP_OKAY) {
214 if ((res = mp_init (&n)) != MP_OKAY) {
218 if ((res = mp_init (&x)) != MP_OKAY) {
222 if ((res = mp_init (&y)) != MP_OKAY) {
226 if ((res = mp_init (&z)) != MP_OKAY) {
381 mp_init (&p);
382 mp_init (
[all...]
/external/dropbear/libtomcrypt/src/math/
H A Dmulti.c24 if (mp_init(cur) != CRYPT_OK) {
/external/dropbear/libtomcrypt/src/pk/dsa/
H A Ddsa_shared_secret.c43 if ((err = mp_init(&res)) != CRYPT_OK) {

Completed in 379 milliseconds

123