Searched refs:set_ciphers (Results 1 – 7 of 7) sorted by relevance
/external/python/cpython2/Lib/ |
D | ssl.py | 349 self.set_ciphers(_DEFAULT_CIPHERS) 447 context.set_ciphers(_RESTRICTED_SERVER_CIPHERS) 558 self._context.set_ciphers(ciphers)
|
/external/python/cpython2/Lib/test/ |
D | ssl_servers.py | 204 context.set_ciphers(args.ciphers)
|
D | test_ssl.py | 761 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/ |
D | gskit.c | 296 static CURLcode set_ciphers(struct connectdata *conn, in set_ciphers() function 893 result = set_ciphers(conn, connssl->handle, &protoflags); in gskit_connect_step1()
|
D | nss.c | 224 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.c | 2235 set_ciphers(PySSLContext *self, PyObject *args) in set_ciphers() function 3386 {"set_ciphers", (PyCFunction) set_ciphers,
|
/external/python/cpython2/Doc/library/ |
D | ssl.rst | 1136 .. method:: SSLContext.set_ciphers(ciphers) 1771 :meth:`SSLContext.set_ciphers` method. Starting from Python 2.7.9, the
|