Home
last modified time | relevance | path

Searched refs:CHAP_MUTUAL (Results 1 – 5 of 5) sorted by relevance

/freebsd/usr.sbin/ctld/
H A Dparse.y56 %token ALIAS AUTH_GROUP AUTH_TYPE BACKEND BLOCKSIZE CHAP CHAP_MUTUAL
273 auth_group_chap_mutual: CHAP_MUTUAL STR STR STR STR
716 target_chap_mutual: CHAP_MUTUAL STR STR STR STR
H A Dtoken.l56 chap-mutual { return CHAP_MUTUAL; }
H A Dctld.cc174 type = auth_type::CHAP_MUTUAL; in set_type()
255 ag_type = auth_type::CHAP_MUTUAL; in add_chap_mutual()
256 if (ag_type != auth_type::CHAP_MUTUAL) { in add_chap_mutual()
H A Dctld.hh96 CHAP_MUTUAL enumerator
H A Dlogin.cc370 ag->type() == auth_type::CHAP_MUTUAL); in login_receive_chap_r()