Searched defs:XMALLOC (Results 1 - 6 of 6) sorted by relevance

/external/dropbear/libtomcrypt/src/headers/
H A Dtomcrypt_custom.h8 #ifndef XMALLOC
12 #define XMALLOC malloc macro
/external/dropbear/libtommath/
H A Dtommath.h110 #ifndef XMALLOC
111 #define XMALLOC malloc macro
117 extern void *XMALLOC(size_t n);
/external/wpa_supplicant_6/wpa_supplicant/src/tls/
H A Dlibtommath.c76 #define XMALLOC os_malloc macro
367 a->dp = OPT_CAST(mp_digit) XMALLOC (sizeof (mp_digit) * MP_PREC);
2488 a->dp = OPT_CAST(mp_digit) XMALLOC (sizeof (mp_digit) * size);
/external/wpa_supplicant_8/hostapd/src/tls/
H A Dlibtommath.c84 #define XMALLOC os_malloc macro
375 a->dp = OPT_CAST(mp_digit) XMALLOC (sizeof (mp_digit) * MP_PREC);
2496 a->dp = OPT_CAST(mp_digit) XMALLOC (sizeof (mp_digit) * size);
/external/wpa_supplicant_8/src/tls/
H A Dlibtommath.c84 #define XMALLOC os_malloc macro
375 a->dp = OPT_CAST(mp_digit) XMALLOC (sizeof (mp_digit) * MP_PREC);
2496 a->dp = OPT_CAST(mp_digit) XMALLOC (sizeof (mp_digit) * size);
/external/wpa_supplicant_8/wpa_supplicant/src/tls/
H A Dlibtommath.c84 #define XMALLOC os_malloc macro
375 a->dp = OPT_CAST(mp_digit) XMALLOC (sizeof (mp_digit) * MP_PREC);
2496 a->dp = OPT_CAST(mp_digit) XMALLOC (sizeof (mp_digit) * size);

Completed in 516 milliseconds