Home
last modified time | relevance | path

Searched refs:keyout (Results 1 – 8 of 8) sorted by relevance

/external/openssl/apps/
DCA.sh86 $REQ -new -x509 -keyout newkey.pem -out newcert.pem $DAYS
92 $REQ -new -keyout newkey.pem -out newreq.pem $DAYS
98 $REQ -new -nodes -keyout newreq.pem -out newreq.pem $DAYS
130 $REQ -new -keyout ${CATOP}/private/$CAKEY \
Dreq.c175 char *infile,*outfile,*prog,*keyfile=NULL,*template=NULL,*keyout=NULL; in MAIN() local
280 keyout= *(++argv); in MAIN()
701 if (keyout == NULL) in MAIN()
703 keyout=NCONF_get_string(req_conf,SECTION,KEYFILE); in MAIN()
704 if (keyout == NULL) in MAIN()
708 if (keyout == NULL) in MAIN()
721 BIO_printf(bio_err,"writing new private key to '%s'\n",keyout); in MAIN()
722 if (BIO_write_filename(out,keyout) <= 0) in MAIN()
724 perror(keyout); in MAIN()
971 if ((keyout != NULL) && (strcmp(outfile,keyout) == 0)) in MAIN()
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/
Ddes.c257 static void cookey(const u32 *raw1, u32 *keyout) in cookey() argument
277 os_memcpy(keyout, dough, sizeof(dough)); in cookey()
281 static void deskey(const u8 *key, int decrypt, u32 *keyout) in deskey() argument
322 cookey(kn, keyout); in deskey()
/external/wpa_supplicant/
Ddes.c257 static void cookey(const u32 *raw1, u32 *keyout) in cookey() argument
277 os_memcpy(keyout, dough, sizeof(dough)); in cookey()
281 static void deskey(const u8 *key, int decrypt, u32 *keyout) in deskey() argument
322 cookey(kn, keyout); in deskey()
/external/openssl/patches/
Dtestssl.sh57 $reqcmd -config $CAconf -out $CAreq -keyout $CAkey $req_new
65 $reqcmd -config $Uconf -out $Ureq -keyout $Ukey $req_new
/external/openssl/android.testssl/
Dtestssl.sh57 $reqcmd -config $CAconf -out $CAreq -keyout $CAkey $req_new
65 $reqcmd -config $Uconf -out $Ureq -keyout $Ukey $req_new
/external/dropbear/libtomcrypt/src/ciphers/
Ddes.c1303 static void cookey(const ulong32 *raw1, ulong32 *keyout);
1306 static void _deskey(const unsigned char *key, short edf, ulong32 *keyout) in _deskey() argument
1308 static void deskey(const unsigned char *key, short edf, ulong32 *keyout) in _deskey()
1354 cookey(kn, keyout); in _deskey()
1358 static void deskey(const unsigned char *key, short edf, ulong32 *keyout) in deskey() argument
1360 _deskey(key, edf, keyout); in deskey()
1366 static void _cookey(const ulong32 *raw1, ulong32 *keyout) in _cookey() argument
1368 static void cookey(const ulong32 *raw1, ulong32 *keyout) in _cookey()
1390 XMEMCPY(keyout, dough, sizeof dough); in _cookey()
1394 static void cookey(const ulong32 *raw1, ulong32 *keyout) in cookey() argument
[all …]
/external/openssl/
DREADME.android70 …ubj '/C=US/ST=California/L=Mountain View/CN=localhost' -newkey rsa:1024 -keyout /sdcard/server.pem…