/external/libmicrohttpd/src/testcurl/https/ |
tls_test_common.h | 55 int proto_version; member in struct:https_test_data 84 const char *cipher_suite, int proto_version, 114 int proto_version); 117 test_https_transfer (void *cls, const char *cipher_suite, int proto_version); 139 int proto_version), void *test_function_cls, 140 int daemon_flags, const char *cipher_suite, int proto_version, ...);
|
test_https_get.c | 44 int proto_version) 62 ret = test_https_transfer (test_fd, cipher_suite, proto_version); 73 int proto_version) 91 ret = test_https_transfer (test_fd, cipher_suite, proto_version);
|
test_https_multi_daemon.c | 46 int proto_version) 81 test_daemon_get (NULL, cipher_suite, proto_version, DEAMON_TEST_PORT, 0); 83 test_daemon_get (NULL, cipher_suite, proto_version, 88 test_daemon_get (NULL, cipher_suite, proto_version, DEAMON_TEST_PORT, 0);
|
tls_test_common.c | 67 const char *cipher_suite, int proto_version, 101 curl_easy_setopt (c, CURLOPT_SSLVERSION, proto_version); 205 * @param proto_version 211 int proto_version) 231 curl_easy_setopt (c, CURLOPT_SSLVERSION, proto_version); 316 test_https_transfer (void *cls, const char *cipher_suite, int proto_version) 338 if (CURLE_OK != send_curl_req (url, &cbc, cipher_suite, proto_version)) 453 int proto_version), void * cls, 454 int daemon_flags, const char *cipher_suite, int proto_version, ...) 460 va_start (arg_list, proto_version); [all...] |
test_tls_authentication.c | 47 test_secure_get (void * cls, char *cipher_suite, int proto_version) 65 ret = test_daemon_get (NULL, cipher_suite, proto_version, DEAMON_TEST_PORT, 0);
|
test_https_get_parallel.c | 64 cargs->cipher_suite, cargs->proto_version);
|
test_https_get_parallel_threads.c | 65 cargs->cipher_suite, cargs->proto_version);
|
/device/google/cuttlefish_common/host/libs/ivserver/ |
hald_client_test.cc | 112 int32_t proto_version; local 113 EXPECT_EQ(sizeof(proto_version), 115 &proto_version, sizeof(proto_version), MSG_NOSIGNAL))); 150 int32_t proto_version; local 151 EXPECT_EQ(sizeof(proto_version), 153 &proto_version, sizeof(proto_version), MSG_NOSIGNAL)));
|
/bionic/libc/kernel/uapi/linux/ |
auto_fs.h | 35 int proto_version; member in struct:autofs_packet_hdr
|
/external/kernel-headers/original/uapi/linux/ |
auto_fs.h | 47 int proto_version; /* Protocol version */ member in struct:autofs_packet_hdr
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
auto_fs.h | 54 int proto_version; /* Protocol version */ member in struct:autofs_packet_hdr
|
/external/python/cpython3/Modules/clinic/ |
_ssl.c.h | 333 _ssl__SSLContext_impl(PyTypeObject *type, int proto_version); 339 int proto_version; local 346 &proto_version)) { 349 return_value = _ssl__SSLContext_impl(type, proto_version); [all...] |
/external/adhd/cras/src/common/ |
cras_messages.h | 94 uint32_t proto_version; member in struct:cras_connect_message 114 m->proto_version = CRAS_PROTO_VER;
|
/external/python/cpython3/Modules/ |
_ssl.c | [all...] |
/external/python/cpython2/Modules/ |
_ssl.c | 2099 int proto_version = PY_SSL_VERSION_TLS; local [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
_ssl.c | 267 enum py_ssl_version proto_version,
303 if (proto_version == PY_SSL_VERSION_TLS1)
305 else if (proto_version == PY_SSL_VERSION_SSL3)
308 else if (proto_version == PY_SSL_VERSION_SSL2)
311 else if (proto_version == PY_SSL_VERSION_SSL23)
[all...] |
/external/google-tv-pairing-protocol/java/src/com/google/polo/wire/xml/ |
XmlMessageBuilder.java | 70 "proto_version";
|