Home
last modified time | relevance | path

Searched defs:secret_len (Results 1 – 9 of 9) sorted by relevance

/btstack/3rd-party/lwip/core/src/netif/ppp/
H A Dchap_ms.c250 const unsigned char *secret, int secret_len, in chapms_verify_response()
298 const unsigned char *secret, int secret_len, 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()
572 static void NTPasswordHash(u_char *secret, int secret_len, u_char hash[MD4_SIGNATURE_SIZE]) { in NTPasswordHash()
582 static void ChapMS_NT(const u_char *rchallenge, const char *secret, int secret_len, in ChapMS_NT()
595 const char *secret, int secret_len, u_char NTResponse[24]) { in ChapMS2_NT()
612 static void ChapMS_LANMan(u_char *rchallenge, char *secret, int secret_len, in ChapMS_LANMan()
691 const char *secret, int secret_len, in GenerateAuthenticatorResponsePlain()
714 …ic void Set_Start_Key(ppp_pcb *pcb, const u_char *rchallenge, const char *secret, int secret_len) { in Set_Start_Key()
[all …]
H A Dchap-md5.c62 const unsigned char *secret, int secret_len, 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.c417 int secret_len; local
438 int secret_len; local
H A Deap.c1314 int secret_len; in eap_request() local
1728 int secret_len; in eap_response() local
H A Dpppapi.c237 const u8_t *secret, u8_t secret_len, in pppapi_pppol2tp_create()
H A Dauth.c1904 int get_secret(ppp_pcb *pcb, const char *client, const char *server, char *secret, int *secret_len,… in get_secret()
H A Dpppol2tp.c111 const u8_t *secret, u8_t secret_len, in pppol2tp_create()
/btstack/3rd-party/lwip/core/src/include/netif/ppp/
H A Dpppapi.h81 u8_t secret_len; member
H A Dpppol2tp.h177 u8_t secret_len; /* Secret string length */ member