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

  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_math.h 271 int (*mulmod)(void *a, void *b, void *c, void *d); member in struct:__anon3465
484 #define mp_mulmod(a, b, c, d) ltc_mp.mulmod(a, b, c, d)
  /external/dropbear/libtomcrypt/src/math/
gmp_desc.c 308 static int mulmod(void *a, void *b, void *c, void *d) function
430 &mulmod,
ltm_desc.c 311 static int mulmod(void *a, void *b, void *c, void *d) function
436 &mulmod,
tfm_desc.c 322 static int mulmod(void *a, void *b, void *c, void *d) function
724 &mulmod,
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]

Completed in 770 milliseconds