HomeSort by relevance Sort by last modified time
    Searched defs:mp_exptmod (Results 1 - 6 of 6) 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_8/src/crypto/
crypto_libtomcrypt.c 21 #define mp_exptmod(a,b,c,d) ltc_mp.exptmod(a,b,c,d) macro
711 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_8/src/tls/
libtommath.c 591 static int mp_exptmod (mp_int * G, mp_int * X, mp_int * P, mp_int * Y) function
629 err = mp_exptmod(&tmpG, &tmpX, P, Y);
633 #error mp_exptmod would always fail
672 #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 161 milliseconds