HomeSort by relevance Sort by last modified time
    Searched refs:OpenSSL (Results 1 - 25 of 31) sorted by null

1 2

  /external/webrtc/webrtc/base/
openssl.h 14 #include <openssl/ssl.h>
17 #error OpenSSL is older than 1.0.0, which is the minimum supported version.
  /external/boringssl/
flavor.mk 2 # they can detect whether BoringSSL or OpenSSL is being used.
  /libcore/benchmarks/src/benchmarks/regression/
SignatureBenchmark.java 54 public enum Implementation { OpenSSL, BouncyCastle };
95 case OpenSSL:
114 case OpenSSL:
KeyPairGeneratorBenchmark.java 35 public enum Implementation { OpenSSL, BouncyCastle };
CipherBenchmark.java 80 public enum Implementation { OpenSSL, BouncyCastle };
113 case OpenSSL:
  /external/boringssl/linux-arm/crypto/sha/
sha256-armv4.S 4 @ Written by Andy Polyakov <appro@openssl.org> for the OpenSSL
5 @ project. The module is, however, dual licensed under OpenSSL and
7 @ details see http://www.openssl.org/~appro/cryptogams/.
41 # include <openssl/arm_arch.h>
    [all...]
sha512-armv4.S 4 @ Written by Andy Polyakov <appro@openssl.org> for the OpenSSL
5 @ project. The module is, however, dual licensed under OpenSSL and
7 @ details see http://www.openssl.org/~appro/cryptogams/.
39 @ not be observed, see http://www.openssl.org/~appro/Snapdragon-S4.html
50 # include <openssl/arm_arch.h>
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/oauth2client/
crypt.py 42 """Import OpenSSL, avoiding the explicit import where possible.
44 Importing OpenSSL 0.14 can take up to 0.5s, which is a large price
56 ImportError if OpenSSL is unavailable.
60 _ = imp.find_module('OpenSSL')
63 import OpenSSL
76 pubkey, OpenSSL.crypto.PKey, The public key to verify with.
91 from OpenSSL import crypto
113 OpenSSL.crypto.Error if the key_pem can't be parsed.
115 from OpenSSL import crypto
130 pkey, OpenSSL.crypto.PKey (or equiv), The private key to sign with
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/tests/
test_crypt.py 68 if m.startswith('OpenSSL'):
78 import OpenSSL
82 from OpenSSL import crypto
  /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...]
gnv_link_curl.com 96 $! Need to build the module to test the HP OpenSSL version
149 $ curl_ssl_version = "OpenSSL/0.9.6g"
151 $ write sys$output "HP OpenSSL Shared images not found!"
157 $! "OpenSSL 0.9.8w 23 Apr 2012"
201 " HP OpenSSL version of ""''hp_ssl_version'"" is too old for shared libcurl!"
204 $ write sys$output "Unable to get version of HP OpenSSL"
237 "GNV OpenSSL version of ""''gnv_ssl_version'" is too old for shared libcurl!"
252 $ write sys$output "Unable to get version of GNV OpenSSL"
255 $! Need to write a release note section about HP OpenSSL
259 This package is built on with the OpenSSL version listed below and require
    [all...]
setup_gnv_curl_build.com 90 $! OpenSSL headers
91 $ if f$trnlnm("openssl") .eqs. ""
95 $ define/job openssl ssl$include:
134 $! HP OpenSSL
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")
  /external/libweave/third_party/chromium/build/
build_config.h 79 #error Cannot use both OpenSSL and NSS
  /external/libchrome/build/
build_config.h 101 #error Cannot use both OpenSSL and NSS for certificates
  /system/extras/perfprofd/quipper/build/
build_config.h 56 #error Cannot use both OpenSSL and NSS
  /external/chromium-trace/catapult/third_party/gsutil/gslib/commands/
signurl.py 46 # Check for openssl.
48 from OpenSSL.crypto import load_pkcs12
49 from OpenSSL.crypto import sign
  /external/wpa_supplicant_8/wpa_supplicant/
nmake.mak 14 # Root directory for OpenSSL
15 # (http://www.openssl.org/source/openssl-0.9.8a.tar.gz)
17 # Note: If EAP-FAST is included in the build, OpenSSL needs to be patched to
18 # support it (openssl-tls-extensions.patch)
20 # installation package for OpenSSL.
21 OPENSSLDIR=C:\dev\openssl
172 # If using Win32 OpenSSL binary installation from Shining Light Productions,
  /cts/tools/utils/
certificates.py 18 from OpenSSL import crypto
  /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/chromium-trace/catapult/third_party/gsutil/third_party/rsa/rsa/
key.py 205 '''Loads a PKCS#1.5 PEM-encoded public key file from OpenSSL.
214 key, from OpenSSL.
223 '''Loads a PKCS#1 DER-encoded public key file from OpenSSL.
226 key, from OpenSSL.
237 raise TypeError("This is not a DER-encoded OpenSSL-compatible public key")
  /external/chromium-trace/catapult/telemetry/third_party/webpagereplay/
certutils.py 41 from OpenSSL import crypto, SSL
platformsettings.py 96 import OpenSSL
97 return (distutils.version.StrictVersion(OpenSSL.__version__) >=
  /external/chromium-trace/catapult/third_party/Paste/paste/
httpserver.py 334 from OpenSSL import SSL, tsafe
411 import OpenSSL, random
412 pkey = OpenSSL.crypto.PKey()
413 pkey.generate_key(OpenSSL.crypto.TYPE_RSA, 768)
415 cert = OpenSSL.crypto.X509()
    [all...]
  /external/curl/projects/
build-openssl.bat 90 if not defined START_DIR set START_DIR=..\..\openssl
271 echo Usage: build-openssl ^<compiler^> ^<platform^> [configuration] [directory]
296 echo directory - Specifies the OpenSSL source directory
331 echo Error: Cannot locate OpenSSL source directory

Completed in 4818 milliseconds

1 2