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

  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_custom.h 14 #ifndef XREALLOC
18 #define XREALLOC realloc
  /external/dropbear/libtommath/
tommath.h 113 #define XREALLOC realloc
118 extern void *XREALLOC(void *p, size_t n);
  /external/wpa_supplicant/
libtommath.c 55 #define XREALLOC os_realloc
1216 tmp = OPT_CAST(mp_digit) XREALLOC (a->dp, sizeof (mp_digit) * size);
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/tls/
libtommath.c 78 #define XREALLOC os_realloc
1264 tmp = OPT_CAST(mp_digit) XREALLOC (a->dp, sizeof (mp_digit) * size);
    [all...]
  /external/wpa_supplicant_8/src/tls/
libtommath.c 78 #define XREALLOC os_realloc
1264 tmp = OPT_CAST(mp_digit) XREALLOC (a->dp, sizeof (mp_digit) * size);
    [all...]

Completed in 63 milliseconds