Home | History | Annotate | Download | only in racoon

Lines Matching full:msg_count

579 PAM_conv(msg_count, msg, rsp, dontcare)
580 int msg_count;
589 if ((reply = racoon_malloc(sizeof(*reply) * msg_count)) == NULL)
591 bzero(reply, sizeof(*reply) * msg_count);
593 for (i = 0; i < msg_count; i++) {