Searched refs:des_encrypt (Results 1 - 25 of 30) sorted by relevance

12

/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dcrypto_none.c21 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) function
H A Dms_funcs.c149 des_encrypt(challenge, password_hash, response);
150 des_encrypt(challenge, password_hash + 7, response + 8);
154 des_encrypt(challenge, zpwd, response + 16);
497 des_encrypt(password_hash, block, cypher);
498 des_encrypt(password_hash + 8, block + 7, cypher + 8);
H A Dcrypto_nss.c46 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) function
H A Dcrypto.h83 * des_encrypt - Encrypt one block with DES
88 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher);
H A Dcrypto_gnutls.c33 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) function
H A Dcrypto_cryptoapi.c153 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) function
H A Dcrypto_libtomcrypt.c38 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) function
H A Ddes-internal.c399 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) function
/external/wpa_supplicant_8/src/crypto/
H A Dcrypto_none.c21 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) function
H A Dms_funcs.c149 des_encrypt(challenge, password_hash, response);
150 des_encrypt(challenge, password_hash + 7, response + 8);
154 des_encrypt(challenge, zpwd, response + 16);
497 des_encrypt(password_hash, block, cypher);
498 des_encrypt(password_hash + 8, block + 7, cypher + 8);
H A Dcrypto_nss.c46 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) function
H A Dcrypto.h83 * des_encrypt - Encrypt one block with DES
88 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher);
H A Dcrypto_gnutls.c33 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) function
H A Dcrypto_cryptoapi.c153 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) function
H A Dcrypto_libtomcrypt.c38 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) function
H A Ddes-internal.c399 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) function
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dcrypto_none.c21 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) function
H A Dms_funcs.c149 des_encrypt(challenge, password_hash, response);
150 des_encrypt(challenge, password_hash + 7, response + 8);
154 des_encrypt(challenge, zpwd, response + 16);
497 des_encrypt(password_hash, block, cypher);
498 des_encrypt(password_hash + 8, block + 7, cypher + 8);
H A Dcrypto_nss.c46 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) function
H A Dcrypto.h83 * des_encrypt - Encrypt one block with DES
88 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher);
H A Dcrypto_gnutls.c33 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) function
H A Dcrypto_cryptoapi.c153 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) function
H A Dcrypto_libtomcrypt.c38 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) function
H A Ddes-internal.c399 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) function
/external/openssl/crypto/bf/asm/
H A Dbf-686.pl19 &des_encrypt("BF_encrypt",1);
20 &des_encrypt("BF_decrypt",0);
27 sub des_encrypt subroutine

Completed in 263 milliseconds

12