Home
last modified time | relevance | path

Searched refs:des_encrypt (Results 1 – 8 of 8) sorted by relevance

/external/wpa_supplicant_8/src/crypto/
Dms_funcs.c148 des_encrypt(challenge, password_hash, response); in challenge_response()
149 des_encrypt(challenge, password_hash + 7, response + 8); in challenge_response()
153 des_encrypt(challenge, zpwd, response + 16); in challenge_response()
494 des_encrypt(password_hash, block, cypher); in nt_password_hash_encrypted_with_block()
495 des_encrypt(password_hash + 8, block + 7, cypher + 8); in nt_password_hash_encrypted_with_block()
Dcrypto_none.c21 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) in des_encrypt() function
Dcrypto.h110 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher);
Dcrypto_gnutls.c33 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) in des_encrypt() function
Ddes-internal.c399 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) in des_encrypt() function
Dcrypto_libtomcrypt.c38 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) in des_encrypt() function
Dcrypto_openssl.c164 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) in des_encrypt() function
/external/curl/lib/
Dcurl_ntlm_core.c406 des_encrypt(&des, 8, results, plaintext); in Curl_ntlm_core_lm_resp()
408 des_encrypt(&des, 8, results + 8, plaintext); in Curl_ntlm_core_lm_resp()
410 des_encrypt(&des, 8, results + 16, plaintext); in Curl_ntlm_core_lm_resp()
477 des_encrypt(&des, 8, lmbuffer, magic); in Curl_ntlm_core_mk_lm_hash()
479 des_encrypt(&des, 8, lmbuffer + 8, magic); in Curl_ntlm_core_mk_lm_hash()