Searched refs:secret2 (Results 1 – 4 of 4) sorted by relevance
/freebsd/usr.sbin/ctld/ |
H A D | conf.h | 43 const char *user2, const char *secret2); 74 const char *user2, const char *secret2);
|
H A D | conf.c | 164 const char *user2, const char *secret2) in auth_group_add_chap_mutual() argument 166 return (auth_new_chap_mutual(auth_group, user, secret, user2, secret2)); in auth_group_add_chap_mutual() 544 const char *user2, const char *secret2) in target_add_chap_mutual() argument 559 secret2)); in target_add_chap_mutual()
|
H A D | ctld.h | 268 const char *user2, const char *secret2);
|
H A D | ctld.c | 272 const char *secret, const char *user2, const char *secret2) in auth_new_chap_mutual() argument 294 auth->a_mutual_secret = checked_strdup(secret2); in auth_new_chap_mutual()
|