Searched refs:des_encrypt (Results 1 – 4 of 4) sorted by relevance
/hal_espressif-latest/components/wpa_supplicant/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 | des-internal.c | 399 int des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) in des_encrypt() function
|
D | crypto.h | 112 int des_encrypt(const u8 *clear, const u8 *key, u8 *cypher);
|
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/crypto/ |
D | crypto_mbedtls.c | 784 int des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) in des_encrypt() function
|