Home
last modified time | relevance | path

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

/components/net/lwip/lwip-1.4.1/src/netif/ppp/
A Dchpms.h62 void ChapMS (chap_state *, char *, int, char *, int);
A Dchpms.c366 ChapMS( chap_state *cstate, char *rchallenge, int rchallenge_len, char *secret, int secret_len) in ChapMS() function
A Dchap.c503 ChapMS(cstate, rchallenge, rchallenge_len, secret, secret_len); in ChapReceiveChallenge()
/components/net/lwip/lwip-2.1.2/src/netif/ppp/
A Dchap_ms.c177 static void ChapMS (ppp_pcb *pcb, const u_char *, const char *, int, u_char *);
273 ChapMS(pcb, (const u_char *)challenge, (const char *)secret, secret_len, md); in chapms_verify_response()
382 ChapMS(pcb, challenge, secret, secret_len, response); in chapms_make_response()
838 static void ChapMS(ppp_pcb *pcb, const u_char *rchallenge, const char *secret, int secret_len, in ChapMS() function
/components/net/lwip/lwip-2.0.3/src/netif/ppp/
A Dchap_ms.c177 static void ChapMS (ppp_pcb *pcb, const u_char *, const char *, int, u_char *);
273 ChapMS(pcb, (const u_char *)challenge, (const char *)secret, secret_len, md); in chapms_verify_response()
382 ChapMS(pcb, challenge, secret, secret_len, response); in chapms_make_response()
838 static void ChapMS(ppp_pcb *pcb, const u_char *rchallenge, const char *secret, int secret_len, in ChapMS() function

Completed in 29 milliseconds