Home
last modified time | relevance | path

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

/reactos/drivers/network/tcpip/lwip/src/netif/ppp/
H A Dchap-new.c95 static int chap_verify_response(ppp_pcb *pcb, const char *name, const char *ourname, int id,
327 verifier = chap_verify_response;
332 ok = chap_verify_response(pcb, name, pcb->chap_server.name, id, pcb->chap_server.digest,
411 static int chap_verify_response(ppp_pcb *pcb, const char *name, const char *ourname, int id, function