Home
last modified time | relevance | path

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

/openbsd/src/usr.sbin/pppd/
Dchap.h89 u_char chal_type; /* hash algorithm for challenges */ member
Dchap.c166 cstate->chal_type = digest; in ChapAuthPeer()
534 switch (cstate->chal_type) { in ChapReceiveResponse()
551 CHAPDEBUG((LOG_INFO, "unknown digest type %d", cstate->chal_type)); in ChapReceiveResponse()