Home
last modified time | relevance | path

Searched defs:keyout (Results 1 – 3 of 3) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
Ddes-internal.c249 static void cookey(const u32 *raw1, u32 *keyout) in cookey()
273 static void deskey(const u8 *key, int decrypt, u32 *keyout) in deskey()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Ddes-internal.c249 static void cookey(const u32 *raw1, u32 *keyout) in cookey()
273 static void deskey(const u8 *key, int decrypt, u32 *keyout) in deskey()
/third_party/openssl/apps/
Dreq.c235 char *template = default_config_file, *keyout = NULL; in req_main() local