Searched refs:des3_key_s (Results 1 – 3 of 3) sorted by relevance
/external/wpa_supplicant_8/src/crypto/ |
D | des_i.h | 12 struct des3_key_s { struct 21 void des3_key_setup(const u8 *key, struct des3_key_s *dkey); argument 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);
|
D | des-internal.c | 456 void des3_key_setup(const u8 *key, struct des3_key_s *dkey) in des3_key_setup() 468 void des3_encrypt(const u8 *plain, const struct des3_key_s *key, u8 *crypt) in des3_encrypt() 482 void des3_decrypt(const u8 *crypt, const struct des3_key_s *key, u8 *plain) in des3_decrypt()
|
D | crypto_internal-cipher.c | 31 struct des3_key_s key;
|