HomeSort by relevance Sort by last modified time
    Searched refs:des_encrypt (Results 1 - 8 of 8) sorted by null

  /external/wpa_supplicant_8/src/crypto/
crypto_none.c 21 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) function
ms_funcs.c 148 des_encrypt(challenge, password_hash, response);
149 des_encrypt(challenge, password_hash + 7, response + 8);
153 des_encrypt(challenge, zpwd, response + 16);
494 des_encrypt(password_hash, block, cypher);
495 des_encrypt(password_hash + 8, block + 7, cypher + 8);
crypto.h 105 * des_encrypt - Encrypt one block with DES
110 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher);
crypto_gnutls.c 33 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) function
crypto_libtomcrypt.c 38 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) function
des-internal.c 399 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) function
crypto_openssl.c 164 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) function
181 DES_ENCRYPT);
    [all...]
  /external/curl/lib/
curl_ntlm_core.c 394 DESKEY(ks), DES_ENCRYPT);
398 DESKEY(ks), DES_ENCRYPT);
402 DESKEY(ks), DES_ENCRYPT);
406 des_encrypt(&des, 8, results, plaintext);
408 des_encrypt(&des, 8, results + 8, plaintext);
410 des_encrypt(&des, 8, results + 16, plaintext);
469 DESKEY(ks), DES_ENCRYPT);
473 DESKEY(ks), DES_ENCRYPT);
477 des_encrypt(&des, 8, lmbuffer, magic);
479 des_encrypt(&des, 8, lmbuffer + 8, magic)
    [all...]

Completed in 792 milliseconds