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

/seL4-camkes-master/projects/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,
407 * chap_verify_response - check whether the peer's response matches
411 static int chap_verify_response(ppp_pcb *pcb, const char *name, const char *ourname, int id, function

Completed in 49 milliseconds