Lines Matching full:set_ciphers
2235 set_ciphers(PySSLContext *self, PyObject *args)2240 if (!PyArg_ParseTuple(args, "s:set_ciphers", &cipherlist))3386 {"set_ciphers", (PyCFunction) set_ciphers,