HomeSort by relevance Sort by last modified time
    Searched refs:aes256_sha (Results 1 - 8 of 8) sorted by null

  /external/libmicrohttpd/src/testcurl/https/
test_https_get_parallel.c 137 const char *aes256_sha = "AES256-SHA"; local
149 aes256_sha = "rsa_aes_256_sha";
155 aes256_sha, CURL_SSLVERSION_TLSv1, MHD_OPTION_HTTPS_MEM_KEY,
163 aes256_sha, CURL_SSLVERSION_TLSv1, MHD_OPTION_HTTPS_MEM_KEY,
171 aes256_sha, CURL_SSLVERSION_TLSv1, MHD_OPTION_HTTPS_MEM_KEY,
179 aes256_sha, CURL_SSLVERSION_TLSv1, MHD_OPTION_HTTPS_MEM_KEY,
test_https_get_parallel_threads.c 164 char *aes256_sha = "AES256-SHA"; local
167 aes256_sha = "rsa_aes_256_sha";
174 aes256_sha, CURL_SSLVERSION_TLSv1, MHD_OPTION_HTTPS_MEM_KEY,
182 aes256_sha, CURL_SSLVERSION_TLSv1, MHD_OPTION_HTTPS_MEM_KEY,
test_tls_authentication.c 93 char *aes256_sha = "AES256-SHA"; local
96 aes256_sha = "rsa_aes_256_sha";
100 test_secure_get (NULL, aes256_sha, CURL_SSLVERSION_TLSv1);
test_tls_options.c 116 const char *aes256_sha = "AES256-SHA"; local
120 aes256_sha = "rsa_aes_256_sha";
142 aes256_sha,
test_https_multi_daemon.c 116 const char *aes256_sha = "AES256-SHA"; local
119 aes256_sha = "rsa_aes_256_sha";
123 test_concurent_daemon_pair (NULL, aes256_sha, CURL_SSLVERSION_TLSv1);
test_https_session_info.c 120 const char *aes256_sha = "AES256-SHA"; local
123 aes256_sha = "rsa_aes_256_sha";
138 curl_easy_setopt (c, CURLOPT_SSL_CIPHER_LIST, aes256_sha);
test_empty_response.c 91 char *aes256_sha = "AES256-SHA"; local
94 aes256_sha = "rsa_aes_256_sha";
103 curl_easy_setopt (c, CURLOPT_SSL_CIPHER_LIST, aes256_sha);
test_https_get_select.c 92 const char *aes256_sha = "AES256-SHA"; local
107 aes256_sha = "rsa_aes_256_sha";
115 curl_easy_setopt (c, CURLOPT_SSL_CIPHER_LIST, aes256_sha);

Completed in 154 milliseconds