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