Searched refs:lmbuffer (Results 1 - 3 of 3) sorted by relevance
/third_party/curl/lib/ |
H A D | curl_ntlm_core.c | 354 unsigned char *lmbuffer /* 21 bytes */) in Curl_ntlm_core_mk_lm_hash() 374 DES_ecb_encrypt((DES_cblock *)magic, (DES_cblock *)lmbuffer, in Curl_ntlm_core_mk_lm_hash() 378 DES_ecb_encrypt((DES_cblock *)magic, (DES_cblock *)(lmbuffer + 8), in Curl_ntlm_core_mk_lm_hash() 383 des_encrypt(&des, 8, lmbuffer, magic); in Curl_ntlm_core_mk_lm_hash() 385 des_encrypt(&des, 8, lmbuffer + 8, magic); in Curl_ntlm_core_mk_lm_hash() 388 encrypt_des(magic, lmbuffer, pw); in Curl_ntlm_core_mk_lm_hash() 389 encrypt_des(magic, lmbuffer + 8, pw + 7); in Curl_ntlm_core_mk_lm_hash() 392 memset(lmbuffer + 16, 0, 21 - 16); in Curl_ntlm_core_mk_lm_hash()
|
H A D | curl_ntlm_core.h | 48 unsigned char *lmbuffer /* 21 bytes */);
|
/third_party/curl/lib/vauth/ |
H A D | ntlm.c | 573 unsigned char lmbuffer[0x18]; in Curl_auth_create_ntlm_type3_message() local 583 result = Curl_ntlm_core_mk_lm_hash(passwdp, lmbuffer); 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()
|
Completed in 3 milliseconds