Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/crypto/
Dms_funcs.c148 des_encrypt(challenge, password_hash, response); in challenge_response()
149 des_encrypt(challenge, password_hash + 7, response + 8); in challenge_response()
153 des_encrypt(challenge, zpwd, response + 16); in challenge_response()
496 des_encrypt(password_hash, block, cypher); in nt_password_hash_encrypted_with_block()
497 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.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_libtomcrypt.c38 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) in des_encrypt() function
Dcrypto_openssl.c102 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) in des_encrypt() function
/external/boringssl/src/crypto/perlasm/
Dreadme122 &cbc("des_ncbc_encrypt","des_encrypt","des_encrypt",0,4,5,3,5,-1);