OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mp_exptmod
(Results
1 - 2
of
2
) sorted by null
/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/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
...]
Completed in 63 milliseconds