Home | History | Annotate | Download | only in https

Lines Matching refs:cipher_suite

67 		 const char *cipher_suite, int proto_version,
102 curl_easy_setopt (c, CURLOPT_SSL_CIPHER_LIST, cipher_suite);
204 * @param cipher_suite
210 send_curl_req (char *url, struct CBC * cbc, const char *cipher_suite,
232 curl_easy_setopt (c, CURLOPT_SSL_CIPHER_LIST, cipher_suite);
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))
452 (*test_function) (void * cls, const char *cipher_suite,
454 int daemon_flags, const char *cipher_suite, int proto_version, ...)
470 ret = test_function (NULL, cipher_suite, proto_version);