Home | History | Annotate | Download | only in racoon

Lines Matching refs:msg_count

576 PAM_conv(msg_count, msg, rsp, dontcare)
577 int msg_count;
586 if ((reply = racoon_malloc(sizeof(*reply) * msg_count)) == NULL)
588 bzero(reply, sizeof(*reply) * msg_count);
590 for (i = 0; i < msg_count; i++) {