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

  /external/wpa_supplicant_8/src/tls/
bignum.c 218 if (mp_exptmod((mp_int *) a, (mp_int *) b, (mp_int *) c, (mp_int *) d)
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/wpa_supplicant_8/src/crypto/
crypto_libtomcrypt.c 21 #define mp_exptmod(a,b,c,d) ltc_mp.exptmod(a,b,c,d) macro
712 if (mp_exptmod(b, p, m, r) != CRYPT_OK)

Completed in 699 milliseconds