Searched defs:num_msg (Results 1 - 1 of 1) sorted by relevance

/sssd/src/providers/proxy/
H A Dproxy_child.c63 static int proxy_internal_conv(int num_msg, const struct pam_message **msgm, argument
75 if (num_msg <= 0) return PAM_CONV_ERR;
77 reply = (struct pam_response *) calloc(num_msg,
81 for (i=0; i < num_msg; i++) {
114 static int proxy_chauthtok_conv(int num_msg, const struct pam_message **msgm, argument
126 if (num_msg <= 0) return PAM_CONV_ERR;
128 reply = (struct pam_response *) calloc(num_msg,
132 for (i=0; i < num_msg; i++) {

Completed in 10 milliseconds