Symbol: racoon_malloc
crypto/dist/ipsec-tools/src/racoon/admin.c
138
if ((combuf = racoon_malloc(com.ac_len)) == 0) {
crypto/dist/ipsec-tools/src/racoon/cfparse.y
1335
groupname = racoon_malloc($1->l+1);
crypto/dist/ipsec-tools/src/racoon/cfparse.y
1366
icc->splitdns_list = racoon_malloc($1->l);
crypto/dist/ipsec-tools/src/racoon/cfparse.y
2360
struct etypes *new = racoon_malloc(sizeof(struct etypes));
crypto/dist/ipsec-tools/src/racoon/cfparse.y
2670
new->remote = racoon_malloc(sizeof(*new->remote));
crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c
136
buf = racoon_malloc(len + 1);
crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c
1937
SHA512_CTX *c = racoon_malloc(sizeof(*c));
crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c
1986
SHA384_CTX *c = racoon_malloc(sizeof(*c));
crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c
2035
SHA256_CTX *c = racoon_malloc(sizeof(*c));
crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c
2083
SHA_CTX *c = racoon_malloc(sizeof(*c));
crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c
2130
MD5_CTX *c = racoon_malloc(sizeof(*c));
crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c
580
*altname = racoon_malloc(len);
crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c
593
*altname = racoon_malloc(4*3 + 3 + 1); /* digits + decimals + null */
crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c
606
*altname = racoon_malloc(16*2 + 7 + 1); /* digits + colons + null */
crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c
727
text = racoon_malloc(len + 1);
crypto/dist/ipsec-tools/src/racoon/debugrm.h
40
#ifndef racoon_malloc
crypto/dist/ipsec-tools/src/racoon/debugrm.h
56
#ifndef racoon_malloc
crypto/dist/ipsec-tools/src/racoon/dnssec.c
72
name = racoon_malloc(namelen + 1);
crypto/dist/ipsec-tools/src/racoon/evt.c
142
if ((evtdump = racoon_malloc(len)) == NULL) {
crypto/dist/ipsec-tools/src/racoon/evt.c
148
if ((evt = racoon_malloc(sizeof(*evt))) == NULL) {
crypto/dist/ipsec-tools/src/racoon/evt.c
224
if ((e = racoon_malloc(len)) == NULL) {
crypto/dist/ipsec-tools/src/racoon/evt.c
344
if ((l = racoon_malloc(sizeof(*l))) == NULL) {
crypto/dist/ipsec-tools/src/racoon/gcmalloc.h
110
#ifndef racoon_malloc
crypto/dist/ipsec-tools/src/racoon/grabmyaddr.c
862
ref = buf = racoon_malloc(bufsiz);
crypto/dist/ipsec-tools/src/racoon/gssapi.c
112
gsstoken->value = racoon_malloc(vmbuf->l);
crypto/dist/ipsec-tools/src/racoon/gssapi.c
147
gssid = racoon_malloc(sizeof(*gssid));
crypto/dist/ipsec-tools/src/racoon/ipsec_doi.c
2787
char *odst, *dst = racoon_malloc(dstleft);
crypto/dist/ipsec-tools/src/racoon/ipsec_doi.c
4406
ret = racoon_malloc(len+1);
crypto/dist/ipsec-tools/src/racoon/isakmp.c
2932
plist = racoon_malloc (sizeof (struct payload_list));
crypto/dist/ipsec-tools/src/racoon/isakmp.c
2936
plist->next = racoon_malloc (sizeof (struct payload_list));
crypto/dist/ipsec-tools/src/racoon/isakmp.c
3104
envitem = racoon_malloc(strlen(name) + 1 + strlen(value) + 1);
crypto/dist/ipsec-tools/src/racoon/isakmp_agg.c
425
natd = (struct natd_payload *)racoon_malloc(sizeof(*natd));
crypto/dist/ipsec-tools/src/racoon/isakmp_cfg.c
1316
if ((state = racoon_malloc(sizeof(*state))) == NULL) {
crypto/dist/ipsec-tools/src/racoon/isakmp_frag.c
248
if ((item = racoon_malloc(sizeof(*item))) == NULL) {
crypto/dist/ipsec-tools/src/racoon/isakmp_quick.c
2431
iph2->spidx_gen = racoon_malloc(sizeof(spidx));
crypto/dist/ipsec-tools/src/racoon/isakmp_quick.c
2450
iph2->spidx_gen = racoon_malloc(sizeof(spidx));
crypto/dist/ipsec-tools/src/racoon/isakmp_unity.c
317
racoon_malloc(sizeof(struct unity_netentry));
crypto/dist/ipsec-tools/src/racoon/isakmp_unity.c
384
str = racoon_malloc(len + 1);
crypto/dist/ipsec-tools/src/racoon/isakmp_xauth.c
1050
iph1->mode_cfg->xauth.udn = racoon_malloc(strlen(userdn)+1);
crypto/dist/ipsec-tools/src/racoon/isakmp_xauth.c
1151
init = racoon_malloc(tmplen);
crypto/dist/ipsec-tools/src/racoon/isakmp_xauth.c
1220
filter = racoon_malloc(tmplen);
crypto/dist/ipsec-tools/src/racoon/isakmp_xauth.c
1748
*xauth_rmconf = racoon_malloc(sizeof(**xauth_rmconf));
crypto/dist/ipsec-tools/src/racoon/isakmp_xauth.c
1785
new = racoon_malloc(sizeof(*new));
crypto/dist/ipsec-tools/src/racoon/isakmp_xauth.c
238
if ((*outlet = racoon_malloc(alen + 1)) == NULL) {
crypto/dist/ipsec-tools/src/racoon/isakmp_xauth.c
642
if ((reply = racoon_malloc(sizeof(*reply) * msg_count)) == NULL)
crypto/dist/ipsec-tools/src/racoon/isakmp_xauth.c
876
init = racoon_malloc(tmplen);
crypto/dist/ipsec-tools/src/racoon/isakmp_xauth.c
887
init = racoon_malloc(tmplen);
crypto/dist/ipsec-tools/src/racoon/isakmp_xauth.c
982
filter = racoon_malloc(tmplen);
crypto/dist/ipsec-tools/src/racoon/isakmp_xauth.c
993
atlist[0] = racoon_malloc(tmplen);
crypto/dist/ipsec-tools/src/racoon/isakmp_xauth.c
995
atlist[1] = racoon_malloc(tmplen);
crypto/dist/ipsec-tools/src/racoon/logger.c
68
p = (struct log *)racoon_malloc(sizeof(*p));
crypto/dist/ipsec-tools/src/racoon/logger.c
73
p->buf = (char **)racoon_malloc(sizeof(char *) * siz);
crypto/dist/ipsec-tools/src/racoon/logger.c
80
p->tbuf = (time_t *)racoon_malloc(sizeof(time_t) * siz);
crypto/dist/ipsec-tools/src/racoon/nattraversal.c
413
new_addr = (struct natt_ka_addrs *)racoon_malloc(sizeof(*new_addr));
crypto/dist/ipsec-tools/src/racoon/pfkey.c
2090
policy = racoon_malloc(policylen);
crypto/dist/ipsec-tools/src/racoon/pfkey.c
2134
pr_rlist = racoon_malloc((rlist_len+1)*sizeof(struct saproto*));
crypto/dist/ipsec-tools/src/racoon/plog.c
217
buf = racoon_malloc(buflen);
crypto/dist/ipsec-tools/src/racoon/plog.c
274
d = racoon_malloc(n + 1);
crypto/dist/ipsec-tools/src/racoon/privsep.c
1053
if ((msg = racoon_malloc(len)) == NULL) {
crypto/dist/ipsec-tools/src/racoon/privsep.c
1112
if ((msg = racoon_malloc(len)) == NULL) {
crypto/dist/ipsec-tools/src/racoon/privsep.c
1178
if ((msg = racoon_malloc(len)) == NULL) {
crypto/dist/ipsec-tools/src/racoon/privsep.c
1252
if ((msg = racoon_malloc(len)) == NULL) {
crypto/dist/ipsec-tools/src/racoon/privsep.c
1313
if ((msg = racoon_malloc(len)) == NULL) {
crypto/dist/ipsec-tools/src/racoon/privsep.c
1365
if ((msg = racoon_malloc(len)) == NULL) {
crypto/dist/ipsec-tools/src/racoon/privsep.c
159
if ((combuf = (struct admin_com *)racoon_malloc(com.ac_len)) == NULL) {
crypto/dist/ipsec-tools/src/racoon/privsep.c
1605
if ((msg = racoon_malloc(len)) == NULL) {
crypto/dist/ipsec-tools/src/racoon/privsep.c
1662
if ((msg = racoon_malloc(len)) == NULL) {
crypto/dist/ipsec-tools/src/racoon/privsep.c
1727
if ((msg = racoon_malloc(len)) == NULL) {
crypto/dist/ipsec-tools/src/racoon/privsep.c
357
if ((reply = racoon_malloc(sizeof(*reply))) == NULL) {
crypto/dist/ipsec-tools/src/racoon/privsep.c
454
envp = racoon_malloc((envc + 1) * sizeof(char *));
crypto/dist/ipsec-tools/src/racoon/privsep.c
899
if ((msg = racoon_malloc(len)) == NULL) {
crypto/dist/ipsec-tools/src/racoon/privsep.c
945
if ((msg = racoon_malloc(sizeof(*msg))) == NULL) {
crypto/dist/ipsec-tools/src/racoon/racoonctl.c
1296
banner = racoon_malloc(ntohs(attr->lorv) + 1);
crypto/dist/ipsec-tools/src/racoon/remoteconf.c
623
new->remote = racoon_malloc(sizeof(*new->remote));
crypto/dist/ipsec-tools/src/racoon/remoteconf.c
779
new = racoon_malloc(sizeof(struct etypes));
crypto/dist/ipsec-tools/src/racoon/schedule.c
196
new = racoon_malloc(*len);
crypto/dist/ipsec-tools/src/racoon/schedule.c
262
tick = (int *)racoon_malloc(sizeof(*tick));
crypto/dist/ipsec-tools/src/racoon/sockmisc.c
804
saddr = racoon_malloc(res->ai_addrlen);
crypto/dist/ipsec-tools/src/racoon/str2val.c
57
if ((new = racoon_malloc(len)) == 0) return(0);
crypto/dist/ipsec-tools/src/racoon/str2val.c
98
if ((dst = racoon_malloc(i)) == NULL)
crypto/dist/ipsec-tools/src/racoon/throttle.c
68
if ((te = racoon_malloc(len)) == NULL)
crypto/dist/ipsec-tools/src/racoon/vmbuf.c
57
if ((var = (vchar_t *)racoon_malloc(sizeof(*var))) == NULL)