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()
186 int (*chap_check_hook) __P((void)) = NULL; variable1831 if (chap_check_hook) {1832 ret = (*chap_check_hook)();
715 extern int (*chap_check_hook) __P((void));
154 chap_check_hook = radius_secret_check; in plugin_init()