Home
last modified time | relevance | path

Searched refs:aes256_sha (Results 1 – 8 of 8) sorted by relevance

/external/libmicrohttpd/src/testcurl/https/
Dtest_https_get_parallel.c137 const char *aes256_sha = "AES256-SHA"; in main() local
149 aes256_sha = "rsa_aes_256_sha"; in main()
155 aes256_sha, CURL_SSLVERSION_TLSv1, MHD_OPTION_HTTPS_MEM_KEY, in main()
163 aes256_sha, CURL_SSLVERSION_TLSv1, MHD_OPTION_HTTPS_MEM_KEY, in main()
171 aes256_sha, CURL_SSLVERSION_TLSv1, MHD_OPTION_HTTPS_MEM_KEY, in main()
179 aes256_sha, CURL_SSLVERSION_TLSv1, MHD_OPTION_HTTPS_MEM_KEY, in main()
Dtest_https_get_parallel_threads.c164 char *aes256_sha = "AES256-SHA"; in main() local
167 aes256_sha = "rsa_aes_256_sha"; in main()
174 aes256_sha, CURL_SSLVERSION_TLSv1, MHD_OPTION_HTTPS_MEM_KEY, in main()
182 aes256_sha, CURL_SSLVERSION_TLSv1, MHD_OPTION_HTTPS_MEM_KEY, in main()
Dtest_tls_authentication.c93 char *aes256_sha = "AES256-SHA"; in main() local
96 aes256_sha = "rsa_aes_256_sha"; in main()
100 test_secure_get (NULL, aes256_sha, CURL_SSLVERSION_TLSv1); in main()
Dtest_tls_options.c116 const char *aes256_sha = "AES256-SHA"; in main() local
120 aes256_sha = "rsa_aes_256_sha"; in main()
142 aes256_sha, in main()
Dtest_https_multi_daemon.c116 const char *aes256_sha = "AES256-SHA"; in main() local
119 aes256_sha = "rsa_aes_256_sha"; in main()
123 test_concurent_daemon_pair (NULL, aes256_sha, CURL_SSLVERSION_TLSv1); in main()
Dtest_https_session_info.c120 const char *aes256_sha = "AES256-SHA"; in test_query_session() local
123 aes256_sha = "rsa_aes_256_sha"; in test_query_session()
138 curl_easy_setopt (c, CURLOPT_SSL_CIPHER_LIST, aes256_sha); in test_query_session()
Dtest_empty_response.c91 char *aes256_sha = "AES256-SHA"; in testInternalSelectGet() local
94 aes256_sha = "rsa_aes_256_sha"; in testInternalSelectGet()
103 curl_easy_setopt (c, CURLOPT_SSL_CIPHER_LIST, aes256_sha); in testInternalSelectGet()
Dtest_https_get_select.c92 const char *aes256_sha = "AES256-SHA"; in testExternalGet() local
107 aes256_sha = "rsa_aes_256_sha"; in testExternalGet()
115 curl_easy_setopt (c, CURLOPT_SSL_CIPHER_LIST, aes256_sha); in testExternalGet()