Home
last modified time | relevance | path

Searched refs:mp_reduce_is_2k (Results 1 – 8 of 8) sorted by relevance

/external/dropbear/libtommath/
Dbn_mp_reduce_is_2k.c19 int mp_reduce_is_2k(mp_int *a) in mp_reduce_is_2k() function
Dbn_mp_exptmod.c86 dr = mp_reduce_is_2k(P) << 1; in mp_exptmod()
Dtommath.h426 int mp_reduce_is_2k(mp_int *a);
Dchanges.txt128 -- Removed divisions from mp_reduce_is_2k()
/external/dropbear/libtommath/demo/
Ddemo.c262 printf("(%d)", mp_reduce_is_2k(&a)); in main()
/external/wpa_supplicant/
Dlibtommath.c601 dr = mp_reduce_is_2k(P) << 1; in mp_exptmod()
/external/dropbear/libtommath/pre_gen/
Dmpi.c2587 dr = mp_reduce_is_2k(P) << 1; in mp_exptmod()
6909 int mp_reduce_is_2k(mp_int *a) in mp_reduce_is_2k() function
/external/wpa_supplicant_6/wpa_supplicant/src/tls/
Dlibtommath.c645 dr = mp_reduce_is_2k(P) << 1; in mp_exptmod()