Searched refs:racoon_malloc (Results 1 – 25 of 30) sorted by relevance
12
40 #ifndef racoon_malloc41 #define racoon_malloc(sz) malloc((sz)) macro56 #ifndef racoon_malloc57 #define racoon_malloc(sz) \ macro
91 #define racoon_malloc(sz) GC_debug_malloc(sz, GC_EXTRAS) macro110 #ifndef racoon_malloc111 #define racoon_malloc(sz) malloc((sz)) macro
59 if ((new = racoon_malloc(len)) == 0) return(0);103 if ((dst = racoon_malloc(i)) == NULL)
70 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);
134 if ((combuf = (struct admin_com *)racoon_malloc(com.ac_len)) == NULL) {320 if ((reply = racoon_malloc(sizeof(*reply))) == NULL) { in privsep_init()417 envp = racoon_malloc((envc + 1) * sizeof(char *)); in privsep_init()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(len)) == NULL) {[all …]
135 new = (struct sched *)racoon_malloc(sizeof(*new));250 new = racoon_malloc(*len);323 tick = (int *)racoon_malloc(sizeof(*tick)); in getstdin()
92 if ((evtdump = racoon_malloc(len)) == NULL) {98 if ((evt = racoon_malloc(sizeof(*evt))) == NULL) {
241 if ((*outlet = racoon_malloc(alen + 1)) == NULL) {332 if ((xra = racoon_malloc(sizeof(*xra))) == NULL) {589 if ((reply = racoon_malloc(sizeof(*reply) * msg_count)) == NULL) 825 init = racoon_malloc(tmplen);882 filter = racoon_malloc(tmplen);893 atlist[0] = racoon_malloc(tmplen);895 atlist[1] = racoon_malloc(tmplen);950 iph1->mode_cfg->xauth.udn = racoon_malloc(strlen(userdn)+1);1053 init = racoon_malloc(tmplen);1111 filter = racoon_malloc(tmplen);[all …]
195 buf = racoon_malloc(buflen);255 d = racoon_malloc(n + 1);
315 racoon_malloc(sizeof(struct unity_netentry));382 str = racoon_malloc(len);
82 if ((te = racoon_malloc(len)) == NULL)
58 if ((var = (vchar_t *)racoon_malloc(sizeof(*var))) == NULL)
153 buf = racoon_malloc(len + 1);738 *altname = racoon_malloc(len);764 *altname = racoon_malloc(20);828 text = racoon_malloc(len + 1);1842 HMAC_CTX *c = racoon_malloc(sizeof(*c));2143 SHA512_CTX *c = racoon_malloc(sizeof(*c)); in eay_sha2_512_init()2203 SHA384_CTX *c = racoon_malloc(sizeof(*c)); in eay_sha2_384_init()2263 SHA256_CTX *c = racoon_malloc(sizeof(*c)); in eay_sha2_256_init()2322 SHA_CTX *c = racoon_malloc(sizeof(*c)); in eay_sha1_init()2380 MD5_CTX *c = racoon_malloc(sizeof(*c)); in eay_md5_init()
73 name = racoon_malloc(namelen + 1);
213 if ((item = racoon_malloc(sizeof(*item))) == NULL) {
112 gsstoken->value = racoon_malloc(vmbuf->l); in gssapi_vm2gssbuf()147 gssid = racoon_malloc(sizeof(*gssid)); in gssapi_get_default_gss_id()
387 new_addr = (struct natt_ka_addrs *)racoon_malloc(sizeof(*new_addr)); in natt_keepalive_add()
134 if ((combuf = racoon_malloc(com.ac_len)) == 0) { in admin_handler()
1021 groupname = racoon_malloc($1->l+1);1050 icc->splitdns_list = racoon_malloc($1->l);1939 new = racoon_malloc(sizeof(struct etypes));
342 new = racoon_malloc(sizeof(struct etypes));
445 iflist = (struct ifreq *)racoon_malloc(len); in grab_myaddrs()
2111 iph2->spidx_gen = racoon_malloc(sizeof(spidx));2130 iph2->spidx_gen = racoon_malloc(sizeof(spidx));
2952 plist = racoon_malloc (sizeof (struct payload_list)); in isakmp_plist_append()2956 plist->next = racoon_malloc (sizeof (struct payload_list)); in isakmp_plist_append()3129 envitem = racoon_malloc(strlen(name) + 1 + strlen(value) + 1);
1005 saddr = racoon_malloc(res->ai_addrlen);
252 char *output = racoon_malloc(length + 1); in binsanitize()