Home
last modified time | relevance | path

Searched refs:invmod (Results 1 – 7 of 7) sorted by relevance

/external/dropbear/libtommath/logs/
Dgraphs.dem15 set output "invmod.png"
16 plot 'invmod.log' smooth bezier title "Modular Inverse"
/external/dropbear/libtomcrypt/src/headers/
Dtomcrypt_math.h287 int (*invmod)(void *, void *, void *); member
486 #define mp_invmod(a, b, c) ltc_mp.invmod(a, b, c)
/external/dropbear/libtomcrypt/src/math/
Dgmp_desc.c330 static int invmod(void *a, void *b, void *c) in invmod() function
432 &invmod,
Dltm_desc.c329 static int invmod(void *a, void *b, void *c) in invmod() function
438 &invmod,
Dtfm_desc.c340 static int invmod(void *a, void *b, void *c) in invmod() function
726 &invmod,
/external/dropbear/libtommath/
Dchanges.txt36 -- Fixed bug in invmod not handling negative inputs correctly [Wolfgang Ehrhardt]
366 -- optimized invmod code
/external/dropbear/libtomcrypt/
Dcrypt.tex6238 int (*invmod)(void *, void *, void *);