Home
last modified time | relevance | path

Searched refs:SSL_CTX_set_cipher_list (Results 1 – 13 of 13) sorted by relevance

/external/chromium/net/tools/flip_server/
Dspdy_ssl.cc67 SSL_CTX_set_cipher_list(state->ssl_ctx, SSL_CIPHER_LIST); in InitSSL()
/external/openssl/apps/
Dciphers.c167 if(!SSL_CTX_set_cipher_list(ctx,ciphers)) { in MAIN()
Ds_time.c370 SSL_CTX_set_cipher_list(tm_ctx,tm_cipher); in MAIN()
Ds_client.c1168 if(!SSL_CTX_set_cipher_list(ctx,cipher)) { in MAIN()
1175 SSL_CTX_set_cipher_list(ctx,getenv("SSL_CIPHER")); in MAIN()
Ds_server.c1808 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/
Dopensslstreamadapter.cc554 SSL_CTX_set_cipher_list(ctx, "ALL:!ADH:!LOW:!EXP:!MD5:@STRENGTH"); in SetupSSLContext()
Dopenssladapter.cc859 SSL_CTX_set_cipher_list(ctx, "ALL:!ADH:!LOW:!EXP:!MD5:@STRENGTH"); in SetupSSLContext()
/external/openssl/patches/
Dhandshake_cutthrough.patch44 if(!SSL_CTX_set_cipher_list(ctx,cipher)) {
Dsmall_records.patch298 SSL_CTX_set_cipher_list(s_ctx,cipher);
/external/openssl/ssl/
Dssltest.c919 SSL_CTX_set_cipher_list(c_ctx,cipher); in main()
920 SSL_CTX_set_cipher_list(s_ctx,cipher); in main()
Dssl.h1670 int SSL_CTX_set_cipher_list(SSL_CTX *,const char *str);
Dssl_lib.c1296 int SSL_CTX_set_cipher_list(SSL_CTX *ctx, const char *str) in SSL_CTX_set_cipher_list() function
/external/openssl/include/openssl/
Dssl.h1670 int SSL_CTX_set_cipher_list(SSL_CTX *,const char *str);