Searched refs:lmresp (Results 1 - 3 of 3) sorted by relevance
/third_party/curl/lib/vauth/ |
H A D | ntlm.c | 486 unsigned char lmresp[24]; /* fixed-size */ in Curl_auth_create_ntlm_type3_message() local 503 memset(lmresp, 0, sizeof(lmresp)); in Curl_auth_create_ntlm_type3_message() 558 &ntlm->nonce[0], lmresp); in Curl_auth_create_ntlm_type3_message() 587 Curl_ntlm_core_lm_resp(lmbuffer, &ntlm->nonce[0], lmresp); in Curl_auth_create_ntlm_type3_message() 591 * Curl_ntlm_core_lm_resp(ntbuffer, &ntlm->nonce[0], lmresp); in Curl_auth_create_ntlm_type3_message() 690 memcpy(&ntlmbuf[size], lmresp, 0x18); in Curl_auth_create_ntlm_type3_message() 695 fprintf(stderr, "**** TYPE3 header lmresp="); in Curl_auth_create_ntlm_type3_message()
|
/third_party/curl/lib/ |
H A D | curl_ntlm_core.h | 73 unsigned char *lmresp);
|
H A D | curl_ntlm_core.c | 639 * lmresp [out] - The LMv2 response (24 bytes) 646 unsigned char *lmresp) in Curl_ntlm_core_mk_lmv2_resp() 661 memcpy(lmresp, hmac_output, 16); in Curl_ntlm_core_mk_lmv2_resp() 662 memcpy(lmresp + 16, challenge_client, 8); in Curl_ntlm_core_mk_lmv2_resp() 643 Curl_ntlm_core_mk_lmv2_resp(unsigned char *ntlmv2hash, unsigned char *challenge_client, unsigned char *challenge_server, unsigned char *lmresp) Curl_ntlm_core_mk_lmv2_resp() argument
|
Completed in 3 milliseconds