HomeSort by relevance Sort by last modified time
    Searched full:init_copy (Results 1 - 6 of 6) sorted by null

  /external/dropbear/libtomcrypt/src/math/
gmp_desc.c 55 static int init_copy(void **a, void *b) function
395 &init_copy,
ltm_desc.c 82 static int init_copy(void **a, void *b) function
401 &init_copy,
tfm_desc.c 78 static int init_copy(void **a, void *b) function
689 &init_copy,
  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_math.h 42 int (*init_copy)(void **dst, void *src); member in struct:__anon1631
448 #define mp_init_copy(a, b) ltc_mp.init_copy(a, b)
  /frameworks/base/services/java/com/android/server/
PackageManagerService.java 338 static final int INIT_COPY = 5;
423 case INIT_COPY: {
424 if (DEBUG_SD_INSTALL) Log.i(TAG, "init_copy");
    [all...]
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]

Completed in 66 milliseconds