Home
last modified time | relevance | path

Searched refs:RAD_USER_PASSWORD (Results 1 – 4 of 4) sorted by relevance

/freebsd/lib/libradius/
H A Dradlib.h54 #define RAD_USER_PASSWORD 2 /* String */ macro
H A Dradlib.c1173 if (type == RAD_USER_PASSWORD) { in rad_put_attr()
/freebsd/lib/libpam/modules/pam_radius/
H A Dpam_radius.c104 rad_put_string(radh, RAD_USER_PASSWORD, pass) == -1) || in build_access_request()
/freebsd/usr.sbin/ppp/
H A Dradius.c950 if (rad_put_attr(r->cx.rad, RAD_USER_PASSWORD, key, klen) != 0) { in radius_Authenticate()