HomeSort by relevance Sort by last modified time
    Searched defs:ssl_version (Results 1 - 11 of 11) sorted by null

  /external/libmicrohttpd/src/testcurl/https/
test_tls_options.c 84 const char *ssl_version; local
97 ssl_version = curl_version_info (CURLVERSION_NOW)->ssl_version;
98 if (NULL == ssl_version)
103 if (0 != strncmp (ssl_version, "GnuTLS", 6))
test_https_get_parallel_threads.c 138 const char *ssl_version; local
147 ssl_version = curl_version_info (CURLVERSION_NOW)->ssl_version;
148 if (NULL == ssl_version)
153 if (0 != strncmp (ssl_version, "GnuTLS", 6))
  /external/boringssl/src/ssl/
ssl_asn1.c 196 !CBB_add_asn1_uint64(&session, in->ssl_version) ||
515 uint64_t version, ssl_version; local
519 !CBS_get_asn1_uint64(&session, &ssl_version)) {
524 if ((ssl_version >> 8) != SSL3_VERSION_MAJOR &&
525 (ssl_version >> 8) != (DTLS1_VERSION >> 8)) {
529 ret->ssl_version = ssl_version;
  /prebuilts/gdb/darwin-x86/lib/python2.7/
ftplib.py 632 ssl_version = ssl.PROTOCOL_TLSv1 variable in class:.FTP_TLS
650 if self.ssl_version == ssl.PROTOCOL_TLSv1:
655 ssl_version=self.ssl_version)
687 ssl_version=self.ssl_version)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
ftplib.py 632 ssl_version = ssl.PROTOCOL_TLSv1 variable in class:.FTP_TLS
650 if self.ssl_version == ssl.PROTOCOL_TLSv1:
655 ssl_version=self.ssl_version)
687 ssl_version=self.ssl_version)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
ftplib.py 632 ssl_version = ssl.PROTOCOL_TLSv1 variable in class:.FTP_TLS
650 if self.ssl_version == ssl.PROTOCOL_TLSv1:
655 ssl_version=self.ssl_version)
687 ssl_version=self.ssl_version)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
ftplib.py 632 ssl_version = ssl.PROTOCOL_TLSv1 variable in class:.FTP_TLS
650 if self.ssl_version == ssl.PROTOCOL_TLSv1:
655 ssl_version=self.ssl_version)
687 ssl_version=self.ssl_version)
    [all...]
  /external/curl/src/
tool_cfgable.h 144 long ssl_version; member in struct:OperationConfig
  /external/curl/include/curl/
curl.h 2318 const char *ssl_version; \/* human readable string *\/ member in struct:__anon8525
    [all...]
  /external/google-breakpad/src/third_party/curl/
curl.h 1821 const char *ssl_version; \/* human readable string *\/ member in struct:__anon11567
    [all...]
  /external/boringssl/src/include/openssl/
ssl.h 535 /* SSL_version returns the TLS or DTLS protocol version used by |ssl|, which is
538 OPENSSL_EXPORT int SSL_version(const SSL *ssl);
3342 int ssl_version; \/* what ssl version session info is being kept in here? *\/ member in struct:ssl_session_st
    [all...]

Completed in 831 milliseconds