Home
last modified time | relevance | path

Searched refs:set_ciphers (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython2/Lib/
Dssl.py349 self.set_ciphers(_DEFAULT_CIPHERS)
447 context.set_ciphers(_RESTRICTED_SERVER_CIPHERS)
558 self._context.set_ciphers(ciphers)
/external/python/cpython2/Lib/test/
Dssl_servers.py204 context.set_ciphers(args.ciphers)
Dtest_ssl.py761 ctx.set_ciphers("ALL")
762 ctx.set_ciphers("DEFAULT")
764 ctx.set_ciphers("^$:,;?*'dorothyx")
1809 self.context.set_ciphers(ciphers)
2053 client_context.set_ciphers("ALL")
2786 context.set_ciphers("DES")
2823 context.set_ciphers("ECCdraft:ECDH")
2913 context.set_ciphers("kEDH")
/external/curl/lib/vtls/
Dgskit.c296 static CURLcode set_ciphers(struct connectdata *conn, in set_ciphers() function
893 result = set_ciphers(conn, connssl->handle, &protoflags); in gskit_connect_step1()
Dnss.c224 static SECStatus set_ciphers(struct Curl_easy *data, PRFileDesc * model, in set_ciphers() function
1722 if(set_ciphers(data, model, SSL_CONN_CONFIG(cipher_list)) != SECSuccess) { in nss_setup_connect()
/external/python/cpython2/Modules/
D_ssl.c2235 set_ciphers(PySSLContext *self, PyObject *args) in set_ciphers() function
3386 {"set_ciphers", (PyCFunction) set_ciphers,
/external/python/cpython2/Doc/library/
Dssl.rst1136 .. method:: SSLContext.set_ciphers(ciphers)
1771 :meth:`SSLContext.set_ciphers` method. Starting from Python 2.7.9, the