HomeSort by relevance Sort by last modified time
    Searched defs:mp_exptmod (Results 1 - 8 of 8) sorted by null

  /external/dropbear/libtommath/
bn_mp_exptmod.c 24 int mp_exptmod (mp_int * G, mp_int * X, mp_int * P, mp_int * Y) function
59 err = mp_exptmod(&tmpG, &tmpX, P, Y);
  /external/wpa_supplicant/
crypto_libtomcrypt.c 28 #define mp_exptmod(a,b,c,d) ltc_mp.exptmod(a,b,c,d) macro
717 if (mp_exptmod(b, p, m, r) != CRYPT_OK)
libtommath.c 538 static int mp_exptmod (mp_int * G, mp_int * X, mp_int * P, mp_int * Y) function
573 err = mp_exptmod(&tmpG, &tmpX, P, Y);
577 #error mp_exptmod would always fail
615 #error mp_exptmod could fail
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
crypto_libtomcrypt.c 28 #define mp_exptmod(a,b,c,d) ltc_mp.exptmod(a,b,c,d) macro
717 if (mp_exptmod(b, p, m, r) != CRYPT_OK)
  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_math.h 493 #define mp_exptmod(a,b,c,d) ltc_mp.exptmod(a,b,c,d) macro
  /external/dropbear/libtommath/mtest/
mpi.c 1634 mp_err mp_exptmod(mp_int *a, mp_int *b, mp_int *m, mp_int *c) function
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/tls/
libtommath.c 578 static int mp_exptmod (mp_int * G, mp_int * X, mp_int * P, mp_int * Y) function
616 err = mp_exptmod(&tmpG, &tmpX, P, Y);
620 #error mp_exptmod would always fail
659 #error mp_exptmod could fail
    [all...]
  /external/dropbear/libtommath/pre_gen/
mpi.c 2525 int mp_exptmod (mp_int * G, mp_int * X, mp_int * P, mp_int * Y) function
    [all...]

Completed in 146 milliseconds