Searched defs:mp_init_copy (Results 1 - 7 of 7) sorted by relevance

/external/dropbear/libtommath/
H A Dbn_mp_init_copy.c19 int mp_init_copy (mp_int * a, mp_int * b) function
/external/dropbear/libtomcrypt/src/headers/
H A Dtomcrypt_math.h448 #define mp_init_copy(a, b) ltc_mp.init_copy(a, b) macro
/external/dropbear/libtommath/mtest/
H A Dmpi.c297 /* {{{ 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(
[all...]
/external/wpa_supplicant_8/hostapd/src/tls/
H A Dlibtommath.c163 static int mp_init_copy(mp_int * a, mp_int * b);
1002 if ((res = mp_init_copy (&t, a)) != MP_OKAY) {
1101 static int mp_init_copy (mp_int * a, mp_int * b) function
1728 if ((res = mp_init_copy (&x, a)) != MP_OKAY) {
1732 if ((res = mp_init_copy (&y, b)) != MP_OKAY) {
2265 if ((res = mp_init_copy (&q, x)) != MP_OKAY) {
/external/wpa_supplicant_8/src/tls/
H A Dlibtommath.c163 static int mp_init_copy(mp_int * a, mp_int * b);
1002 if ((res = mp_init_copy (&t, a)) != MP_OKAY) {
1101 static int mp_init_copy (mp_int * a, mp_int * b) function
1728 if ((res = mp_init_copy (&x, a)) != MP_OKAY) {
1732 if ((res = mp_init_copy (&y, b)) != MP_OKAY) {
2265 if ((res = mp_init_copy (&q, x)) != MP_OKAY) {
/external/wpa_supplicant_8/wpa_supplicant/src/tls/
H A Dlibtommath.c163 static int mp_init_copy(mp_int * a, mp_int * b);
1002 if ((res = mp_init_copy (&t, a)) != MP_OKAY) {
1101 static int mp_init_copy (mp_int * a, mp_int * b) function
1728 if ((res = mp_init_copy (&x, a)) != MP_OKAY) {
1732 if ((res = mp_init_copy (&y, b)) != MP_OKAY) {
2265 if ((res = mp_init_copy (&q, x)) != MP_OKAY) {
/external/dropbear/libtommath/pre_gen/
H A Dmpi.c1054 if ((res = mp_init_copy (&t, a)) != MP_OKAY) {
1060 if ((res = mp_init_copy (&t, b)) != MP_OKAY) {
1694 if ((res = mp_init_copy (&x, a)) != MP_OKAY) {
1698 if ((res = mp_init_copy (&y, b)) != MP_OKAY) {
2464 if ((res = mp_init_copy (&g, a)) != MP_OKAY) {
3188 if ((res = mp_init_copy (&u, a)) != MP_OKAY) {
3192 if ((res = mp_init_copy (&v, b)) != MP_OKAY) {
3443 int mp_init_copy (mp_int * a, mp_int * b) function
4033 if ((res = mp_init_copy (&a1, a)) != MP_OKAY) {
5492 if ((res = mp_init_copy (
[all...]

Completed in 178 milliseconds