Home
last modified time | relevance | path

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

/openbsd-src/usr.sbin/npppd/npppd/
H A Dchap.c211 PUTCHAR(_this->lchall, challp); in chap_start()
212 memcpy(challp, &_this->chall, _this->lchall); in chap_start()
213 challp += _this->lchall; in chap_start()
400 _this->name, _this->chall, _this->lchall, response); in chap_authenticate()
409 _this->name, _this->chall, _this->lchall, in chap_authenticate()
416 _this->chall, _this->lchall, response); in chap_authenticate()
470 _this->lchall = 16; in chap_create_challenge()
471 arc4random_buf(_this->chall, _this->lchall); in chap_create_challenge()
523 _this->lchall = dpi->lauth_chall; in chap_proxy_authen_prepare()
H A Dppp.h297 int lchall; /* length of challenge */ member