Searched refs:racoon_malloc (Results 1 - 16 of 16) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/racoon/
H A Ddebugrm.h35 #ifndef racoon_malloc
36 #define racoon_malloc(sz) malloc((sz)) macro
48 #ifndef racoon_malloc
49 #define racoon_malloc(sz) \ macro
H A Dgcmalloc.h82 #define racoon_malloc(sz) GC_debug_malloc(sz, GC_EXTRAS) macro
100 #ifndef racoon_malloc
101 #define racoon_malloc(sz) malloc((sz)) macro
H A Dstr2val.c55 if ((new = racoon_malloc(len)) == 0) return(0);
99 if ((dst = racoon_malloc(i)) == NULL)
H A Dvmbuf.c52 if ((var = (vchar_t *)racoon_malloc(sizeof(*var))) == NULL)
H A Ddnssec.c69 name = racoon_malloc(namelen + 1);
H A Dlogger.c66 p = (struct log *)racoon_malloc(sizeof(*p));
71 p->buf = (char **)racoon_malloc(sizeof(char *) * siz);
78 p->tbuf = (time_t *)racoon_malloc(sizeof(time_t *) * siz);
H A Dschedule.c130 new = (struct sched *)racoon_malloc(sizeof(*new));
244 new = racoon_malloc(*len);
317 tick = (int *)racoon_malloc(sizeof(*tick));
H A Dplog.c174 buf = racoon_malloc(buflen);
H A Dcrypto_openssl.c127 buf = racoon_malloc(len + 1);
454 *altname = racoon_malloc(len);
537 text = racoon_malloc(len + 1);
1463 HMAC_CTX *c = racoon_malloc(sizeof(*c));
1776 SHA512_CTX *c = racoon_malloc(sizeof(*c));
1834 SHA384_CTX *c = racoon_malloc(sizeof(*c));
1892 SHA256_CTX *c = racoon_malloc(sizeof(*c));
1950 SHA_CTX *c = racoon_malloc(sizeof(*c));
2008 MD5_CTX *c = racoon_malloc(sizeof(*c));
H A Dadmin.c113 if ((combuf = racoon_malloc(com.ac_len)) == 0) {
H A Dgrabmyaddr.c424 iflist = (struct ifreq *)racoon_malloc(len);
H A Dgssapi.c110 gsstoken->value = racoon_malloc(vmbuf->l);
H A Dcfparse.y845 new = racoon_malloc(sizeof(struct etypes));
H A Dsockmisc.c855 saddr = racoon_malloc(res->ai_addrlen);
H A Disakmp_quick.c2011 iph2->spidx_gen = racoon_malloc(sizeof(spidx));
H A Dpfkey.c1745 policy = racoon_malloc(policylen);

Completed in 120 milliseconds