Home | History | Annotate | Download | only in clinic

Lines Matching full:set_ciphers

356 "set_ciphers($self, cipherlist, /)\n"
361 {"set_ciphers", (PyCFunction)_ssl__SSLContext_set_ciphers, METH_O, _ssl__SSLContext_set_ciphers__doc__},
372 if (!PyArg_Parse(arg, "s:set_ciphers", &cipherlist)) {