Home
last modified time | relevance | path

Searched defs:secret (Results 1 – 10 of 10) 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 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 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.c416 unsigned char secret[MAXSECRETLEN]; local
442 char secret[MAXSECRETLEN+1]; local
H A Deap.c1315 char secret[MAXSECRETLEN]; in eap_request() local
1729 char secret[MAXSECRETLEN]; 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/test/crypto/
H A Decc_micro_ecc.c102 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 Dpppapi.h80 const u8_t *secret; member
H A Dpppol2tp.h176 const u8_t *secret; /* Secret string */ member