Home
last modified time | relevance | path

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

12

/external/ipsec-tools/src/racoon/
Ddebugrm.h40 #ifndef racoon_malloc
41 #define racoon_malloc(sz) malloc((sz)) macro
56 #ifndef racoon_malloc
57 #define racoon_malloc(sz) \ macro
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
Dstr2val.c59 if ((new = racoon_malloc(len)) == 0) return(0);
103 if ((dst = racoon_malloc(i)) == NULL)
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);
Dprivsep.c134 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 …]
Dschedule.c135 new = (struct sched *)racoon_malloc(sizeof(*new));
250 new = racoon_malloc(*len);
323 tick = (int *)racoon_malloc(sizeof(*tick)); in getstdin()
Devt.c92 if ((evtdump = racoon_malloc(len)) == NULL) {
98 if ((evt = racoon_malloc(sizeof(*evt))) == NULL) {
Disakmp_xauth.c241 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 …]
Dplog.c195 buf = racoon_malloc(buflen);
255 d = racoon_malloc(n + 1);
Disakmp_unity.c315 racoon_malloc(sizeof(struct unity_netentry));
382 str = racoon_malloc(len);
Dthrottle.c82 if ((te = racoon_malloc(len)) == NULL)
Dvmbuf.c58 if ((var = (vchar_t *)racoon_malloc(sizeof(*var))) == NULL)
Dcrypto_openssl.c153 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()
Ddnssec.c73 name = racoon_malloc(namelen + 1);
Disakmp_frag.c213 if ((item = racoon_malloc(sizeof(*item))) == NULL) {
Dgssapi.c112 gsstoken->value = racoon_malloc(vmbuf->l); in gssapi_vm2gssbuf()
147 gssid = racoon_malloc(sizeof(*gssid)); in gssapi_get_default_gss_id()
Dnattraversal.c387 new_addr = (struct natt_ka_addrs *)racoon_malloc(sizeof(*new_addr)); in natt_keepalive_add()
Dadmin.c134 if ((combuf = racoon_malloc(com.ac_len)) == 0) { in admin_handler()
Dcfparse.y1021 groupname = racoon_malloc($1->l+1);
1050 icc->splitdns_list = racoon_malloc($1->l);
1939 new = racoon_malloc(sizeof(struct etypes));
Dremoteconf.c342 new = racoon_malloc(sizeof(struct etypes));
Dgrabmyaddr.c445 iflist = (struct ifreq *)racoon_malloc(len); in grab_myaddrs()
Disakmp_quick.c2111 iph2->spidx_gen = racoon_malloc(sizeof(spidx));
2130 iph2->spidx_gen = racoon_malloc(sizeof(spidx));
Disakmp.c2952 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);
Dsockmisc.c1005 saddr = racoon_malloc(res->ai_addrlen);
/external/ipsec-tools/
Dmain.c252 char *output = racoon_malloc(length + 1); in binsanitize()

12