Home
last modified time | relevance | path

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

/external/dropbear/libtomcrypt/src/headers/
Dtomcrypt_custom.h14 #ifndef XREALLOC
18 #define XREALLOC realloc macro
Dtomcrypt_cfg.h27 LTC_EXPORT void * LTC_CALL XREALLOC(void *p, size_t n);
/external/dropbear/libtommath/
Dbn_mp_shrink.c23 if ((tmp = OPT_CAST(mp_digit) XREALLOC (a->dp, sizeof (mp_digit) * a->used)) == NULL) { in mp_shrink()
Dbn_mp_grow.c35 tmp = OPT_CAST(mp_digit) XREALLOC (a->dp, sizeof (mp_digit) * size); in mp_grow()
Dtommath.h113 #define XREALLOC realloc macro
118 extern void *XREALLOC(void *p, size_t n);
Dchanges.txt24 -- [Peter LaDow] found a typo in the XREALLOC macro
/external/dropbear/libtomcrypt/src/pk/asn1/der/sequence/
Dder_decode_sequence_flexi.c215 if ((realloc_tmp = XREALLOC(l->data, l->size * sizeof(unsigned long))) == NULL) { in der_decode_sequence_flexi()
/external/wpa_supplicant/
Dlibtommath.c55 #define XREALLOC os_realloc macro
1216 tmp = OPT_CAST(mp_digit) XREALLOC (a->dp, sizeof (mp_digit) * size); in mp_grow()
/external/dropbear/libtommath/pre_gen/
Dmpi.c3348 tmp = OPT_CAST(mp_digit) XREALLOC (a->dp, sizeof (mp_digit) * size); in mp_grow()
7216 if ((tmp = OPT_CAST(mp_digit) XREALLOC (a->dp, sizeof (mp_digit) * a->used)) == NULL) { in mp_shrink()
/external/dropbear/libtomcrypt/
Dchanges345 -- [Peter LaDow] fixed a typo w.r.t. XREALLOC macro (spelling counts kids!)
873 -- Added XREALLOC macro to provide realloc() functionality.
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, XFRE…
/external/bison/
DChangeLog5756 All uses of XCALLOC, XMALLOC, and XREALLOC changed to use these