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

  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_math.h 317 void (*montgomery_deinit)(void *a); member in struct:__anon7178
491 #define mp_montgomery_free(a) ltc_mp.montgomery_deinit(a)
  /external/dropbear/libtomcrypt/src/math/
gmp_desc.c 368 static void montgomery_deinit(void *a) function
437 &montgomery_deinit,
ltm_desc.c 371 static void montgomery_deinit(void *a) function
443 &montgomery_deinit,
tfm_desc.c 384 static void montgomery_deinit(void *a) function
731 &montgomery_deinit,
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]

Completed in 21 milliseconds