/external/dropbear/libtommath/ |
bn_mp_reduce_2k_l.c | 22 int mp_reduce_2k_l(mp_int *a, mp_int *n, mp_int *d) function
|
bn_s_mp_exptmod.c | 85 redux = mp_reduce_2k_l;
|
tommath.h | 434 /* returns true if a can be reduced with mp_reduce_2k_l */ 441 int mp_reduce_2k_l(mp_int *a, mp_int *n, mp_int *d);
|
/external/wpa_supplicant_8/src/tls/ |
libtommath.c | 180 static int mp_reduce_2k_l(mp_int *a, mp_int *n, mp_int *d); 2153 static int mp_reduce_2k_l(mp_int *a, mp_int *n, mp_int *d) function [all...] |
/external/dropbear/libtommath/demo/ |
demo.c | 338 /* test the mp_reduce_2k_l code */ 366 printf("testing mp_reduce_2k_l..."); 371 mp_reduce_2k_l(&b, &a, &d); 376 printf("mp_reduce_2k_l() failed at step %lu\n", cnt);
|
/external/dropbear/libtommath/pre_gen/ |
mpi.c | 6747 int mp_reduce_2k_l(mp_int *a, mp_int *n, mp_int *d) function [all...] |