Home
last modified time | relevance | path

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

/openbsd/usr.sbin/pppd/
H A Dchap.h89 u_char chal_type; /* hash algorithm for challenges */ member
H A 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()