Searched defs:secret_len (Results 1 – 10 of 10) sorted by relevance
/reactos/drivers/network/tcpip/lwip/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() 838 static void ChapMS(ppp_pcb *pcb, const u_char *rchallenge, const char *secret, int secret_len, in ChapMS() [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 | 417 int secret_len; local 438 int secret_len; local
|
H A D | pppapi.c | 237 const u8_t *secret, u8_t secret_len, in pppapi_pppol2tp_create()
|
H A D | auth.c | 1906 int get_secret(ppp_pcb *pcb, const char *client, const char *server, char *secret, int *secret_len,… in get_secret()
|
H A D | eap.c | 1314 int secret_len; in eap_request() local 1734 int secret_len; in eap_response() local
|
H A D | pppol2tp.c | 111 const u8_t *secret, u8_t secret_len, in pppol2tp_create()
|
/reactos/drivers/network/tcpip/lwip/src/include/netif/ppp/ |
H A D | pppapi.h | 81 u8_t secret_len; member
|
H A D | pppol2tp.h | 177 u8_t secret_len; /* Secret string length */ member
|
/reactos/dll/3rdparty/mbedtls/ |
H A D | ecp.c | 205 const mbedtls_mpi *secret, size_t secret_len ) in ecp_drbg_seed() 264 const mbedtls_mpi *secret, size_t secret_len ) in ecp_drbg_seed() 329 const mbedtls_mpi *secret, size_t secret_len ) in ecp_drbg_seed()
|