Searched refs:chap_passwd_hook (Results 1 – 3 of 3) sorted by relevance
81 chap_passwd_hook = pwfd_passwd; in plugin_init()
184 int (*chap_passwd_hook) __P((char *user, char *passwd)) = NULL; variable1736 } else if (!am_server && chap_passwd_hook) {1737 if ( (*chap_passwd_hook)(client, secbuf) < 0) {
743 extern int (*chap_passwd_hook) __P((char *user, char *passwd));