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

12

/external/ipsec-tools/src/racoon/
H A Ddebugrm.h40 #ifndef racoon_malloc
41 #define racoon_malloc(sz) malloc((sz)) macro
56 #ifndef racoon_malloc
57 #define racoon_malloc(sz) \ macro
H A Dgcmalloc.h91 #define racoon_malloc(sz) GC_debug_malloc(sz, GC_EXTRAS) macro
110 #ifndef racoon_malloc
111 #define racoon_malloc(sz) malloc((sz)) macro
H A Dstr2val.c59 if ((new = racoon_malloc(len)) == 0) return(0);
103 if ((dst = racoon_malloc(i)) == NULL)
H A Devt.c92 if ((evtdump = racoon_malloc(len)) == NULL) {
98 if ((evt = racoon_malloc(sizeof(*evt))) == NULL) {
H A Dplog.c195 buf = racoon_malloc(buflen);
255 d = racoon_malloc(n + 1);
H A Dthrottle.c82 if ((te = racoon_malloc(len)) == NULL)
H A Dvmbuf.c58 if ((var = (vchar_t *)racoon_malloc(sizeof(*var))) == NULL)
H A Dlogger.c70 p = (struct log *)racoon_malloc(sizeof(*p));
75 p->buf = (char **)racoon_malloc(sizeof(char *) * siz);
82 p->tbuf = (time_t *)racoon_malloc(sizeof(time_t *) * siz);
H A Dschedule.c135 new = (struct sched *)racoon_malloc(sizeof(*new));
250 new = racoon_malloc(*len);
323 tick = (int *)racoon_malloc(sizeof(*tick));
H A Dprivsep.c134 if ((combuf = (struct admin_com *)racoon_malloc(com.ac_len)) == NULL) {
320 if ((reply = racoon_malloc(sizeof(*reply))) == NULL) {
417 envp = racoon_malloc((envc + 1) * sizeof(char *));
714 if ((msg = racoon_malloc(len)) == NULL) {
794 if ((msg = racoon_malloc(sizeof(*msg))) == NULL) {
904 if ((msg = racoon_malloc(len)) == NULL) {
958 if ((msg = racoon_malloc(len)) == NULL) {
1012 if ((msg = racoon_malloc(len)) == NULL) {
1185 if ((msg = racoon_malloc(len)) == NULL) {
1246 if ((msg = racoon_malloc(le
[all...]
H A Ddnssec.c73 name = racoon_malloc(namelen + 1);
H A Disakmp_xauth.c241 if ((*outlet = racoon_malloc(alen + 1)) == NULL) {
332 if ((xra = racoon_malloc(sizeof(*xra))) == NULL) {
586 if ((reply = racoon_malloc(sizeof(*reply) * msg_count)) == NULL)
822 init = racoon_malloc(tmplen);
879 filter = racoon_malloc(tmplen);
890 atlist[0] = racoon_malloc(tmplen);
892 atlist[1] = racoon_malloc(tmplen);
947 iph1->mode_cfg->xauth.udn = racoon_malloc(strlen(userdn)+1);
1050 init = racoon_malloc(tmplen);
1108 filter = racoon_malloc(tmple
[all...]
H A Disakmp_unity.c315 racoon_malloc(sizeof(struct unity_netentry));
382 str = racoon_malloc(len);
H A Disakmp_frag.c213 if ((item = racoon_malloc(sizeof(*item))) == NULL) {
H A Dcrypto_openssl.c147 buf = racoon_malloc(len + 1);
732 *altname = racoon_malloc(len);
758 *altname = racoon_malloc(20);
818 text = racoon_malloc(len + 1);
1812 HMAC_CTX *c = racoon_malloc(sizeof(*c));
2113 SHA512_CTX *c = racoon_malloc(sizeof(*c));
2173 SHA384_CTX *c = racoon_malloc(sizeof(*c));
2233 SHA256_CTX *c = racoon_malloc(sizeof(*c));
2292 SHA_CTX *c = racoon_malloc(sizeof(*c));
2350 MD5_CTX *c = racoon_malloc(sizeo
[all...]
H A Dgssapi.c112 gsstoken->value = racoon_malloc(vmbuf->l);
147 gssid = racoon_malloc(sizeof(*gssid));
H A Dadmin.c134 if ((combuf = racoon_malloc(com.ac_len)) == 0) {
H A Dnattraversal.c387 new_addr = (struct natt_ka_addrs *)racoon_malloc(sizeof(*new_addr));
H A Dremoteconf.c342 new = racoon_malloc(sizeof(struct etypes));
H A Dcfparse.y1021 groupname = racoon_malloc($1->l+1);
1050 icc->splitdns_list = racoon_malloc($1->l);
1939 new = racoon_malloc(sizeof(struct etypes));
H A Disakmp_quick.c2112 iph2->spidx_gen = racoon_malloc(sizeof(spidx));
2131 iph2->spidx_gen = racoon_malloc(sizeof(spidx));
H A Dgrabmyaddr.c445 iflist = (struct ifreq *)racoon_malloc(len);
H A Disakmp_agg.c447 natd = (struct natd_payload *)racoon_malloc(sizeof(*natd));
H A Dsockmisc.c1005 saddr = racoon_malloc(res->ai_addrlen);
/external/ipsec-tools/
H A Dmain.c246 char *output = racoon_malloc(length + 1);

Completed in 1699 milliseconds

12