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

  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_custom.h 8 #ifndef XMALLOC
12 #define XMALLOC malloc
  /external/dropbear/libtommath/
tommath.h 110 #ifndef XMALLOC
111 #define XMALLOC malloc
117 extern void *XMALLOC(size_t n);
  /external/wpa_supplicant/
libtommath.c 53 #define XMALLOC os_malloc
327 a->dp = OPT_CAST(mp_digit) XMALLOC (sizeof (mp_digit) * MP_PREC);
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/tls/
libtommath.c 76 #define XMALLOC os_malloc
367 a->dp = OPT_CAST(mp_digit) XMALLOC (sizeof (mp_digit) * MP_PREC);
    [all...]

Completed in 1024 milliseconds