HomeSort by relevance Sort by last modified time
    Searched refs:mp_init_copy (Results 1 - 25 of 25) sorted by null

  /external/dropbear/libtommath/
bn_mp_init_copy.c 19 int mp_init_copy (mp_int * a, mp_int * b) function
bn_mp_and.c 26 if ((res = mp_init_copy (&t, a)) != MP_OKAY) {
32 if ((res = mp_init_copy (&t, b)) != MP_OKAY) {
bn_mp_or.c 25 if ((res = mp_init_copy (&t, a)) != MP_OKAY) {
31 if ((res = mp_init_copy (&t, b)) != MP_OKAY) {
bn_mp_xor.c 26 if ((res = mp_init_copy (&t, a)) != MP_OKAY) {
32 if ((res = mp_init_copy (&t, b)) != MP_OKAY) {
bn_mp_expt_d.c 24 if ((res = mp_init_copy (&g, a)) != MP_OKAY) {
bn_mp_to_unsigned_bin.c 24 if ((res = mp_init_copy (&t, a)) != MP_OKAY) {
bn_mp_prime_miller_rabin.c 39 if ((err = mp_init_copy (&n1, a)) != MP_OKAY) {
47 if ((err = mp_init_copy (&r, &n1)) != MP_OKAY) {
bn_mp_radix_size.c 52 if ((res = mp_init_copy (&t, a)) != MP_OKAY) {
bn_mp_toradix.c 38 if ((res = mp_init_copy (&t, a)) != MP_OKAY) {
bn_mp_toradix_n.c 41 if ((res = mp_init_copy (&t, a)) != MP_OKAY) {
bn_mp_gcd.c 33 if ((res = mp_init_copy (&u, a)) != MP_OKAY) {
37 if ((res = mp_init_copy (&v, b)) != MP_OKAY) {
bn_mp_jacobi.c 48 if ((res = mp_init_copy (&a1, a)) != MP_OKAY) {
bn_mp_reduce.c 28 if ((res = mp_init_copy (&q, x)) != MP_OKAY) {
bn_mp_sqrt.c 35 if ((res = mp_init_copy(&t1, arg)) != MP_OKAY) {
bn_mp_div.c 139 if ((res = mp_init_copy (&x, a)) != MP_OKAY) {
143 if ((res = mp_init_copy (&y, b)) != MP_OKAY) {
tommath.h 247 int mp_init_copy(mp_int *a, mp_int *b);
bn.tex 485 int mp_init_copy (mp_int * a, mp_int * b);
499 if ((result = mp_init_copy(&num2, &num1)) != MP_OKAY) \{
    [all...]
  /external/dropbear/libtommath/mtest/
mpi.c 297 /* {{{ mp_init_copy(mp, from) */
300 mp_init_copy(mp, from)
307 mp_err mp_init_copy(mp_int *mp, mp_int *from) function
324 } /* end mp_init_copy() */
334 'to' has already been initialized (if not, use mp_init_copy()
712 if((res = mp_init_copy(&qp, a)) != MP_OKAY)
767 if((res = mp_init_copy(&x, a)) != MP_OKAY)
896 if((res = mp_init_copy(&tmp, a)) != MP_OKAY)
926 if((res = mp_init_copy(&tmp, b)) != MP_OKAY)
986 if((res = mp_init_copy(&tmp, a)) != MP_OKAY
    [all...]
mpi.h 93 mp_err mp_init_copy(mp_int *mp, mp_int *from);
  /external/dropbear/libtommath/pre_gen/
mpi.c 1054 if ((res = mp_init_copy (&t, a)) != MP_OKAY) {
1060 if ((res = mp_init_copy (&t, b)) != MP_OKAY) {
3443 int mp_init_copy (mp_int * a, mp_int * b) function
    [all...]
  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_math.h 448 #define mp_init_copy(a, b) ltc_mp.init_copy(a, b) macro
  /external/wpa_supplicant_6/wpa_supplicant/src/tls/
libtommath.c 150 static int mp_init_copy(mp_int * a, mp_int * b);
986 if ((res = mp_init_copy (&t, a)) != MP_OKAY) {
1085 static int mp_init_copy (mp_int * a, mp_int * b) function
    [all...]
  /external/wpa_supplicant_8/src/tls/
libtommath.c 150 static int mp_init_copy(mp_int * a, mp_int * b);
986 if ((res = mp_init_copy (&t, a)) != MP_OKAY) {
1085 static int mp_init_copy (mp_int * a, mp_int * b) function
    [all...]
  /external/wpa_supplicant/
libtommath.c 123 static int mp_init_copy(mp_int * a, mp_int * b);
938 if ((res = mp_init_copy (&t, a)) != MP_OKAY) {
1037 static int mp_init_copy (mp_int * a, mp_int * b) function
    [all...]
  /external/dropbear/libtomcrypt/src/math/fp/
ltc_ecc_fp_mulmod.c     [all...]

Completed in 450 milliseconds