Lines Matching refs:racoon_malloc
241 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(tmplen);
1671 *xauth_rmconf = racoon_malloc(sizeof(**xauth_rmconf));