Searched refs:des_encrypt (Results 1 – 11 of 11) sorted by relevance
/hostap-latest/src/crypto/ |
D | ms_funcs.c | 150 if (des_encrypt(challenge, password_hash, response) < 0 || in challenge_response() 151 des_encrypt(challenge, password_hash + 7, response + 8) < 0) in challenge_response() 156 return des_encrypt(challenge, zpwd, response + 16); in challenge_response() 499 if (des_encrypt(password_hash, block, cypher) < 0 || in nt_password_hash_encrypted_with_block() 500 des_encrypt(password_hash + 8, block + 7, cypher + 8) < 0) in nt_password_hash_encrypted_with_block()
|
D | crypto_none.c | 21 int des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) in des_encrypt() function
|
D | crypto_nettle.c | 12 #undef des_encrypt 29 int des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) in des_encrypt() function
|
D | des-internal.c | 399 int des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) in des_encrypt() function
|
D | crypto.h | 113 int des_encrypt(const u8 *clear, const u8 *key, u8 *cypher);
|
D | crypto_gnutls.c | 48 int des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) in des_encrypt() function
|
D | crypto_libtomcrypt.c | 38 int des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) in des_encrypt() function
|
D | crypto_linux.c | 607 int des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) in des_encrypt() function
|
D | crypto_mbedtls_alt.c | 776 int des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) in des_encrypt() function
|
D | crypto_wolfssl.c | 531 int des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) in des_encrypt() function
|
D | crypto_openssl.c | 329 int des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) in des_encrypt() function
|