Searched refs:chap_verify_response (Results 1 - 1 of 1) sorted by relevance
/third_party/lwip/src/netif/ppp/ |
H A D | chap-new.c | 95 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 2 milliseconds