/external/wpa_supplicant/ |
D | ms_funcs.c | 101 des_encrypt(challenge, password_hash, response); in challenge_response() 102 des_encrypt(challenge, password_hash + 7, response + 8); in challenge_response() 106 des_encrypt(challenge, zpwd, response + 16); in challenge_response() 415 des_encrypt(password_hash, block, cypher); in nt_password_hash_encrypted_with_block() 416 des_encrypt(password_hash + 8, block + 7, cypher + 8); in nt_password_hash_encrypted_with_block()
|
D | crypto_none.c | 26 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) in des_encrypt() function
|
D | crypto.h | 88 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher);
|
D | crypto_gnutls.c | 38 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) in des_encrypt() function
|
D | crypto.c | 47 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) in des_encrypt() function
|
D | des.c | 407 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) in des_encrypt() function
|
D | crypto_cryptoapi.c | 176 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) in des_encrypt() function
|
D | crypto_libtomcrypt.c | 44 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) in des_encrypt() function
|
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/ |
D | ms_funcs.c | 101 des_encrypt(challenge, password_hash, response); in challenge_response() 102 des_encrypt(challenge, password_hash + 7, response + 8); in challenge_response() 106 des_encrypt(challenge, zpwd, response + 16); in challenge_response() 421 des_encrypt(password_hash, block, cypher); in nt_password_hash_encrypted_with_block() 422 des_encrypt(password_hash + 8, block + 7, cypher + 8); in nt_password_hash_encrypted_with_block()
|
D | crypto_none.c | 26 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) in des_encrypt() function
|
D | crypto.h | 89 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher);
|
D | des.c | 407 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) in des_encrypt() function
|
D | crypto_openssl.c | 49 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) in des_encrypt() function
|
D | crypto_gnutls.c | 38 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) in des_encrypt() function
|
D | crypto_cryptoapi.c | 161 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) in des_encrypt() function
|
D | crypto_libtomcrypt.c | 44 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) in des_encrypt() function
|
/external/openssl/crypto/bf/asm/ |
D | bf-686.pl | 19 &des_encrypt("BF_encrypt",1); 20 &des_encrypt("BF_decrypt",0); 27 sub des_encrypt subroutine
|
/external/openssl/crypto/perlasm/ |
D | readme | 122 &cbc("des_ncbc_encrypt","des_encrypt","des_encrypt",0,4,5,3,5,-1);
|
/external/openssl/crypto/des/ |
D | VERSION | 126 calling des_encrypt(in,out,ks,enc) when every function that 383 Faster des_encrypt by loop unrolling 388 speed of the inner des_encrypt by speeding up the initial and
|
D | des_old.h | 265 #define des_encrypt(d,k,e)\ macro
|
/external/openssl/include/openssl/ |
D | des_old.h | 265 #define des_encrypt(d,k,e)\ macro
|