Searched refs:mp_montgomery_reduce (Results 1 - 17 of 17) sorted by relevance

/external/dropbear/libtomcrypt/src/pk/ecc/
H A Dltc_ecc_projective_add_point.c68 if ((err = mp_montgomery_reduce(t1, modulus, mp)) != CRYPT_OK) { goto done; }
71 if ((err = mp_montgomery_reduce(x, modulus, mp)) != CRYPT_OK) { goto done; }
74 if ((err = mp_montgomery_reduce(t1, modulus, mp)) != CRYPT_OK) { goto done; }
77 if ((err = mp_montgomery_reduce(y, modulus, mp)) != CRYPT_OK) { goto done; }
82 if ((err = mp_montgomery_reduce(t1, modulus, mp)) != CRYPT_OK) { goto done; }
85 if ((err = mp_montgomery_reduce(t2, modulus, mp)) != CRYPT_OK) { goto done; }
88 if ((err = mp_montgomery_reduce(t1, modulus, mp)) != CRYPT_OK) { goto done; }
91 if ((err = mp_montgomery_reduce(t1, modulus, mp)) != CRYPT_OK) { goto done; }
128 if ((err = mp_montgomery_reduce(z, modulus, mp)) != CRYPT_OK) { goto done; }
133 if ((err = mp_montgomery_reduce(
[all...]
H A Dltc_ecc_map.c47 if ((err = mp_montgomery_reduce(P->z, modulus, mp)) != CRYPT_OK) { goto done; }
60 if ((err = mp_montgomery_reduce(P->x, modulus, mp)) != CRYPT_OK) { goto done; }
62 if ((err = mp_montgomery_reduce(P->y, modulus, mp)) != CRYPT_OK) { goto done; }
H A Dltc_ecc_projective_dbl_point.c56 if ((err = mp_montgomery_reduce(t1, modulus, mp)) != CRYPT_OK) { goto done; }
59 if ((err = mp_montgomery_reduce(R->z, modulus, mp)) != CRYPT_OK) { goto done; }
78 if ((err = mp_montgomery_reduce(t2, modulus, mp)) != CRYPT_OK) { goto done; }
97 if ((err = mp_montgomery_reduce(R->y, modulus, mp)) != CRYPT_OK) { goto done; }
100 if ((err = mp_montgomery_reduce(t2, modulus, mp)) != CRYPT_OK) { goto done; }
108 if ((err = mp_montgomery_reduce(R->y, modulus, mp)) != CRYPT_OK) { goto done; }
112 if ((err = mp_montgomery_reduce(R->x, modulus, mp)) != CRYPT_OK) { goto done; }
131 if ((err = mp_montgomery_reduce(R->y, modulus, mp)) != CRYPT_OK) { goto done; }
/external/dropbear/libtommath/etc/
H A Dmont.c29 mp_montgomery_reduce(&pp, &modulus, mp);
/external/dropbear/libtommath/
H A Dbn_mp_montgomery_reduce.c20 mp_montgomery_reduce (mp_int * x, mp_int * n, mp_digit rho) function
H A Dbn_mp_exptmod_fast.c107 redux = mp_montgomery_reduce;
H A Dtommath.h414 int mp_montgomery_reduce(mp_int *a, mp_int *m, mp_digit mp);
H A Dbn.tex1390 int mp_montgomery_reduce(mp_int *a, mp_int *m, mp_digit mp);
1454 if ((result = mp_montgomery_reduce(&c, &b, mp)) != MP_OKAY) \{
1468 if ((result = mp_montgomery_reduce(&c, &b, mp)) != MP_OKAY) \{
1475 if ((result = mp_montgomery_reduce(&c, &b, mp)) != MP_OKAY) \{
/external/dropbear/libtomcrypt/src/headers/
H A Dtomcrypt_math.h490 #define mp_montgomery_reduce(a, b, c) ltc_mp.montgomery_reduce(a, b, c) macro
/external/dropbear/libtomcrypt/src/math/
H A Dltm_desc.c367 return mpi_to_ltc_error(mp_montgomery_reduce(a, b, *((mp_digit *)c)));
/external/dropbear/libtomcrypt/src/math/fp/
H A Dltc_ecc_fp_mulmod.c734 if ((err = mp_montgomery_reduce(fp_cache[idx].LUT[x]->z, modulus, mp)) != CRYPT_OK) { goto ERR; }
/external/dropbear/libtommath/demo/
H A Ddemo.c91 mp_montgomery_reduce(&c, &a, mp);
/external/wpa_supplicant_6/wpa_supplicant/src/tls/
H A Dlibtommath.c3015 redux = mp_montgomery_reduce;
/external/wpa_supplicant_8/hostapd/src/tls/
H A Dlibtommath.c3023 redux = mp_montgomery_reduce;
/external/wpa_supplicant_8/src/tls/
H A Dlibtommath.c3023 redux = mp_montgomery_reduce;
/external/wpa_supplicant_8/wpa_supplicant/src/tls/
H A Dlibtommath.c3023 redux = mp_montgomery_reduce;
/external/dropbear/libtommath/pre_gen/
H A Dmpi.c2724 redux = mp_montgomery_reduce;
4750 mp_montgomery_reduce (mp_int * x, mp_int * n, mp_digit rho) function

Completed in 136 milliseconds