HomeSort by relevance Sort by last modified time
    Searched refs:mp_reduce_is_2k_l (Results 1 - 7 of 7) sorted by null

  /external/dropbear/libtommath/
bn_mp_reduce_is_2k_l.c 19 int mp_reduce_is_2k_l(mp_int *a) function
bn_mp_exptmod.c 70 if (mp_reduce_is_2k_l(P) == MP_YES) {
tommath.h 435 int mp_reduce_is_2k_l(mp_int *a);
  /external/dropbear/libtommath/demo/
demo.c 356 /* now mp_reduce_is_2k_l() should return */
357 if (mp_reduce_is_2k_l(&a) != 1) {
358 printf("mp_reduce_is_2k_l() return 0, should be 1\n");
  /external/wpa_supplicant/
libtommath.c 585 if (mp_reduce_is_2k_l(P) == MP_YES) {
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/tls/
libtommath.c 629 if (mp_reduce_is_2k_l(P) == MP_YES) {
    [all...]
  /external/dropbear/libtommath/pre_gen/
mpi.c 6965 int mp_reduce_is_2k_l(mp_int *a) function
    [all...]

Completed in 4292 milliseconds