Home
last modified time | relevance | path

Searched refs:set_cipher_list (Results 1 – 2 of 2) sorted by relevance

/external/python/pyopenssl/tests/
Dtest_ssl.py493 context.set_cipher_list(cipher_string)
504 context.set_cipher_list(object())
514 context.set_cipher_list(b"imaginary-cipher")
/external/python/pyopenssl/src/OpenSSL/
DSSL.py1096 def set_cipher_list(self, cipher_list): member in Context