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

  /external/dropbear/libtommath/
bn_mp_shrink.c 23 if ((tmp = OPT_CAST(mp_digit) XREALLOC (a->dp, sizeof (mp_digit) * a->used)) == NULL) {
bn_mp_grow.c 35 tmp = OPT_CAST(mp_digit) XREALLOC (a->dp, sizeof (mp_digit) * size);
tommath.h 113 #define XREALLOC realloc
118 extern void *XREALLOC(void *p, size_t n);
  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_custom.h 14 #ifndef XREALLOC
18 #define XREALLOC realloc
tomcrypt_cfg.h 27 LTC_EXPORT void * LTC_CALL XREALLOC(void *p, size_t n);
  /external/dropbear/libtomcrypt/src/pk/asn1/der/sequence/
der_decode_sequence_flexi.c 215 if ((realloc_tmp = XREALLOC(l->data, l->size * sizeof(unsigned long))) == NULL) {
  /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...]
  /external/dropbear/libtommath/pre_gen/
mpi.c     [all...]
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]

Completed in 168 milliseconds