Home | History | Annotate | Download | only in test

Lines Matching full:set_ciphers

158         context.set_ciphers(ciphers)
876 ctx.set_ciphers("ALL")
877 ctx.set_ciphers("DEFAULT")
879 ctx.set_ciphers("^$:,;?*'dorothyx")
884 ctx.set_ciphers('AESGCM')
2009 self.context.set_ciphers(ciphers)
2259 client_context.set_ciphers("ALL")
3079 context.set_ciphers("DES")
3116 context.set_ciphers("ECCdraft:ECDH")
3206 context.set_ciphers("kEDH")
3422 client_context.set_ciphers("AES128:AES256")
3423 server_context.set_ciphers("AES256")
3427 client_context.set_ciphers("AES:3DES")
3428 server_context.set_ciphers("3DES")