Searched refs:auth_new_chap (Results 1 – 3 of 3) sorted by relevance
159 return (auth_new_chap(auth_group, user, secret)); in auth_group_add_chap()539 return (auth_new_chap(target->t_auth_group, user, secret)); in target_add_chap()
264 bool auth_new_chap(struct auth_group *ag, const char *user,
243 auth_new_chap(struct auth_group *ag, const char *user, in auth_new_chap() function