Searched defs:secret (Results 1 – 10 of 10) sorted by relevance
/btstack/3rd-party/lwip/core/src/netif/ppp/ |
H A D | chap_ms.c | 250 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 static void Set_Start_Key(ppp_pcb *pcb, const u_char *rchallenge, const char *secret, int secret_le… in Set_Start_Key() [all …]
|
H A D | chap-md5.c | 62 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 D | chap-new.c | 416 unsigned char secret[MAXSECRETLEN]; local 442 char secret[MAXSECRETLEN+1]; local
|
H A D | eap.c | 1315 char secret[MAXSECRETLEN]; in eap_request() local 1729 char secret[MAXSECRETLEN]; in eap_response() local
|
H A D | pppapi.c | 237 const u8_t *secret, u8_t secret_len, in pppapi_pppol2tp_create()
|
H A D | auth.c | 1904 int get_secret(ppp_pcb *pcb, const char *client, const char *server, char *secret, int *secret_len,… in get_secret()
|
H A D | pppol2tp.c | 111 const u8_t *secret, u8_t secret_len, in pppol2tp_create()
|
/btstack/test/crypto/ |
H A D | ecc_micro_ecc.c | 102 uint8_t secret[uECC_BYTES]; in test_set1() local 153 uint8_t secret[uECC_BYTES]; in test_set2() local
|
/btstack/3rd-party/lwip/core/src/include/netif/ppp/ |
H A D | pppapi.h | 80 const u8_t *secret; member
|
H A D | pppol2tp.h | 176 const u8_t *secret; /* Secret string */ member
|