Home
last modified time | relevance | path

Searched refs:cipherlist (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Modules/clinic/
H A D_ssl.c.h430 "set_ciphers($self, cipherlist, /)\n"
438 _ssl__SSLContext_set_ciphers_impl(PySSLContext *self, const char *cipherlist);
444 const char *cipherlist; in _ssl__SSLContext_set_ciphers() local
451 cipherlist = PyUnicode_AsUTF8AndSize(arg, &cipherlist_length); in _ssl__SSLContext_set_ciphers()
452 if (cipherlist == NULL) { in _ssl__SSLContext_set_ciphers()
455 if (strlen(cipherlist) != (size_t)cipherlist_length) { in _ssl__SSLContext_set_ciphers()
459 return_value = _ssl__SSLContext_set_ciphers_impl(self, cipherlist); in _ssl__SSLContext_set_ciphers()
/third_party/python/Modules/
H A D_ssl.c3253 cipherlist: str
3258 _ssl__SSLContext_set_ciphers_impl(PySSLContext *self, const char *cipherlist) in _ssl__SSLContext_set_ciphers_impl() argument
3261 int ret = SSL_CTX_set_cipher_list(self->ctx, cipherlist); in _ssl__SSLContext_set_ciphers_impl()
/third_party/openssl/test/
H A Dsslapitest.c8739 const char *cipherlist = multiblock_cipherlist_data[test_index]; in test_multiblock_write() local
8764 TEST_skip("Multiblock cipher is not available for %s", cipherlist); in test_multiblock_write()
8786 if (!TEST_true(SSL_CTX_set_cipher_list(cctx, cipherlist))) in test_multiblock_write()

Completed in 21 milliseconds