Searched refs:msg_count (Results 1 – 1 of 1) sorted by relevance
651 PAM_conv(msg_count, msg, rsp, dontcare) in PAM_conv() argument652 int msg_count; in PAM_conv()660 if ((reply = racoon_malloc(sizeof(*reply) * msg_count)) == NULL) 662 bzero(reply, sizeof(*reply) * msg_count);664 for (i = 0; i < msg_count; i++) {