Searched refs:mp_montgomery_reduce (Results 1 - 17 of 17) sorted by relevance
/external/dropbear/libtomcrypt/src/pk/ecc/ |
H A D | ltc_ecc_projective_add_point.c | 68 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 D | ltc_ecc_map.c | 47 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 D | ltc_ecc_projective_dbl_point.c | 56 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 D | mont.c | 29 mp_montgomery_reduce(&pp, &modulus, mp);
|
/external/dropbear/libtommath/ |
H A D | bn_mp_montgomery_reduce.c | 20 mp_montgomery_reduce (mp_int * x, mp_int * n, mp_digit rho) function
|
H A D | bn_mp_exptmod_fast.c | 107 redux = mp_montgomery_reduce;
|
H A D | tommath.h | 414 int mp_montgomery_reduce(mp_int *a, mp_int *m, mp_digit mp);
|
H A D | bn.tex | 1390 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 D | tomcrypt_math.h | 490 #define mp_montgomery_reduce(a, b, c) ltc_mp.montgomery_reduce(a, b, c) macro
|
/external/dropbear/libtomcrypt/src/math/ |
H A D | ltm_desc.c | 367 return mpi_to_ltc_error(mp_montgomery_reduce(a, b, *((mp_digit *)c)));
|
/external/dropbear/libtomcrypt/src/math/fp/ |
H A D | ltc_ecc_fp_mulmod.c | 734 if ((err = mp_montgomery_reduce(fp_cache[idx].LUT[x]->z, modulus, mp)) != CRYPT_OK) { goto ERR; }
|
/external/dropbear/libtommath/demo/ |
H A D | demo.c | 91 mp_montgomery_reduce(&c, &a, mp);
|
/external/wpa_supplicant_6/wpa_supplicant/src/tls/ |
H A D | libtommath.c | 3015 redux = mp_montgomery_reduce;
|
/external/wpa_supplicant_8/hostapd/src/tls/ |
H A D | libtommath.c | 3023 redux = mp_montgomery_reduce;
|
/external/wpa_supplicant_8/src/tls/ |
H A D | libtommath.c | 3023 redux = mp_montgomery_reduce;
|
/external/wpa_supplicant_8/wpa_supplicant/src/tls/ |
H A D | libtommath.c | 3023 redux = mp_montgomery_reduce;
|
/external/dropbear/libtommath/pre_gen/ |
H A D | mpi.c | 2724 redux = mp_montgomery_reduce; 4750 mp_montgomery_reduce (mp_int * x, mp_int * n, mp_digit rho) function
|
Completed in 477 milliseconds