Searched refs:encrypt_des (Results 1 – 1 of 1) sorted by relevance
/external/curl/lib/ |
D | curl_ntlm_core.c | 215 static bool encrypt_des(const unsigned char *in, unsigned char *out, in encrypt_des() function 275 static bool encrypt_des(const unsigned char *in, unsigned char *out, in encrypt_des() function 295 static bool encrypt_des(const unsigned char *in, unsigned char *out, in encrypt_des() function 318 static bool encrypt_des(const unsigned char *in, unsigned char *out, in encrypt_des() function 342 static bool encrypt_des(const unsigned char *in, unsigned char *out, in encrypt_des() function 442 encrypt_des(plaintext, results, keys); in Curl_ntlm_core_lm_resp() 443 encrypt_des(plaintext, results + 8, keys + 7); in Curl_ntlm_core_lm_resp() 444 encrypt_des(plaintext, results + 16, keys + 14); in Curl_ntlm_core_lm_resp() 506 encrypt_des(magic, lmbuffer, pw); in Curl_ntlm_core_mk_lm_hash() 507 encrypt_des(magic, lmbuffer + 8, pw + 7); in Curl_ntlm_core_mk_lm_hash()
|