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

  /external/wpa_supplicant/
crypto_none.c 26 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) function
ms_funcs.c 101 des_encrypt(challenge, password_hash, response);
102 des_encrypt(challenge, password_hash + 7, response + 8);
106 des_encrypt(challenge, zpwd, response + 16);
415 des_encrypt(password_hash, block, cypher);
416 des_encrypt(password_hash + 8, block + 7, cypher + 8);
crypto.h 83 * des_encrypt - Encrypt one block with DES
88 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher);
crypto_gnutls.c 38 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) function
crypto.c 47 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) function
64 DES_ENCRYPT);
crypto_cryptoapi.c 176 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) function
crypto_libtomcrypt.c 44 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) function
des.c 407 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) function
  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
crypto_none.c 26 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) function
ms_funcs.c 101 des_encrypt(challenge, password_hash, response);
102 des_encrypt(challenge, password_hash + 7, response + 8);
106 des_encrypt(challenge, zpwd, response + 16);
421 des_encrypt(password_hash, block, cypher);
422 des_encrypt(password_hash + 8, block + 7, cypher + 8);
crypto.h 84 * des_encrypt - Encrypt one block with DES
89 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher);
crypto_gnutls.c 38 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) function
crypto_openssl.c 49 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) function
66 DES_ENCRYPT);
crypto_cryptoapi.c 161 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) function
crypto_libtomcrypt.c 44 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) function
des.c 407 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) function
  /external/openssl/crypto/bf/asm/
bf-686.pl 19 &des_encrypt("BF_encrypt",1);
20 &des_encrypt("BF_decrypt",0);
27 sub des_encrypt subroutine
  /external/openssl/crypto/des/
des_old.h 265 #define des_encrypt(d,k,e)\ macro
410 #define KRBDES_ENCRYPT DES_ENCRYPT
414 # define ENCRYPT DES_ENCRYPT
  /external/openssl/include/openssl/
des_old.h 265 #define des_encrypt(d,k,e)\ macro
410 #define KRBDES_ENCRYPT DES_ENCRYPT
414 # define ENCRYPT DES_ENCRYPT

Completed in 484 milliseconds