Home
last modified time | relevance | path

Searched full:_ssl (Results 1 – 25 of 136) sorted by relevance

123456

/aosp_15_r20/external/python/cpython2/PC/VC6/
D_ssl.dsp1 # Microsoft Developer Studio Project File - Name="_ssl" - Package Owner=<4>
7 CFG=_ssl - Win32 Debug
11 !MESSAGE NMAKE /f "_ssl.mak".
16 !MESSAGE NMAKE /f "_ssl.mak" CFG="_ssl - Win32 Debug"
20 !MESSAGE "_ssl - Win32 Release" (based on "Win32 (x86) External Target")
21 !MESSAGE "_ssl - Win32 Debug" (based on "Win32 (x86) External Target")
29 !IF "$(CFG)" == "_ssl - Win32 Release"
35 # PROP BASE Cmd_Line "NMAKE /f _ssl.mak"
37 # PROP BASE Target_File "_ssl.exe"
38 # PROP BASE Bsc_Name "_ssl.bsc"
[all …]
D_ssl.mak4 TEMP_DIR=x86-temp-debug/_ssl
8 MODULE=_ssl.pyd
9 TEMP_DIR=x86-temp-release/_ssl
18 SOURCE=../../Modules/_ssl.c $(SSL_LIB_DIR)/libeay32.lib $(SSL_LIB_DIR)/ssleay32.lib
Dbuild_ssl.py1 # Script for building the _ssl module for Windows.
4 # for _ssl.pyd itself.
225 # And finally, we can build the _ssl module itself for Python.
229 rc = os.system('nmake /nologo -f _ssl.mak ' + defs + " " + make_flags)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/
Dssl.py1 # Wrapper module for _ssl, providing some additional facilities
100 import _ssl # if we can't import it, let the error propagate
102 from _ssl import OPENSSL_VERSION_NUMBER, OPENSSL_VERSION_INFO, OPENSSL_VERSION
103 from _ssl import _SSLContext, MemoryBIO, SSLSession
104 from _ssl import (
108 from _ssl import txt2obj as _txt2obj, nid2obj as _nid2obj
109 from _ssl import RAND_status, RAND_add, RAND_bytes, RAND_pseudo_bytes
111 from _ssl import RAND_egd
117 from _ssl import (
121 from _ssl import _DEFAULT_CIPHERS, _OPENSSL_API_VERSION
[all …]
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/
H A Dssl.py1 # Wrapper module for _ssl, providing some additional facilities
100 import _ssl # if we can't import it, let the error propagate
102 from _ssl import OPENSSL_VERSION_NUMBER, OPENSSL_VERSION_INFO, OPENSSL_VERSION
103 from _ssl import _SSLContext, MemoryBIO, SSLSession
104 from _ssl import (
108 from _ssl import txt2obj as _txt2obj, nid2obj as _nid2obj
109 from _ssl import RAND_status, RAND_add, RAND_bytes, RAND_pseudo_bytes
111 from _ssl import RAND_egd
117 from _ssl import (
121 from _ssl import _DEFAULT_CIPHERS, _OPENSSL_API_VERSION
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/
Dssl.py1 # Wrapper module for _ssl, providing some additional facilities
100 import _ssl # if we can't import it, let the error propagate
102 from _ssl import OPENSSL_VERSION_NUMBER, OPENSSL_VERSION_INFO, OPENSSL_VERSION
103 from _ssl import _SSLContext, MemoryBIO, SSLSession
104 from _ssl import (
108 from _ssl import txt2obj as _txt2obj, nid2obj as _nid2obj
109 from _ssl import RAND_status, RAND_add, RAND_bytes, RAND_pseudo_bytes
111 from _ssl import RAND_egd
117 from _ssl import (
121 from _ssl import _DEFAULT_CIPHERS, _OPENSSL_API_VERSION
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/
Dssl.py1 # Wrapper module for _ssl, providing some additional facilities
100 import _ssl # if we can't import it, let the error propagate
102 from _ssl import OPENSSL_VERSION_NUMBER, OPENSSL_VERSION_INFO, OPENSSL_VERSION
103 from _ssl import _SSLContext, MemoryBIO, SSLSession
104 from _ssl import (
108 from _ssl import txt2obj as _txt2obj, nid2obj as _nid2obj
109 from _ssl import RAND_status, RAND_add, RAND_bytes, RAND_pseudo_bytes
111 from _ssl import RAND_egd
117 from _ssl import (
121 from _ssl import _DEFAULT_CIPHERS, _OPENSSL_API_VERSION
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/
Dssl.py1 # Wrapper module for _ssl, providing some additional facilities
100 import _ssl # if we can't import it, let the error propagate
102 from _ssl import OPENSSL_VERSION_NUMBER, OPENSSL_VERSION_INFO, OPENSSL_VERSION
103 from _ssl import _SSLContext, MemoryBIO, SSLSession
104 from _ssl import (
108 from _ssl import txt2obj as _txt2obj, nid2obj as _nid2obj
109 from _ssl import RAND_status, RAND_add, RAND_bytes, RAND_pseudo_bytes
111 from _ssl import RAND_egd
117 from _ssl import (
121 from _ssl import _DEFAULT_CIPHERS, _OPENSSL_API_VERSION
[all …]
/aosp_15_r20/external/python/cpython3/Lib/
Dssl.py1 # Wrapper module for _ssl, providing some additional facilities
100 import _ssl # if we can't import it, let the error propagate
102 from _ssl import OPENSSL_VERSION_NUMBER, OPENSSL_VERSION_INFO, OPENSSL_VERSION
103 from _ssl import _SSLContext, MemoryBIO, SSLSession
104 from _ssl import (
108 from _ssl import txt2obj as _txt2obj, nid2obj as _nid2obj
109 from _ssl import RAND_status, RAND_add, RAND_bytes, RAND_pseudo_bytes
111 from _ssl import RAND_egd
117 from _ssl import (
121 from _ssl import _DEFAULT_CIPHERS, _OPENSSL_API_VERSION
[all …]
/aosp_15_r20/external/python/cpython2/PC/VS7.1/
D_ssl.vcproj5 Name="_ssl"
6 RootNamespace="_ssl"
18 IntermediateDirectory=".\x86-temp-release\_ssl"
27 Output="_ssl.pyd"/>
32 IntermediateDirectory=".\x86-temp-debug\_ssl"
46 IntermediateDirectory=".\ia64-temp-release\_ssl"
55 Output="_ssl.pyd"/>
60 IntermediateDirectory="amd64-temp-release\_ssl"
69 Output="_ssl.pyd"/>
76 RelativePath="..\..\Modules\_ssl.c">
D_ssl.mak18 SSL_SOURCE=../../Modules/_ssl.c
23 all: _ssl$(SUFFIX) _hashlib$(SUFFIX)
26 _ssl$(SUFFIX): $(SSL_SOURCE) $(SSL_LIB_DIR)/libeay32.lib $(SSL_LIB_DIR)/ssleay32.lib ../../PC/*.h .…
27 @if not exist "$(TEMP)/_ssl/." mkdir "$(TEMP)/_ssl"
28 cl /nologo /c $(SSL_SOURCE) $(CFLAGS) /Fo$(TEMP)\_ssl\$*.obj $(INCLUDES)
30 /dll /out:_ssl$(SUFFIX) $(TEMP)\_ssl\$*.obj $(SSL_LIBS) $(EXTRA_LIBS)
Dbuild_ssl.py1 # Script for building the _ssl and _hashlib modules for Windows.
4 # for the actual _ssl.pyd and _hashlib.pyd DLLs.
13 # it should configure and build SSL, then build the _ssl and _hashlib
168 # And finally, we can build the _ssl module itself for Python.
174 makeCommand = 'nmake /nologo -f _ssl.mak ' + defs + " " + make_flags
/aosp_15_r20/external/python/cpython2/Lib/
Dssl.py1 # Wrapper module for _ssl, providing some additional facilities
98 import _ssl # if we can't import it, let the error propagate
100 from _ssl import OPENSSL_VERSION_NUMBER, OPENSSL_VERSION_INFO, OPENSSL_VERSION
101 from _ssl import _SSLContext
102 from _ssl import (
106 from _ssl import CERT_NONE, CERT_OPTIONAL, CERT_REQUIRED
107 from _ssl import txt2obj as _txt2obj, nid2obj as _nid2obj
108 from _ssl import RAND_status, RAND_add
110 from _ssl import RAND_egd
116 for n in dir(_ssl):
[all …]
/aosp_15_r20/external/python/cpython3/Tools/c-analyzer/cpython/
Dglobals-to-fix.tsv758 Modules/_ssl.c - PySocketModule -
759 Modules/_ssl.c - _sslmodule -
852 Modules/_ssl.c - PySSLContext_Type -
853 Modules/_ssl.c - PySSLMemoryBIO_Type -
854 Modules/_ssl.c - PySSLSession_Type -
855 Modules/_ssl.c - PySSLSocket_Type -
898 Modules/_ssl.c - PySSLErrorObject -
899 Modules/_ssl.c - PySSLCertVerificationErrorObject -
900 Modules/_ssl.c - PySSLZeroReturnErrorObject -
901 Modules/_ssl.c - PySSLWantReadErrorObject -
[all …]
Dignored.tsv406 Modules/_ssl.c - _sslmodule_def -
407 Modules/_ssl.h - _sslmodule_def -
451 Modules/_ssl.c - sslmodule_slots -
626 Modules/_ssl.c - PySSLMethods -
627 Modules/_ssl.c - PySSL_methods -
628 Modules/_ssl.c - context_methods -
629 Modules/_ssl.c - memory_bio_methods -
630 Modules/_ssl/cert.c - certificate_methods -
1086 Modules/_ssl.c - PySSLSession_getsetlist -
1087 Modules/_ssl.c - context_getsetlist -
[all …]
/aosp_15_r20/external/python/cpython3/Modules/
D_ssl.c31 #include "_ssl.h"
175 /* Ignored in SSLContext constructor, only used to as _ssl.DEFAULT_CIPHER_STRING */
352 module _ssl
353 class _ssl._SSLContext "PySSLContext *" "get_state_type(type)->PySSLContext_Type"
354 class _ssl._SSLSocket "PySSLSocket *" "get_state_type(type)->PySSLSocket_Type"
355 class _ssl.MemoryBIO "PySSLMemoryBIO *" "get_state_type(type)->PySSLMemoryBIO_Type"
356 class _ssl.SSLSession "PySSLSession *" "get_state_type(type)->PySSLSession_Type"
360 #include "clinic/_ssl.c.h"
378 #define ERRSTR(x) ERRSTR1("_ssl.c", Py_STRINGIFY(__LINE__), x)
388 #include "_ssl/debughelpers.c"
[all …]
DSetup215 #_ssl _ssl.c $(OPENSSL_INCLUDES) $(OPENSSL_LDFLAGS) $(OPENSSL_LIBS)
219 # _ssl _ssl.c $(OPENSSL_INCLUDES) $(OPENSSL_LDFLAGS) \
/aosp_15_r20/external/python/cpython3/Modules/_ssl/
Dcert.c2 #include "../_ssl.h"
10 module _ssl
11 class _ssl.Certificate "PySSLCertificate *" "PySSLCertificate_Type"
68 _ssl.Certificate.public_bytes
119 _ssl.Certificate.get_info
240 "_ssl.Certificate",
/aosp_15_r20/external/python/cpython2/Tools/ssl/
Dmultissltests.py125 help="Don't run tests, only compile _ssl.c and _hashopenssl.c."
135 module_files = ("Modules/_ssl.c",
137 module_libs = ("_ssl", "_hashlib")
308 cmd = [sys.executable, "-c", "import _ssl; import _hashlib"]
373 for name in ['python', 'setup.py', 'Modules/_ssl.c']:
Dmake_ssl_data.py17 import _ssl
55 for errname, (libnum, errnum) in _ssl.err_names_to_codes.items():
56 lib = error_libraries[_ssl.lib_codes_to_names[libnum]]
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_ssl.py37 import _ssl
351 _ssl._SSLContext,
352 _ssl._SSLSocket,
353 _ssl.MemoryBIO,
354 _ssl.Certificate,
355 _ssl.SSLSession,
356 _ssl.SSLError,
362 support.check_disallow_instantiation(self, _ssl.Certificate)
405 # note that this uses an 'unofficial' function in _ssl.c,
409 ssl._ssl._test_decode_cert(CERTFILE),
[all …]
Dpythoninfo.py537 import _ssl
539 _ssl = None
571 if _ssl is not None and hasattr(_ssl, 'get_default_verify_paths'):
572 parts = _ssl.get_default_verify_paths()
/aosp_15_r20/external/python/cpython3/PCbuild/
Dprepare_ssl.py96 # executable. However, we export it from _ssl[_d].pyd instead. So we update the
105 if re.search('MODIFIED FOR CPYTHON _ssl MODULE', line):
108 f2.write("/* MODIFIED FOR CPYTHON _ssl MODULE */\n")
109 …f2.write('if ((h = GetModuleHandleW(L"_ssl.pyd")) == NULL) if ((h = GetModuleHandleW(L"_ssl_d.pyd"…
/aosp_15_r20/external/python/cpython3/android/
DSetup.local51 #_ssl _ssl.c _ssl/debughelpers.c
/aosp_15_r20/external/python/cpython3/Tools/c-analyzer/
DTODO945 Modules/clinic/_ssl.c.h:_ssl__SSLContext__wrap_bio():_parser static _PyArg_Parser _parser
946 Modules/clinic/_ssl.c.h:_ssl__SSLContext__wrap_socket():_parser static _PyArg_Parser _parser
947 Modules/clinic/_ssl.c.h:_ssl__SSLContext_get_ca_certs():_parser static _PyArg_Parser _parser
948 Modules/clinic/_ssl.c.h:_ssl__SSLContext_load_cert_chain():_parser static _PyArg_Parser _parser
949 Modules/clinic/_ssl.c.h:_ssl__SSLContext_load_verify_locations():_parser static _PyArg_Parser _pars…
950 Modules/clinic/_ssl.c.h:_ssl__SSLSocket_get_channel_binding():_parser static _PyArg_Parser _parser
951 Modules/clinic/_ssl.c.h:_ssl_enum_certificates():_parser static _PyArg_Parser _parser
952 Modules/clinic/_ssl.c.h:_ssl_enum_crls():_parser static _PyArg_Parser _parser
953 Modules/clinic/_ssl.c.h:_ssl_txt2obj():_parser static _PyArg_Parser _parser

123456