Home
last modified time | relevance | path

Searched refs:lmbuffer (Results 1 – 3 of 3) sorted by relevance

/curl/lib/
H A Dcurl_ntlm_core.c358 unsigned char *lmbuffer /* 21 bytes */) in Curl_ntlm_core_mk_lm_hash() argument
378 DES_ecb_encrypt((DES_cblock *)magic, (DES_cblock *)lmbuffer, in Curl_ntlm_core_mk_lm_hash()
382 DES_ecb_encrypt((DES_cblock *)magic, (DES_cblock *)(lmbuffer + 8), in Curl_ntlm_core_mk_lm_hash()
387 des_encrypt(&des, 8, lmbuffer, magic); in Curl_ntlm_core_mk_lm_hash()
389 des_encrypt(&des, 8, lmbuffer + 8, magic); in Curl_ntlm_core_mk_lm_hash()
392 encrypt_des(magic, lmbuffer, pw); in Curl_ntlm_core_mk_lm_hash()
393 encrypt_des(magic, lmbuffer + 8, pw + 7); in Curl_ntlm_core_mk_lm_hash()
396 memset(lmbuffer + 16, 0, 21 - 16); in Curl_ntlm_core_mk_lm_hash()
H A Dcurl_ntlm_core.h41 unsigned char *lmbuffer /* 21 bytes */);
/curl/lib/vauth/
H A Dntlm.c557 unsigned char lmbuffer[0x18]; in Curl_auth_create_ntlm_type3_message() local
567 result = Curl_ntlm_core_mk_lm_hash(passwdp, lmbuffer); in Curl_auth_create_ntlm_type3_message()
571 Curl_ntlm_core_lm_resp(lmbuffer, &ntlm->nonce[0], lmresp); in Curl_auth_create_ntlm_type3_message()

Completed in 9 milliseconds