OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:des3_key_s
(Results
1 - 2
of
2
) sorted by null
/external/wpa_supplicant_8/src/crypto/
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);
/external/wpa_supplicant_8/src/eap_common/
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;
Completed in 3185 milliseconds