Home
last modified time | relevance | path

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

/freebsd/lib/libradius/
H A Dradlib.h55 #define RAD_CHAP_PASSWORD 3 /* String */ macro
H A Dradlib.c1180 if (type == RAD_CHAP_PASSWORD) in rad_put_attr()
/freebsd/usr.sbin/ppp/
H A Dradius.c962 if (rad_put_attr(r->cx.rad, RAD_CHAP_PASSWORD, key, klen) != 0 || in radius_Authenticate()