Home
last modified time | relevance | path

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

/external/wpa_supplicant/
Dms_funcs.c101 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()
Dcrypto_none.c26 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) in des_encrypt() function
Dcrypto.h88 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher);
Dcrypto_gnutls.c38 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) in des_encrypt() function
Dcrypto.c47 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) in des_encrypt() function
Ddes.c407 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) in des_encrypt() function
Dcrypto_cryptoapi.c176 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) in des_encrypt() function
Dcrypto_libtomcrypt.c44 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) in des_encrypt() function
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/
Dms_funcs.c101 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()
Dcrypto_none.c26 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) in des_encrypt() function
Dcrypto.h89 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher);
Ddes.c407 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) in des_encrypt() function
Dcrypto_openssl.c49 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) in des_encrypt() function
Dcrypto_gnutls.c38 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) in des_encrypt() function
Dcrypto_cryptoapi.c161 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) in des_encrypt() function
Dcrypto_libtomcrypt.c44 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) in des_encrypt() function
/external/openssl/crypto/bf/asm/
Dbf-686.pl19 &des_encrypt("BF_encrypt",1);
20 &des_encrypt("BF_decrypt",0);
27 sub des_encrypt subroutine
/external/openssl/crypto/perlasm/
Dreadme122 &cbc("des_ncbc_encrypt","des_encrypt","des_encrypt",0,4,5,3,5,-1);
/external/openssl/crypto/des/
DVERSION126 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
Ddes_old.h265 #define des_encrypt(d,k,e)\ macro
/external/openssl/include/openssl/
Ddes_old.h265 #define des_encrypt(d,k,e)\ macro