Searched refs:des_encrypt (Results 1 - 11 of 11) sorted by relevance

/freebsd-13-stable/contrib/wpa/src/crypto/
H A Dcrypto_none.c21 int des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) function
H A Dms_funcs.c150 if (des_encrypt(challenge, password_hash, response) < 0 ||
151 des_encrypt(challenge, password_hash + 7, response + 8) < 0)
156 return des_encrypt(challenge, zpwd, response + 16);
499 if (des_encrypt(password_hash, block, cypher) < 0 ||
500 des_encrypt(password_hash + 8, block + 7, cypher + 8) < 0)
H A Dcrypto_nettle.c12 #undef des_encrypt macro
29 int des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) function
H A Dcrypto.h105 * des_encrypt - Encrypt one block with DES
111 int des_encrypt(const u8 *clear, const u8 *key, u8 *cypher);
H A Dcrypto_gnutls.c48 int des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) function
H A Dcrypto_libtomcrypt.c38 int des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) function
H A Ddes-internal.c399 int des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) function
H A Dcrypto_linux.c607 int des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) function
H A Dcrypto_wolfssl.c285 int des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) function
H A Dcrypto_openssl.c195 int des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) function
/freebsd-13-stable/crypto/heimdal/lib/krb5/
H A Dkrb5_locl.h137 #undef des_encrypt macro
138 #define des_encrypt wingless_pigs_mostly_fail_to_fly macro
140 #undef des_encrypt macro

Completed in 77 milliseconds