/external/chromium_org/net/data/ssl/scripts/ |
generate-test-certs.sh | 45 -keyout out/expired_cert.key \ 51 -keyout out/ok_cert.key \
|
generate-cross-signed-certs.sh | 70 -keyout out/ok_cert.key \
|
/external/chromium_org/third_party/openssl/openssl/android.testssl/ |
testssl.sh | 57 $reqcmd -config $CAconf -out $CAreq -keyout $CAkey $req_new 65 $reqcmd -config $Uconf -out $Ureq -keyout $Ukey $req_new
|
/external/chromium_org/third_party/openssl/openssl/patches/ |
testssl.sh | 57 $reqcmd -config $CAconf -out $CAreq -keyout $CAkey $req_new 65 $reqcmd -config $Uconf -out $Ureq -keyout $Ukey $req_new
|
/external/openssl/android.testssl/ |
testssl.sh | 57 $reqcmd -config $CAconf -out $CAreq -keyout $CAkey $req_new 65 $reqcmd -config $Uconf -out $Ureq -keyout $Ukey $req_new
|
/external/openssl/patches/ |
testssl.sh | 57 $reqcmd -config $CAconf -out $CAreq -keyout $CAkey $req_new 65 $reqcmd -config $Uconf -out $Ureq -keyout $Ukey $req_new
|
/external/chromium_org/third_party/openssl/openssl/apps/ |
CA.pl | 71 system ("$REQ -new -x509 -keyout newkey.pem -out newcert.pem $DAYS"); 76 system ("$REQ -new -keyout newkey.pem -out newreq.pem $DAYS"); 81 system ("$REQ -new -nodes -keyout newkey.pem -out newreq.pem $DAYS"); 114 system ("$REQ -new -keyout " .
|
CA.pl.in | 71 system ("$REQ -new -x509 -keyout newkey.pem -out newcert.pem $DAYS"); 76 system ("$REQ -new -keyout newkey.pem -out newreq.pem $DAYS"); 81 system ("$REQ -new -nodes -keyout newkey.pem -out newreq.pem $DAYS"); 114 system ("$REQ -new -keyout " .
|
CA.sh | 86 $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 \
|
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) <= 0 [all...] |
/external/openssl/apps/ |
CA.pl | 71 system ("$REQ -new -x509 -keyout newkey.pem -out newcert.pem $DAYS"); 76 system ("$REQ -new -keyout newkey.pem -out newreq.pem $DAYS"); 81 system ("$REQ -new -nodes -keyout newkey.pem -out newreq.pem $DAYS"); 114 system ("$REQ -new -keyout " .
|
CA.pl.in | 71 system ("$REQ -new -x509 -keyout newkey.pem -out newcert.pem $DAYS"); 76 system ("$REQ -new -keyout newkey.pem -out newreq.pem $DAYS"); 81 system ("$REQ -new -nodes -keyout newkey.pem -out newreq.pem $DAYS"); 114 system ("$REQ -new -keyout " .
|
CA.sh | 86 $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 \
|
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) <= 0 [all...] |
/libcore/crypto/src/test/java/org/conscrypt/ |
ChainStrengthAnalyzerTest.java | 29 //-newkey rsa:2048 -sha256 -keyout k.pem -out good.pem 54 //-newkey rsa:2048 -md5 -keyout k.pem -out md5.pem 79 //-newkey rsa:512 -sha256 -keyout k.pem -out short.pem
|
/external/wpa_supplicant_8/src/crypto/ |
des-internal.c | 249 static void cookey(const u32 *raw1, u32 *keyout) 269 os_memcpy(keyout, dough, sizeof(dough)); 273 static void deskey(const u8 *key, int decrypt, u32 *keyout) 314 cookey(kn, keyout);
|
/libcore/support/src/test/java/tests/resources/x509/ |
create.sh | 67 openssl req -config ${DIR}/default.cnf -newkey dsa:/tmp/dsaparam.pem -keyout /tmp/dsapriv.pem -nodes -batch | openssl x509 -extfile ${DIR}/default.cnf -extensions keyUsage_cert -req -signkey /tmp/dsapriv.pem -outform d > ${DIR}/cert-dsa.der 71 openssl req -config ${DIR}/default.cnf -newkey ec:/tmp/ecparam.pem -keyout /tmp/ecpriv.pem -nodes -batch | openssl x509 -extfile ${DIR}/default.cnf -extensions keyUsage_critical_cert -req -signkey /tmp/ecpriv.pem -outform d > ${DIR}/cert-ec.der 80 openssl req -new -nodes -batch -x509 -extensions v3_ca -keyout /tmp/cakey.pem -out /tmp/cacert.pem -days 3650 -config ${DIR}/default.cnf
|
/external/chromium_org/third_party/openssl/openssl/ |
README.android | 76 adb shell openssl req -config /sdcard/CAss.cnf -x509 -nodes -days 365 -subj '/C=US/ST=California/L=Mountain View/CN=localhost' -newkey rsa:1024 -keyout /sdcard/server.pem -out /sdcard/server.pem
|
/external/openssl/ |
README.android | 76 adb shell openssl req -config /sdcard/CAss.cnf -x509 -nodes -days 365 -subj '/C=US/ST=California/L=Mountain View/CN=localhost' -newkey rsa:1024 -keyout /sdcard/server.pem -out /sdcard/server.pem
|
/external/dropbear/libtomcrypt/src/ciphers/ |
des.c | [all...] |
/external/openssh/ |
monitor.c | 123 u_char *keyout; member in struct:__anon24060 [all...] |
/external/chromium_org/ui/keyboard/resources/elements/ |
kb-keyboard.html | 12 on-key-out="{{keyOut}}" on-show-options="{{showOptions}}" 529 keyOut: function(event, detail) {
|
/libcore/support/src/test/java/org/apache/harmony/security/tests/support/cert/ |
TestUtils.java | 549 * $ openssl req -x509 -nodes -days 365 -subj '/C=AN/ST=Android/O=Android/OU=Android/CN=Android/emailAddress=android' -newkey rsa:1024 -keyout root.pem -out root.pem -text -days 36500 662 * $ openssl req -nodes -days 365 -subj '/C=AN/ST=Android/L=Android/O=Android/OU=Android/CN=Android Certificate/emailAddress=android' -newkey rsa:1024 -keyout certreq.pem -out certreq.pem -text -days 36500 [all...] |
/cts/tests/tests/keystore/src/android/keystore/cts/ |
AndroidKeyStoreTest.java | 67 * openssl req -new -x509 -days 3650 -extensions v3_ca -keyout cakey.pem -out cacert.pem 68 * openssl req -newkey rsa:1024 -keyout userkey.pem -nodes -days 3650 -out userkey.req [all...] |
/frameworks/base/keystore/tests/src/android/security/ |
AndroidKeyStoreTest.java | 95 * openssl req -new -x509 -days 3650 -extensions v3_ca -keyout cakey.pem -out cacert.pem 96 * openssl req -newkey rsa:1024 -keyout userkey.pem -nodes -days 3650 -out userkey.req [all...] |