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

  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_math.h 287 int (*invmod)(void *, void *, void *); member in struct:__anon6656
486 #define mp_invmod(a, b, c) ltc_mp.invmod(a, b, c)
  /external/dropbear/libtomcrypt/src/math/
gmp_desc.c 329 /* invmod */
330 static int invmod(void *a, void *b, void *c) function
432 &invmod,
ltm_desc.c 328 /* invmod */
329 static int invmod(void *a, void *b, void *c) function
438 &invmod,
tfm_desc.c 339 /* invmod */
340 static int invmod(void *a, void *b, void *c) function
726 &invmod,
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]

Completed in 1243 milliseconds