Searched refs:chap_verify_hook (Results 1 – 4 of 4) sorted by relevance
115 extern int (*chap_verify_hook)(char *name, char *ourname, int id,
53 int (*chap_verify_hook)(char *name, char *ourname, int id, variable344 if (chap_verify_hook) in chap_handle_response()345 verifier = chap_verify_hook; in chap_handle_response()
123 chap_verify_hook = winbind_chap_verify; in plugin_init()
157 chap_verify_hook = radius_chap_verify; in plugin_init()