/external/boringssl/src/include/openssl/ |
D | crypto.h | 72 #define OPENSSL_VERSION 0 macro 78 // OpenSSL_version is a compatibility function that returns the string 79 // "BoringSSL" if |which| is |OPENSSL_VERSION| and placeholder strings 81 OPENSSL_EXPORT const char *OpenSSL_version(int which); 83 #define SSLEAY_VERSION OPENSSL_VERSION 89 // SSLeay_version calls |OpenSSL_version|.
|
/external/python/cpython3/.azure-pipelines/ |
D | ci.yml | 62 openssl_version: 1.1.0j 90 openssl_version: '' 119 openssl_version: 1.1.0j
|
D | pr.yml | 62 openssl_version: 1.1.0j 90 openssl_version: '' 119 openssl_version: 1.1.0j
|
D | posix-steps.yml | 13 …_dependencies }} ./.azure-pipelines/posix-deps-${{ parameters.dependencies }}.sh $(openssl_version)
|
/external/boringssl/src/crypto/ |
D | crypto.c | 177 const char *SSLeay_version(int which) { return OpenSSL_version(which); } in SSLeay_version() 179 const char *OpenSSL_version(int which) { in OpenSSL_version() function 181 case OPENSSL_VERSION: in OpenSSL_version()
|
/external/python/cpython2/Tools/ssl/ |
D | multissltests.py | 175 def openssl_version(self): member in AbstractBuilder 182 """Value of ssl.OPENSSL_VERSION""" 185 '-c', 'import ssl; print(ssl.OPENSSL_VERSION)' 280 version = self.openssl_version
|
/external/python/cpython3/Tools/ssl/ |
D | multissltests.py | 194 def openssl_version(self): member in AbstractBuilder 201 """Value of ssl.OPENSSL_VERSION""" 204 '-c', 'import ssl; print(ssl.OPENSSL_VERSION)' 310 version = self.openssl_version
|
/external/python/cpython2/Lib/test/ |
D | ssltests.py | 16 print(ssl.OPENSSL_VERSION)
|
D | pythoninfo.py | 396 'OPENSSL_VERSION',
|
D | test_ssl.py | 29 IS_LIBRESSL = ssl.OPENSSL_VERSION.startswith('LibreSSL') 295 s = ssl.OPENSSL_VERSION 3165 (ssl.OPENSSL_VERSION, ssl.OPENSSL_VERSION_INFO))
|
/external/python/cpython3/Lib/test/ |
D | ssltests.py | 16 print(ssl.OPENSSL_VERSION)
|
D | pythoninfo.py | 441 'OPENSSL_VERSION',
|
D | test_ssl.py | 32 IS_LIBRESSL = ssl.OPENSSL_VERSION.startswith('LibreSSL') 468 s = ssl.OPENSSL_VERSION 4449 (ssl.OPENSSL_VERSION, ssl.OPENSSL_VERSION_INFO))
|
/external/grpc-grpc/src/objective-c/ |
D | grpc_shadow_boringssl_symbol_list | 483 OpenSSL_version
|
/external/python/cpython2/Misc/NEWS.d/ |
D | 2.7b1.rst | 153 attributes `ssl.OPENSSL_VERSION`, `ssl.OPENSSL_VERSION_INFO` and
|
/external/curl/lib/ |
D | curl_config.h.in | 499 /* Define to 1 if you have the `OpenSSL_version' function. */
|
D | curl_config.h | 500 /* Define to 1 if you have the `OpenSSL_version' function. */
|
/external/python/cpython2/Lib/ |
D | ssl.py | 100 from _ssl import OPENSSL_VERSION_NUMBER, OPENSSL_VERSION_INFO, OPENSSL_VERSION
|
/external/python/cpython2/Doc/library/ |
D | ssl.rst | 804 .. data:: OPENSSL_VERSION 808 >>> ssl.OPENSSL_VERSION
|
/external/python/cpython3/Lib/ |
D | ssl.py | 100 from _ssl import OPENSSL_VERSION_NUMBER, OPENSSL_VERSION_INFO, OPENSSL_VERSION
|
/external/python/cpython3/Doc/library/ |
D | ssl.rst | 964 .. data:: OPENSSL_VERSION 968 >>> ssl.OPENSSL_VERSION
|
/external/curl/lib/vtls/ |
D | openssl.c | 3793 OSSL_PACKAGE, OpenSSL_version(OPENSSL_VERSION_STRING)); in Curl_ossl_version() 3795 /* not BoringSSL and not using OpenSSL_version */ in Curl_ossl_version()
|
/external/grpc-grpc/src/core/tsi/ |
D | grpc_shadow_boringssl.h | 511 #define OpenSSL_version GRPC_SHADOW_OpenSSL_version macro
|
/external/curl/ |
D | configure.ac | 1832 dnl OpenSSL_version is introduced in 3.0.0 1837 OpenSSL_version )
|
/external/wpa_supplicant_8/src/crypto/ |
D | tls_openssl.c | 5215 OpenSSL_version(OPENSSL_VERSION)); in tls_get_library_version()
|