Home
last modified time | relevance | path

Searched refs:SSL_CTX_set_cipher_list (Results 1 – 14 of 14) 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.c968 if(!SSL_CTX_set_cipher_list(ctx,cipher)) { in MAIN()
975 SSL_CTX_set_cipher_list(ctx,getenv("SSL_CIPHER")); in MAIN()
Ds_server.c1700 if(!SSL_CTX_set_cipher_list(ctx,cipher)) in MAIN()
1707 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/
Dsmall_records.patch298 SSL_CTX_set_cipher_list(s_ctx,cipher);
Dhandshake_cutthrough.patch44 if(!SSL_CTX_set_cipher_list(ctx,cipher)) {
Dnpn.patch170 if(!SSL_CTX_set_cipher_list(ctx,cipher)) {
/external/openssl/ssl/
Dssltest.c820 SSL_CTX_set_cipher_list(c_ctx,cipher); in main()
821 SSL_CTX_set_cipher_list(s_ctx,cipher); in main()
Dssl.h1536 int SSL_CTX_set_cipher_list(SSL_CTX *,const char *str);
Dssl_lib.c1274 int SSL_CTX_set_cipher_list(SSL_CTX *ctx, const char *str) in SSL_CTX_set_cipher_list() function
/external/openssl/include/openssl/
Dssl.h1536 int SSL_CTX_set_cipher_list(SSL_CTX *,const char *str);