Searched refs:_StreamCipher (Results 1 – 1 of 1) sorted by relevance
37 class _StreamCipher(six.with_metaclass(_StreamCipherMetaclass, object)): class59 super(_StreamCipher, self).__setattr__("key", key)80 super(_StreamCipher, self).__setattr__(name, val)106 class Cipher_RC4_128(_StreamCipher):115 class Cipher_NULL(_StreamCipher):