Home
last modified time | relevance | path

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

/openbsd-src/usr.sbin/npppd/npppd/
H A Dpap.c126 pap_authenticate(_this, _this->ppp->proxy_authen_resp); in pap_start()
365 PAP_ASSERT(_this->ppp->proxy_authen_resp == NULL); in pap_proxy_authen_prepare()
366 if ((_this->ppp->proxy_authen_resp = malloc(dpi->lauth_resp + 1)) == in pap_proxy_authen_prepare()
372 memcpy(_this->ppp->proxy_authen_resp, dpi->auth_resp, in pap_proxy_authen_prepare()
374 _this->ppp->proxy_authen_resp[dpi->lauth_resp] = '\0'; in pap_proxy_authen_prepare()
H A Dchap.c165 chap_authenticate(_this, _this->ppp->proxy_authen_resp, in chap_start()
508 CHAP_ASSERT(_this->ppp->proxy_authen_resp == NULL); in chap_proxy_authen_prepare()
509 if ((_this->ppp->proxy_authen_resp = malloc(dpi->lauth_resp)) == in chap_proxy_authen_prepare()
515 memcpy(_this->ppp->proxy_authen_resp, dpi->auth_resp, in chap_proxy_authen_prepare()
H A Dppp.c425 free(_this->proxy_authen_resp); in ppp_destroy()
599 free(_this->proxy_authen_resp); in ppp_auth_ok()
600 _this->proxy_authen_resp = NULL; in ppp_auth_ok()
H A Dppp.h495 u_char *proxy_authen_resp; member