Searched refs:XREALLOC (Results 1 - 12 of 12) sorted by relevance

/external/dropbear/libtommath/
H A Dbn_mp_shrink.c23 if ((tmp = OPT_CAST(mp_digit) XREALLOC (a->dp, sizeof (mp_digit) * a->used)) == NULL) {
H A Dbn_mp_grow.c35 tmp = OPT_CAST(mp_digit) XREALLOC (a->dp, sizeof (mp_digit) * size);
H A Dtommath.h113 #define XREALLOC realloc macro
118 extern void *XREALLOC(void *p, size_t n);
/external/dropbear/libtomcrypt/src/headers/
H A Dtomcrypt_custom.h14 #ifndef XREALLOC
18 #define XREALLOC realloc macro
H A Dtomcrypt_cfg.h27 LTC_EXPORT void * LTC_CALL XREALLOC(void *p, size_t n);
/external/dropbear/libtomcrypt/src/pk/asn1/der/sequence/
H A Dder_decode_sequence_flexi.c215 if ((realloc_tmp = XREALLOC(l->data, l->size * sizeof(unsigned long))) == NULL) {
/external/wpa_supplicant_6/wpa_supplicant/src/tls/
H A Dlibtommath.c78 #define XREALLOC os_realloc macro
1264 tmp = OPT_CAST(mp_digit) XREALLOC (a->dp, sizeof (mp_digit) * size);
/external/wpa_supplicant_8/hostapd/src/tls/
H A Dlibtommath.c86 #define XREALLOC os_realloc macro
1272 tmp = OPT_CAST(mp_digit) XREALLOC (a->dp, sizeof (mp_digit) * size);
/external/wpa_supplicant_8/src/tls/
H A Dlibtommath.c86 #define XREALLOC os_realloc macro
1272 tmp = OPT_CAST(mp_digit) XREALLOC (a->dp, sizeof (mp_digit) * size);
/external/wpa_supplicant_8/wpa_supplicant/src/tls/
H A Dlibtommath.c86 #define XREALLOC os_realloc macro
1272 tmp = OPT_CAST(mp_digit) XREALLOC (a->dp, sizeof (mp_digit) * size);
/external/dropbear/libtommath/pre_gen/
H A Dmpi.c3348 tmp = OPT_CAST(mp_digit) XREALLOC (a->dp, sizeof (mp_digit) * size);
7216 if ((tmp = OPT_CAST(mp_digit) XREALLOC (a->dp, sizeof (mp_digit) * a->used)) == NULL) {
/external/dropbear/libtomcrypt/
H A Dcrypt.tex5216 \index{XMALLOC}\index{XCALLOC}\index{XREALLOC}\index{XFREE}
5217 At the top of tomcrypt\_custom.h are a series of macros denoted as XMALLOC, XCALLOC, XREALLOC, XFREE, and so on. They resolve to

Completed in 174 milliseconds