Searched defs:challenge (Results 1 – 4 of 4) sorted by relevance
/btstack/3rd-party/lwip/core/src/netif/ppp/ |
H A D | chap_ms.c | 225 static void chapms_generate_challenge(ppp_pcb *pcb, unsigned char *challenge) { in chapms_generate_challenge() 237 static void chapms2_generate_challenge(ppp_pcb *pcb, unsigned char *challenge) { in chapms2_generate_challenge() 251 const unsigned char *challenge, const unsigned char *response, in chapms_verify_response() 299 const unsigned char *challenge, const unsigned char *response, in chapms2_verify_response() 375 const unsigned char *challenge, const char *secret, int secret_len, in chapms_make_response() 386 const unsigned char *challenge, const char *secret, int secret_len, in chapms2_make_response() 496 static void ChallengeResponse(const u_char *challenge, in ChallengeResponse()
|
H A D | chap-md5.c | 63 const unsigned char *challenge, const unsigned char *response, in chap_md5_verify_response() 96 const unsigned char *challenge, const char *secret, int secret_len, in chap_md5_make_response()
|
H A D | chap-new.c | 413 const unsigned char *challenge, const unsigned char *response,
|
/btstack/3rd-party/lwip/core/src/include/netif/ppp/ |
H A D | chap-new.h | 171 unsigned char challenge[CHAL_MAX_PKTLEN]; member
|