Searched refs:OpenSSL (Results 1 - 25 of 25) sorted by relevance

/external/chromium_org/tools/playback_benchmark/
H A Dproxy_handler.py12 import OpenSSL namespace
76 context = OpenSSL.SSL.Context(OpenSSL.SSL.SSLv23_METHOD)
81 ssl_connection = OpenSSL.SSL.Connection(context, self.connection)
95 except (OpenSSL.SSL.SysCallError, OpenSSL.SSL.ZeroReturnError):
/external/openssh/contrib/
H A Dfindssl.sh6 # 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'
[all...]
/external/chromium/build/
H A Dbuild_config.h61 #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/
H A Dstandalone.py274 global OpenSSL
276 import OpenSSL.SSL namespace
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
[all...]
/external/chromium_org/build/
H A Dbuild_config.h58 #error Cannot use both OpenSSL and NSS
/external/chromium_org/third_party/openssl/openssl/crypto/
H A Ds390xcpuid.S37 lgfr %r2,%r0 # OpenSSL expects the new value
H A Dsparccpuid.S213 add %o1,%o2,%o0 ! OpenSSL expects the new value
/external/openssl/crypto/
H A Ds390xcpuid.S37 lgfr %r2,%r0 # OpenSSL expects the new value
H A Dsparccpuid.S213 add %o1,%o2,%o0 ! OpenSSL expects the new value
/external/wpa_supplicant_8/wpa_supplicant/
H A Dnmake.mak14 # Root directory for OpenSSL
17 # Note: If EAP-FAST is included in the build, OpenSSL needs to be patched to
20 # installation package for OpenSSL.
172 # If using Win32 OpenSSL binary installation from Shining Light Productions,
/external/chromium-trace/trace-viewer/examples/stream_server/
H A Dstandalone.py133 import OpenSSL.SSL namespace
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
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
H A Dstandalone.py133 import OpenSSL.SSL namespace
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
/external/chromium_org/third_party/openssl/openssl/
H A Dcheck-all-builds.sh198 This script is used to ensure that all OpenSSL build variants compile
/external/openssl/
H A Dcheck-all-builds.sh198 This script is used to ensure that all OpenSSL build variants compile
/external/chromium/third_party/libjingle/source/talk/
H A Dmain.scons72 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/
H A Dimport_from_android.sh174 3) Download a versioned openssl package from the official OpenSSL
310 dump "Found OpenSSL version: $OPENSSL_VERSION"
312 # Download OpenSSL package
324 echo "ERROR: Content mismatch for downloaded OpenSSL package:"
/external/chromium_org/third_party/libjingle/source/talk/
H A Dmain.scons102 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
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/openssh/contrib/suse/
H A Dopenssh.spec30 # OpenSSL (openssl-devel),
61 patented algorithms to seperate libraries (OpenSSL).
75 patented algorithms to seperate libraries (OpenSSL).
/external/openssh/contrib/redhat/
H A Dopenssh.spec50 # Options for static OpenSSL link:
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
/external/openssh/
H A Dconfigure1416 --with-ssl-dir=PATH Specify path to OpenSSL installation
1417 --without-openssl-header-check Disable OpenSSL version consistency check
1418 --with-ssl-engine Enable OpenSSL (hardware) ENGINE support
10239 # Search for OpenSSL
10315 as_fn_error $? "*** OpenSSL headers missing - please install first or check config.log ***" "$LINENO" 5
10342 as_fn_error $? "*** Can't find recent OpenSSL libcrypto (see config.log for details) ***" "$LINENO" 5
10354 # Determine OpenSSL header version
10355 { $as_echo "$as_me:${as_lineno-$LINENO}: checking OpenSSL header version" >&5
10356 $as_echo_n "checking OpenSSL header version... " >&6; }
10402 as_fn_error $? "OpenSSL versio
[all...]
/external/chromium_org/third_party/openssl/openssl/apps/
H A Dapps.c59 * 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
83 * 5. Products derived from this software may not be called "OpenSSL"
84 * nor may "OpenSSL" appear in their names without prior written
85 * permission of the OpenSSL Project.
89 * "This product includes software developed by the OpenSSL Project
90 * for use in the OpenSSL Toolki
[all...]
/external/ipsec-tools/src/racoon/
H A Dcrypto_openssl.c48 #error OpenSSL version 0.9.6 or later required.
106 #define OpenSSL_BUG() do { plog(LLV_ERROR, LOCATION, NULL, "OpenSSL function failed\n"); } while(0)
118 * necessary for SSLeay/OpenSSL portability. It sucks.
/external/openssl/apps/
H A Dapps.c59 * 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
83 * 5. Products derived from this software may not be called "OpenSSL"
84 * nor may "OpenSSL" appear in their names without prior written
85 * permission of the OpenSSL Project.
89 * "This product includes software developed by the OpenSSL Project
90 * for use in the OpenSSL Toolki
[all...]
/external/dropbear/libtomcrypt/
H A Dcrypt.tex143 The idea is that I am not striving to replace OpenSSL or Crypto++ or Cryptlib or etc. I'm trying to write my
161 with \textit{cycles per byte} timings that are comparable (and often favourable) to other libraries such as OpenSSL and
179 unlike libraries like OpenSSL is not tied to direct routines. For instance, in OpenSSL there are CBC block
3567 RSAPublicKey and RSAPrivateKey. Additionally, the OpenSSL key format is supported by the import function only.
3595 As of v1.06 this function can also import OpenSSL DER formatted public RSA keys. They are essentially encapsulated RSAPublicKeys. LibTomCrypt will
/external/dropbear/libtommath/
H A Dbn.tex245 Unlike GNU MP (GMP) Library, LIP, OpenSSL or various other commercial kits (Miracl), LibTomMath was not written with

Completed in 914 milliseconds