Searched refs:chap_check_hook (Results 1 – 5 of 5) sorted by relevance
80 chap_check_hook = pwfd_check; in plugin_init()
122 chap_check_hook = winbind_secret_check; in plugin_init()
181 int (*chap_check_hook) __P((void)) = NULL; variable1641 if (chap_check_hook) {1642 ret = (*chap_check_hook)();
742 extern int (*chap_check_hook) __P((void));
156 chap_check_hook = radius_secret_check; in plugin_init()