Home
last modified time | relevance | path

Searched refs:auth_new_chap (Results 1 – 3 of 3) sorted by relevance

/freebsd/usr.sbin/ctld/
H A Dconf.c159 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()
H A Dctld.h264 bool auth_new_chap(struct auth_group *ag, const char *user,
H A Dctld.c243 auth_new_chap(struct auth_group *ag, const char *user, in auth_new_chap() function