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

  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_math.h 215 int (*muli)(void *a, unsigned long b, void *c); member in struct:__anon3298
475 #define mp_mul_d(a, b, c) ltc_mp.muli(a, b, c)
  /external/dropbear/libtomcrypt/src/math/
gmp_desc.c 233 static int muli(void *a, unsigned long b, void *c) function
422 &muli,
ltm_desc.c 247 static int muli(void *a, unsigned long b, void *c) function
428 &muli,
tfm_desc.c 253 static int muli(void *a, unsigned long b, void *c) function
716 &muli,
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]

Completed in 179 milliseconds