Searched defs:keyout (Results 1 - 4 of 4) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/crypto/
H A Ddes-internal.c249 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 Ddes-internal.c249 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 Ddes-internal.c249 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 Dreq.c175 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");
709 if (keyout == NULL)
711 keyout=NCONF_get_string(req_conf,SECTION,KEYFILE);
712 if (keyout == NULL)
716 if (keyout == NULL)
729 BIO_printf(bio_err,"writing new private key to '%s'\n",keyout);
730 if (BIO_write_filename(out,keyout) <
[all...]

Completed in 138 milliseconds