Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/crypto/
Dms_funcs.c149 des_encrypt(challenge, password_hash, response); in challenge_response()
150 des_encrypt(challenge, password_hash + 7, response + 8); in challenge_response()
154 des_encrypt(challenge, zpwd, response + 16); in challenge_response()
497 des_encrypt(password_hash, block, cypher); in nt_password_hash_encrypted_with_block()
498 des_encrypt(password_hash + 8, block + 7, cypher + 8); in nt_password_hash_encrypted_with_block()
Dcrypto_none.c21 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) in des_encrypt() function
Dcrypto_nss.c46 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.c33 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) in des_encrypt() function
Ddes-internal.c399 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) in des_encrypt() function
Dcrypto_cryptoapi.c153 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) in des_encrypt() function
Dcrypto_libtomcrypt.c38 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) in des_encrypt() function
Dcrypto_openssl.c118 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/chromium_org/third_party/openssl/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/chromium_org/third_party/openssl/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/chromium_org/third_party/openssl/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/chromium_org/third_party/openssl/openssl/include/openssl/
Ddes_old.h265 #define des_encrypt(d,k,e)\ macro
/external/openssl/include/openssl/
Ddes_old.h265 #define des_encrypt(d,k,e)\ macro
/external/chromium_org/third_party/apache-win32/
DOPENSSL-NEWS.txt461 o Compatibility fix: the function des_encrypt() renamed to