Searched refs:mp_reduce_2k (Results 1 - 10 of 10) sorted by relevance
/external/dropbear/libtommath/ |
H A D | bn_mp_reduce_2k.c | 19 int mp_reduce_2k(mp_int *a, mp_int *n, mp_digit d) function
|
H A D | bn_mp_exptmod_fast.c | 128 redux = mp_reduce_2k;
|
H A D | tommath.h | 425 /* returns true if a can be reduced with mp_reduce_2k */ 432 int mp_reduce_2k(mp_int *a, mp_int *n, mp_digit d);
|
H A D | bn.tex | 1541 int mp_reduce_2k(mp_int *a, mp_int *n, mp_digit d);
|
/external/dropbear/libtommath/etc/ |
H A D | mersenne.c | 53 if ((res = mp_reduce_2k (&u, &n, 1)) != MP_OKAY) {
|
/external/dropbear/libtommath/demo/ |
H A D | demo.c | 252 /* test mp_reduce_2k */ 253 printf("Testing mp_reduce_2k...\n"); 273 mp_reduce_2k(&b, &a, 2);
|
/external/wpa_supplicant_8/hostapd/src/tls/ |
H A D | libtommath.c | 3056 redux = mp_reduce_2k;
|
/external/wpa_supplicant_8/src/tls/ |
H A D | libtommath.c | 3056 redux = mp_reduce_2k;
|
/external/wpa_supplicant_8/wpa_supplicant/src/tls/ |
H A D | libtommath.c | 3056 redux = mp_reduce_2k;
|
/external/dropbear/libtommath/pre_gen/ |
H A D | mpi.c | 2745 redux = mp_reduce_2k; 6679 int mp_reduce_2k(mp_int *a, mp_int *n, mp_digit d) function 6908 /* determines if mp_reduce_2k can be used */
|
Completed in 905 milliseconds