Searched refs:des3_key_s (Results 1 - 9 of 9) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/crypto/
H A Ddes_i.h12 struct des3_key_s { struct
21 void des3_key_setup(const u8 *key, struct des3_key_s *dkey);
22 void des3_encrypt(const u8 *plain, const struct des3_key_s *key, u8 *crypt);
23 void des3_decrypt(const u8 *crypt, const struct des3_key_s *key, u8 *plain);
H A Ddes-internal.c456 void des3_key_setup(const u8 *key, struct des3_key_s *dkey)
468 void des3_encrypt(const u8 *plain, const struct des3_key_s *key, u8 *crypt)
482 void des3_decrypt(const u8 *crypt, const struct des3_key_s *key, u8 *plain)
H A Dcrypto_internal-cipher.c31 struct des3_key_s key;
/external/wpa_supplicant_8/src/crypto/
H A Ddes_i.h12 struct des3_key_s { struct
21 void des3_key_setup(const u8 *key, struct des3_key_s *dkey);
22 void des3_encrypt(const u8 *plain, const struct des3_key_s *key, u8 *crypt);
23 void des3_decrypt(const u8 *crypt, const struct des3_key_s *key, u8 *plain);
H A Ddes-internal.c456 void des3_key_setup(const u8 *key, struct des3_key_s *dkey)
468 void des3_encrypt(const u8 *plain, const struct des3_key_s *key, u8 *crypt)
482 void des3_decrypt(const u8 *crypt, const struct des3_key_s *key, u8 *plain)
H A Dcrypto_internal-cipher.c31 struct des3_key_s key;
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Ddes_i.h12 struct des3_key_s { struct
21 void des3_key_setup(const u8 *key, struct des3_key_s *dkey);
22 void des3_encrypt(const u8 *plain, const struct des3_key_s *key, u8 *crypt);
23 void des3_decrypt(const u8 *crypt, const struct des3_key_s *key, u8 *plain);
H A Ddes-internal.c456 void des3_key_setup(const u8 *key, struct des3_key_s *dkey)
468 void des3_encrypt(const u8 *plain, const struct des3_key_s *key, u8 *crypt)
482 void des3_decrypt(const u8 *crypt, const struct des3_key_s *key, u8 *plain)
H A Dcrypto_internal-cipher.c31 struct des3_key_s key;

Completed in 89 milliseconds