Searched refs:SSL_CTX_set_cipher_list (Results 1 – 13 of 13) sorted by relevance
/external/chromium/net/tools/flip_server/ |
D | spdy_ssl.cc | 67 SSL_CTX_set_cipher_list(state->ssl_ctx, SSL_CIPHER_LIST); in InitSSL()
|
/external/openssl/apps/ |
D | ciphers.c | 167 if(!SSL_CTX_set_cipher_list(ctx,ciphers)) { in MAIN()
|
D | s_time.c | 370 SSL_CTX_set_cipher_list(tm_ctx,tm_cipher); in MAIN()
|
D | s_client.c | 1168 if(!SSL_CTX_set_cipher_list(ctx,cipher)) { in MAIN() 1175 SSL_CTX_set_cipher_list(ctx,getenv("SSL_CIPHER")); in MAIN()
|
D | s_server.c | 1808 if(!SSL_CTX_set_cipher_list(ctx,cipher)) in MAIN() 1815 if (ctx2 && !SSL_CTX_set_cipher_list(ctx2,cipher)) in MAIN()
|
/external/chromium/third_party/libjingle/source/talk/base/ |
D | opensslstreamadapter.cc | 554 SSL_CTX_set_cipher_list(ctx, "ALL:!ADH:!LOW:!EXP:!MD5:@STRENGTH"); in SetupSSLContext()
|
D | openssladapter.cc | 859 SSL_CTX_set_cipher_list(ctx, "ALL:!ADH:!LOW:!EXP:!MD5:@STRENGTH"); in SetupSSLContext()
|
/external/openssl/patches/ |
D | handshake_cutthrough.patch | 44 if(!SSL_CTX_set_cipher_list(ctx,cipher)) {
|
D | small_records.patch | 298 SSL_CTX_set_cipher_list(s_ctx,cipher);
|
/external/openssl/ssl/ |
D | ssltest.c | 919 SSL_CTX_set_cipher_list(c_ctx,cipher); in main() 920 SSL_CTX_set_cipher_list(s_ctx,cipher); in main()
|
D | ssl.h | 1670 int SSL_CTX_set_cipher_list(SSL_CTX *,const char *str);
|
D | ssl_lib.c | 1296 int SSL_CTX_set_cipher_list(SSL_CTX *ctx, const char *str) in SSL_CTX_set_cipher_list() function
|
/external/openssl/include/openssl/ |
D | ssl.h | 1670 int SSL_CTX_set_cipher_list(SSL_CTX *,const char *str);
|