Home
last modified time | relevance | path

Searched defs:challenge (Results 1 – 4 of 4) sorted by relevance

/btstack/3rd-party/lwip/core/src/netif/ppp/
H A Dchap_ms.c225 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 Dchap-md5.c63 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 Dchap-new.c413 const unsigned char *challenge, const unsigned char *response,
/btstack/3rd-party/lwip/core/src/include/netif/ppp/
H A Dchap-new.h171 unsigned char challenge[CHAL_MAX_PKTLEN]; member