/third_party/skia/third_party/externals/microhttpd/src/testcurl/https/ |
D | tls_test_common.h | 55 int proto_version; member 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, ...);
|
D | tls_test_common.c | 67 const char *cipher_suite, int proto_version, in test_daemon_get() argument 101 curl_easy_setopt (c, CURLOPT_SSLVERSION, proto_version); in test_daemon_get() 211 int proto_version) in send_curl_req() argument 231 curl_easy_setopt (c, CURLOPT_SSLVERSION, proto_version); in send_curl_req() 316 test_https_transfer (void *cls, const char *cipher_suite, int proto_version) in test_https_transfer() argument 338 if (CURLE_OK != send_curl_req (url, &cbc, cipher_suite, proto_version)) in test_https_transfer() 453 int proto_version), void * cls, in test_wrap() argument 454 int daemon_flags, const char *cipher_suite, int proto_version, ...) in test_wrap() 460 va_start (arg_list, proto_version); in test_wrap() 470 ret = test_function (NULL, cipher_suite, proto_version); in test_wrap()
|
D | test_https_get.c | 44 int proto_version) in test_cipher_option() argument 62 ret = test_https_transfer (test_fd, cipher_suite, proto_version); in test_cipher_option() 73 int proto_version) in test_secure_get() argument 91 ret = test_https_transfer (test_fd, cipher_suite, proto_version); in test_secure_get()
|
D | test_https_multi_daemon.c | 46 int proto_version) in test_concurent_daemon_pair() argument 81 test_daemon_get (NULL, cipher_suite, proto_version, DEAMON_TEST_PORT, 0); in test_concurent_daemon_pair() 83 test_daemon_get (NULL, cipher_suite, proto_version, in test_concurent_daemon_pair() 88 test_daemon_get (NULL, cipher_suite, proto_version, DEAMON_TEST_PORT, 0); in test_concurent_daemon_pair()
|
D | test_tls_authentication.c | 47 test_secure_get (void * cls, char *cipher_suite, int proto_version) in test_secure_get() argument 65 ret = test_daemon_get (NULL, cipher_suite, proto_version, DEAMON_TEST_PORT, 0); in test_secure_get()
|
D | test_https_get_parallel.c | 64 cargs->cipher_suite, cargs->proto_version); in https_transfer_thread_adapter()
|
D | test_https_get_parallel_threads.c | 65 cargs->cipher_suite, cargs->proto_version); in https_transfer_thread_adapter()
|
/third_party/python/Modules/clinic/ |
D | _ssl.c.h | 403 _ssl__SSLContext_impl(PyTypeObject *type, int proto_version); 409 int proto_version; in _ssl__SSLContext() local 418 proto_version = _PyLong_AsInt(PyTuple_GET_ITEM(args, 0)); in _ssl__SSLContext() 419 if (proto_version == -1 && PyErr_Occurred()) { in _ssl__SSLContext() 422 return_value = _ssl__SSLContext_impl(type, proto_version); in _ssl__SSLContext()
|
/third_party/python/Modules/ |
D | _ssl.c | 2975 _ssl__SSLContext_impl(PyTypeObject *type, int proto_version) in _ssl__SSLContext_impl() argument 2994 switch(proto_version) { in _ssl__SSLContext_impl() 3042 proto_version); in _ssl__SSLContext_impl() 3063 self->protocol = proto_version; in _ssl__SSLContext_impl() 3072 if (proto_version == PY_SSL_VERSION_TLS_CLIENT) { in _ssl__SSLContext_impl() 3087 if (proto_version != PY_SSL_VERSION_SSL2) in _ssl__SSLContext_impl() 3089 if (proto_version != PY_SSL_VERSION_SSL3) in _ssl__SSLContext_impl() 3113 if (proto_version != PY_SSL_VERSION_SSL2) { in _ssl__SSLContext_impl() 3132 switch(proto_version) { in _ssl__SSLContext_impl()
|
/third_party/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 49857 unsigned char proto_version; member
|