/external/wpa_supplicant_8/hostapd/src/crypto/ |
H A D | des_i.h | 12 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 D | des-internal.c | 456 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 D | crypto_internal-cipher.c | 31 struct des3_key_s key;
|
/external/wpa_supplicant_8/src/crypto/ |
H A D | des_i.h | 12 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 D | des-internal.c | 456 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 D | crypto_internal-cipher.c | 31 struct des3_key_s key;
|
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/ |
H A D | des_i.h | 12 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 D | des-internal.c | 456 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 D | crypto_internal-cipher.c | 31 struct des3_key_s key;
|
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/ |
H A D | des.c | 435 struct des3_key_s { struct 440 void des3_key_setup(const u8 *key, struct des3_key_s *dkey) 452 void des3_encrypt(const u8 *plain, const struct des3_key_s *key, u8 *crypt) 466 void des3_decrypt(const u8 *crypt, const struct des3_key_s *key, u8 *plain)
|
H A D | crypto_internal.c | 33 struct des3_key_s { struct 38 void des3_key_setup(const u8 *key, struct des3_key_s *dkey); 39 void des3_encrypt(const u8 *plain, const struct des3_key_s *key, u8 *crypt); 40 void des3_decrypt(const u8 *crypt, const struct des3_key_s *key, u8 *plain); 246 struct des3_key_s key;
|
/external/wpa_supplicant_6/wpa_supplicant/src/eap_common/ |
H A D | ikev2_common.c | 183 struct des3_key_s { struct 188 void des3_key_setup(const u8 *key, struct des3_key_s *dkey); 189 void des3_encrypt(const u8 *plain, const struct des3_key_s *key, u8 *crypt); 190 void des3_decrypt(const u8 *crypt, const struct des3_key_s *key, u8 *plain); 202 struct des3_key_s des3key; 261 struct des3_key_s des3key;
|
/external/wpa_supplicant_8/hostapd/src/eap_common/ |
H A D | ikev2_common.c | 178 struct des3_key_s { struct 183 void des3_key_setup(const u8 *key, struct des3_key_s *dkey); 184 void des3_encrypt(const u8 *plain, const struct des3_key_s *key, u8 *crypt); 185 void des3_decrypt(const u8 *crypt, const struct des3_key_s *key, u8 *plain); 197 struct des3_key_s des3key; 256 struct des3_key_s des3key;
|
/external/wpa_supplicant_8/src/eap_common/ |
H A D | ikev2_common.c | 178 struct des3_key_s { struct 183 void des3_key_setup(const u8 *key, struct des3_key_s *dkey); 184 void des3_encrypt(const u8 *plain, const struct des3_key_s *key, u8 *crypt); 185 void des3_decrypt(const u8 *crypt, const struct des3_key_s *key, u8 *plain); 197 struct des3_key_s des3key; 256 struct des3_key_s des3key;
|
/external/wpa_supplicant_8/wpa_supplicant/src/eap_common/ |
H A D | ikev2_common.c | 178 struct des3_key_s { struct 183 void des3_key_setup(const u8 *key, struct des3_key_s *dkey); 184 void des3_encrypt(const u8 *plain, const struct des3_key_s *key, u8 *crypt); 185 void des3_decrypt(const u8 *crypt, const struct des3_key_s *key, u8 *plain); 197 struct des3_key_s des3key; 256 struct des3_key_s des3key;
|