Home
last modified time | relevance | path

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

/openbsd/src/usr.sbin/npppd/npppd/
Dchap.c755 u_char md5response[17]; in chap_radius_authenticate() local
757 md5response[0] = _this->challid; in chap_radius_authenticate()
758 memcpy(&md5response[1], response, 16); in chap_radius_authenticate()
760 RADIUS_TYPE_CHAP_PASSWORD, md5response, 17) != 0) in chap_radius_authenticate()