Searched defs:keyout (Results 1 – 4 of 4) sorted by relevance
/external/dropbear/libtomcrypt/src/ciphers/ |
D | des.c | 1306 static void _deskey(const unsigned char *key, short edf, ulong32 *keyout) in _deskey() 1358 static void deskey(const unsigned char *key, short edf, ulong32 *keyout) in deskey() 1366 static void _cookey(const ulong32 *raw1, ulong32 *keyout) in _cookey() 1394 static void cookey(const ulong32 *raw1, ulong32 *keyout) in cookey()
|
/external/wpa_supplicant_8/src/crypto/ |
D | des-internal.c | 249 static void cookey(const u32 *raw1, u32 *keyout) in cookey() 273 static void deskey(const u8 *key, int decrypt, u32 *keyout) in deskey()
|
/external/openssl/apps/ |
D | req.c | 175 char *infile,*outfile,*prog,*keyfile=NULL,*template=NULL,*keyout=NULL; in MAIN() local
|
/external/openssh/ |
D | monitor.c | 123 u_char *keyout; member
|