/external/dropbear/libtomcrypt/src/ciphers/ |
H A D | des.c | 1303 static void cookey(const ulong32 *raw1, ulong32 *keyout); 1306 static void _deskey(const unsigned char *key, short edf, ulong32 *keyout) argument 1308 static void deskey(const unsigned char *key, short edf, ulong32 *keyout) 1354 cookey(kn, keyout); 1358 static void deskey(const unsigned char *key, short edf, ulong32 *keyout) argument 1360 _deskey(key, edf, keyout); 1366 static void _cookey(const ulong32 *raw1, ulong32 *keyout) argument 1368 static void cookey(const ulong32 *raw1, ulong32 *keyout) 1390 XMEMCPY(keyout, dough, sizeof dough); 1394 static void cookey(const ulong32 *raw1, ulong32 *keyout) argument [all...] |
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/ |
H A D | des.c | 257 static void cookey(const u32 *raw1, u32 *keyout) argument 277 os_memcpy(keyout, dough, sizeof(dough)); 281 static void deskey(const u8 *key, int decrypt, u32 *keyout) argument 322 cookey(kn, keyout);
|
/external/wpa_supplicant_8/hostapd/src/crypto/ |
H A D | des-internal.c | 249 static void cookey(const u32 *raw1, u32 *keyout) argument 269 os_memcpy(keyout, dough, sizeof(dough)); 273 static void deskey(const u8 *key, int decrypt, u32 *keyout) argument 314 cookey(kn, keyout);
|
/external/wpa_supplicant_8/src/crypto/ |
H A D | des-internal.c | 249 static void cookey(const u32 *raw1, u32 *keyout) argument 269 os_memcpy(keyout, dough, sizeof(dough)); 273 static void deskey(const u8 *key, int decrypt, u32 *keyout) argument 314 cookey(kn, keyout);
|
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/ |
H A D | des-internal.c | 249 static void cookey(const u32 *raw1, u32 *keyout) argument 269 os_memcpy(keyout, dough, sizeof(dough)); 273 static void deskey(const u8 *key, int decrypt, u32 *keyout) argument 314 cookey(kn, keyout);
|
/external/openssl/apps/ |
H A D | req.c | 175 char *infile,*outfile,*prog,*keyfile=NULL,*template=NULL,*keyout=NULL; local 277 else if (strcmp(*argv,"-keyout") == 0) 280 keyout= *(++argv); 424 BIO_printf(bio_err," -keyout arg file to send the key to\n"); 710 if (keyout == NULL) 712 keyout=NCONF_get_string(req_conf,SECTION,KEYFILE); 713 if (keyout == NULL) 717 if (keyout == NULL) 730 BIO_printf(bio_err,"writing new private key to '%s'\n",keyout); 731 if (BIO_write_filename(out,keyout) < [all...] |
/external/openssh/ |
H A D | monitor.c | 123 u_char *keyout; member in struct:__anon10244 1754 packet_set_keycontext(MODE_OUT, child_state.keyout); 1755 xfree(child_state.keyout); 1886 child_state.keyout = buffer_get_string(&m, &child_state.keyoutlen);
|