/external/chromium_org/third_party/openssl/openssl/crypto/chacha/ |
chacha_vec_arm.S | 2 # needed to support switching on NEON code at runtime. If the whole of OpenSSL
|
/external/openssh/contrib/ |
findssl.sh | 6 # Search for all instances of OpenSSL headers and libraries 8 # Intended to help diagnose OpenSSH's "OpenSSL headers do not 20 # "OpenSSL headers do not match your library" are usually caused by 21 # OpenSSH's configure picking up an older version of OpenSSL headers 25 # The output of configure will tell you the versions of the OpenSSL 28 # checking OpenSSL header version... 90604f (OpenSSL 0.9.6d 9 May 2002) 29 # checking OpenSSL library version... 90602f (OpenSSL 0.9.6b [engine] 9 Jul 2001) 30 # checking whether OpenSSL's headers match the library... n [all...] |
/libcore/benchmarks/src/benchmarks/regression/ |
SignatureBenchmark.java | 55 public enum Implementation { OpenSSL, BouncyCastle }; 95 case OpenSSL: 114 case OpenSSL:
|
CipherBenchmark.java | 84 public enum Implementation { OpenSSL, BouncyCastle }; 116 case OpenSSL:
|
KeyPairGeneratorBenchmark.java | 39 public enum Implementation { OpenSSL, BouncyCastle };
|
/external/chromium/build/ |
build_config.h | 61 #define USE_NSS 1 // Default to use NSS for crypto, unless OpenSSL is chosen. 71 #error Cannot use both OpenSSL and NSS
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/ |
standalone.py | 274 global OpenSSL 276 import OpenSSL.SSL 283 """A wrapper class for OpenSSL.SSL.Connection to 285 - tweak shutdown method since OpenSSL.SSL.Connection.shutdown doesn't 319 except OpenSSL.SSL.SysCallError, (err, message): 321 # Suppress "unexpected EOF" exception. See the OpenSSL document 528 """Override TCPServer.get_request to wrap OpenSSL.SSL.Connection 530 cannot substitute OpenSSL.SSL.Connection.makefile since it's readonly 553 ctx = OpenSSL.SSL.Context(OpenSSL.SSL.SSLv23_METHOD [all...] |
/external/chromium_org/build/ |
build_config.h | 58 #error Cannot use both OpenSSL and NSS
|
/external/chromium_org/third_party/openssl/openssl/crypto/ |
s390xcpuid.S | 37 lgfr %r2,%r0 # OpenSSL expects the new value
|
sparccpuid.S | 213 add %o1,%o2,%o0 ! OpenSSL expects the new value
|
/external/openssl/crypto/ |
s390xcpuid.S | 37 lgfr %r2,%r0 # OpenSSL expects the new value
|
sparccpuid.S | 213 add %o1,%o2,%o0 ! OpenSSL expects the new value
|
/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,
|
/external/chromium-trace/trace-viewer/examples/stream_server/ |
standalone.py | 133 import OpenSSL.SSL 251 """A wrapper class for OpenSSL.SSL.Connection to provide makefile method 344 ctx = OpenSSL.SSL.Context(OpenSSL.SSL.SSLv23_METHOD) 349 socket_ = OpenSSL.SSL.Connection(ctx, socket_) 424 """Override TCPServer.get_request to wrap OpenSSL.SSL.Connection 426 cannot substitute OpenSSL.SSL.Connection.makefile since it's readonly [all...] |
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/ |
standalone.py | 133 import OpenSSL.SSL 247 """A wrapper class for OpenSSL.SSL.Connection to provide makefile method 340 ctx = OpenSSL.SSL.Context(OpenSSL.SSL.SSLv23_METHOD) 345 socket_ = OpenSSL.SSL.Connection(ctx, socket_) 420 """Override TCPServer.get_request to wrap OpenSSL.SSL.Connection 422 cannot substitute OpenSSL.SSL.Connection.makefile since it's readonly [all...] |
/external/chromium_org/third_party/openssl/openssl/ |
check-all-builds.sh | 151 # <openssl/opensslconf.h> header is tailored for 32-bits. 198 This script is used to ensure that all OpenSSL build variants compile 199 properly. It can be used after modifying external/openssl/openssl.config 568 build_executable openssl APPS $build_type "$SRC_DIR" "$out" "crypto ssl" 600 . $SRC_DIR/openssl.config
|
/external/openssl/ |
check-all-builds.sh | 151 # <openssl/opensslconf.h> header is tailored for 32-bits. 198 This script is used to ensure that all OpenSSL build variants compile 199 properly. It can be used after modifying external/openssl/openssl.config 568 build_executable openssl APPS $build_type "$SRC_DIR" "$out" "crypto ssl" 600 . $SRC_DIR/openssl.config
|
/external/chromium/third_party/libjingle/source/talk/ |
main.scons | 72 DeclareBit('use_static_openssl', 'Build OpenSSL as a static library') 390 # OpenSSL has infamously poor ABI stability, so that building against one 393 # versions, this means we can't safely dynamically link to OpenSSL because the
|
/external/chromium_org/third_party/openssl/ |
import_from_android.sh | 18 . "$PROGDIR/openssl-chromium.config" 143 # prepends openssl/ as required by the Chromium build to each item 153 print_gyp " 'openssl/$VALUE'," 164 third_party/openssl/ directory according to the configuration file 165 named 'openssl-chromium.config'. 174 3) Download a versioned openssl package from the official OpenSSL 176 'openssl.version' file in the Android source tree. 181 5) Generate the 'openssl.gypi' that contains gyp-specific declarations 281 ANDROID_SRC_DIR=$BUILD_DIR/android-openssl [all...] |
/external/chromium_org/third_party/libjingle/source/talk/ |
main.scons | 102 DeclareBit('use_static_openssl', 'Build OpenSSL as a static library') 378 # Switch-hit between NSS and OpenSSL 396 # Use static OpenSSL on mac so that we can use the latest APIs on all 438 mac_env.AppendUnique(LINKFLAGS = ['-Lthird_party/openssl']) 665 # OpenSSL has infamously poor ABI stability, so that building against one 668 # versions, this means we can't safely dynamically link to OpenSSL because the
|
/external/chromium_org/chrome/browser/ui/webui/options/ |
certificate_manager_browsertest.js | 6 // isn't implemented if OpenSSL is used.
|
/external/openssh/contrib/suse/ |
openssh.spec | 24 PreReq: openssl 30 # OpenSSL (openssl-devel), 34 BuildPrereq: openssl 61 patented algorithms to seperate libraries (OpenSSL). 75 patented algorithms to seperate libraries (OpenSSL).
|
/external/openssh/contrib/redhat/ |
openssh.spec | 50 # Options for static OpenSSL link: 54 # Options for Smartcard support: (needs libsectok and openssl-engine) 89 BuildRequires: perl, openssl-devel, tcp_wrappers 442 work anyway (3.1 requires OpenSSL 0.9.6 to build), but what the heck 444 - add Markus's patch to compile with OpenSSL 0.9.5a (from 573 - remove explicit openssl requirement, fixes builddistro issue 583 - require the version of openssl we had when we were built 603 - remove dependency on openssl -- would need to be too precise 635 - Only require openssl (don't prereq) because we generate keys in the init
|
/external/openssh/ |
configure | [all...] |
/external/chromium_org/third_party/openssl/openssl/apps/ |
apps.c | 59 * Copyright (c) 1998-2001 The OpenSSL Project. All rights reserved. 75 * "This product includes software developed by the OpenSSL Project 76 * for use in the OpenSSL Toolkit. (http://www.openssl.org/)" 78 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to 81 * openssl-core@openssl.org. 83 * 5. Products derived from this software may not be called "OpenSSL" 84 * nor may "OpenSSL" appear in their names without prior writte [all...] |