Searched refs:aes256_sha (Results 1 – 8 of 8) sorted by relevance
/external/libmicrohttpd/src/testcurl/https/ |
D | test_https_get_parallel.c | 137 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()
|
D | test_https_get_parallel_threads.c | 164 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()
|
D | test_tls_authentication.c | 93 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()
|
D | test_https_multi_daemon.c | 116 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()
|
D | test_tls_options.c | 116 const char *aes256_sha = "AES256-SHA"; in main() local 120 aes256_sha = "rsa_aes_256_sha"; in main() 142 aes256_sha, in main()
|
D | test_https_session_info.c | 120 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()
|
D | test_empty_response.c | 91 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()
|
D | test_https_get_select.c | 92 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()
|