OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:exptmod
(Results
1 - 4
of
4
) sorted by null
/external/dropbear/libtomcrypt/src/math/
gmp_desc.c
372
static int
exptmod
(void *a, void *b, void *c, void *d)
function
439
&
exptmod
,
ltm_desc.c
376
static int
exptmod
(void *a, void *b, void *c, void *d)
function
445
&
exptmod
,
tfm_desc.c
389
static int
exptmod
(void *a, void *b, void *c, void *d)
function
733
&
exptmod
,
/external/dropbear/libtomcrypt/src/headers/
tomcrypt_math.h
328
int (*
exptmod
)(void *a, void *b, void *c, void *d);
member in struct:__anon17392
493
#define mp_exptmod(a,b,c,d) ltc_mp.
exptmod
(a,b,c,d)
Completed in 247 milliseconds