Home
last modified time | relevance | path

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

/aosp_15_r20/external/wpa_supplicant_8/src/crypto/
H A 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()
/aosp_15_r20/cts/tests/tests/networksecurityconfig/networksecurityconfig-downloadmanager/src/android/security/net/config/cts/
H A DDownloadManagerTest.java151 ByteArrayOutputStream keyout = new ByteArrayOutputStream(); in bindTLSServer() local