/cts/tests/tests/security/tools/ |
format_cert.sh | 7 # OpenSSL binary built from this Android source 8 OPENSSL="$ANDROID_HOST_OUT/bin/openssl" 16 if [ ! -f "$OPENSSL" ]; then 17 echo "openssl binary not found" 19 echo "Run 'mmm external/openssl' or 'make openssl' from the root of the" \ 29 # openssl x509 -in cert_file -subject_hash_old -noout 35 subject_hash=$("$OPENSSL" x509 -in "$in_file" -inform $in_form -subject_hash_old \ 39 subject_hash=$("$OPENSSL" x509 -in "$in_file" -inform $in_form -subject_hash_old [all...] |
/external/curl/tests/certs/scripts/ |
genserv.sh | 8 OPENSSL=openssl 9 if [ -f /usr/local/ssl/bin/openssl ] ; then 10 OPENSSL=/usr/local/ssl/bin/openssl 65 echo "openssl dhparam -2 -out $PREFIX-sv.dhp $KEYSIZE" 66 $OPENSSL dhparam -2 -out $PREFIX-sv.dhp $KEYSIZE 70 echo "openssl req -config $PREFIX-sv.prm -newkey rsa:$KEYSIZE -keyout $PREFIX-sv.key -out $PREFIX-sv.csr -passout XXX" 71 $OPENSSL req -config $PREFIX-sv.prm -newkey rsa:$KEYSIZE -keyout $PREFIX-sv.key -out $PREFIX-sv.csr -passout pass:secret 74 echo "openssl rsa -in $PREFIX-sv.key -out $PREFIX-sv.key [all...] |
genroot.sh | 8 OPENSSL=openssl 9 if [ -f /usr/local/ssl/bin/openssl ] ; then 10 OPENSSL=/usr/local/ssl/bin/openssl 43 echo "openssl genrsa -out $PREFIX-ca.key $KEYSIZE -passout XXX" 44 openssl genrsa -out $PREFIX-ca.key $KEYSIZE -passout pass:secret 46 echo "openssl req -config $PREFIX-ca.prm -new -key $PREFIX-ca.key -out $PREFIX-ca.csr" 47 $OPENSSL req -config $PREFIX-ca.prm -new -key $PREFIX-ca.key -out $PREFIX-ca.csr -passin pass:secret 49 echo "openssl x509 -set_serial $SERIAL -extfile $PREFIX-ca.prm -days $DURATION -req -signkey $PREFIX-ca.key -in (…) [all...] |
/external/autotest/client/site_tests/security_OpenSSLRegressions/ |
security_OpenSSLRegressions.py | 10 OPENSSL = '/usr/bin/openssl' 11 VERIFY = OPENSSL + ' verify' 23 # Checking for openssl-0.9.8r-verify-retcode.patch (see
|
/external/ppp/pppd/ |
sha1.h | 3 /* If OpenSSL is in use, then use that version of SHA-1 */ 4 #ifdef OPENSSL
|
/external/wpa_supplicant_8/hs20/server/ca/ |
setup.sh | 3 if [ -z "$OPENSSL" ]; then 4 OPENSSL=openssl 6 export OPENSSL_CONF=$PWD/openssl.cnf 86 cat openssl-root.cnf | sed "s/@PASSWORD@/$PASS/" \ 87 > my-openssl-root.cnf 89 cat openssl.cnf | sed "s/@PASSWORD@/$PASS/" | 95 > my-openssl.cnf 98 cat my-openssl-root.cnf | sed "s/#@CN@/commonName_default = $CNR/" > openssl.cnf.tm [all...] |
/external/autotest/client/site_tests/security_OpenSSLBlacklist/ |
security_OpenSSLBlacklist.py | 11 OPENSSL = '/usr/bin/openssl' 12 VERIFY = OPENSSL + ' verify' 46 # Fire up an openssl s_server and have curl fetch from it 47 server = subprocess.Popen([OPENSSL, 's_server', '-www', 51 # Need to wait for openssl to be ready to talk to us
|
/external/autotest/client/site_tests/platform_AccurateTime/ |
platform_AccurateTime.py | 12 OPENSSL = '/usr/bin/openssl' 22 self.server = subprocess.Popen([OPENSSL, 's_server', '-www',
|
/libcore/benchmarks/src/benchmarks/regression/ |
DigestBenchmark.java | 39 public enum Implementation { OPENSSL, BOUNCYCASTLE }; 47 case OPENSSL:
|
/external/autotest/client/site_tests/security_RootCA/ |
security_RootCA.py | 19 OPENSSL = '/usr/bin/openssl' 22 # get_cert_by_subject() in crypto/x509/by_dir.c in the OpenSSL 30 """Verifies that the root CAs trusted by both NSS and OpenSSL 41 baselines = {'nss': {}, 'openssl': {}} 44 for i in ['nss', 'openssl']: 99 """Returns the dict of certificate fingerprints observed in OpenSSL.""" 100 fingerprint_cmd = ' '.join([OPENSSL, 'x509', '-fingerprint', 162 Covers both NSS and OpenSSL. 177 seen['openssl'] = openssl_stor [all...] |
/external/conscrypt/openjdk-benchmarks/src/jmh/java/org/conscrypt/benchmarks/ |
SslEngineBenchmark.java | 190 .sslProvider(io.netty.handler.ssl.SslProvider.OPENSSL) 209 .sslProvider(io.netty.handler.ssl.SslProvider.OPENSSL);
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/ |
AES.java | 474 * PBEWithMD5And128BitAES-OpenSSL 481 super("PBEWithMD5And128BitAES-CBC-OpenSSL", null, true, OPENSSL, MD5, 128, 128); 486 * PBEWithMD5And192BitAES-OpenSSL 493 super("PBEWithMD5And192BitAES-CBC-OpenSSL", null, true, OPENSSL, MD5, 192, 128); 498 * PBEWithMD5And256BitAES-OpenSSL 505 super("PBEWithMD5And256BitAES-CBC-OpenSSL", null, true, OPENSSL, MD5, 256, 128); [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/util/ |
PBE.java | 59 static final int OPENSSL = 3;
|
/external/curl/packages/vms/ |
build_vms.com | 8 $! If OPENSSL is defined, but SSL$INCLUDE is not, then OpenSSL will be 21 $! Note, you must match the pointer size that the OpenSSL 49 $! Note, you must match the pointer size that the OpenSSL 51 $! correct HP OpenSSL image. 53 $! OSSLOLB Use OpenSSL object libraries (.OLB), even if shared 96 $! Added OSSLOLB option, and support for OpenSSL 102 $! here, eliminating the hard-coded OpenSSL nonsense. 276 $ openssl = 0 550 $ if (f$trnlnm("OPENSSL") .nes. "" [all...] |
generate_config_vms_h_curl.com | 82 $! HP defines OPENSSL as SSL$INCLUDE as a convenience for linking. 85 $! it indicates which OpenSSL to use. 87 $ openssl_lnm = f$trnlnm("OPENSSL") 395 $! Check to see if OpenSSL is present. 397 $ssl_include = f$trnlnm("OPENSSL")
|
config_h.com | 102 $ssl_header_dir = "OPENSSL:" 103 $if f$trnlnm("OPENSSL") .eqs. "" 1022 $! Now look for OPENSSL headers 1024 $ if key2b .eqs. "OPENSSL" [all...] |
/prebuilts/tools/common/m2/repository/io/netty/netty-handler/4.1.0.CR3/ |
netty-handler-4.1.0.CR3.jar | |
/prebuilts/tools/common/m2/repository/io/netty/netty-handler/4.1.3.Final/ |
netty-handler-4.1.3.Final.jar | |
/prebuilts/tools/common/m2/repository/io/netty/netty-handler/4.1.6.Final/ |
netty-handler-4.1.6.Final.jar | |
/external/google-tv-pairing-protocol/java/jar/ |
bcprov-jdk15-143.jar | |
/prebuilts/devtools/tools/lib/ |
bcprov-jdk15on-1.48.jar | |
/prebuilts/misc/common/robolectric/lib/ |
bcprov-jdk16-1.46.jar | |
/prebuilts/sdk/tools/lib/ |
signapk.jar | |
/prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.48/ |
bcprov-jdk15on-1.48.jar | |
/prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.50/ |
bcprov-jdk15on-1.50.jar | |