Home
last modified time | relevance | path

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

/external/scapy/scapy/layers/tls/crypto/
Dcipher_stream.py37 class _StreamCipher(six.with_metaclass(_StreamCipherMetaclass, object)): class
59 super(_StreamCipher, self).__setattr__("key", key)
80 super(_StreamCipher, self).__setattr__(name, val)
106 class Cipher_RC4_128(_StreamCipher):
115 class Cipher_NULL(_StreamCipher):