Home
last modified time | relevance | path

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

/external/scapy/scapy/layers/tls/crypto/
Dcipher_block.py27 class _BlockCipherMetaclass(type): class
35 the_class = super(_BlockCipherMetaclass, cls).__new__(cls, ciph_name,
42 class _BlockCipher(six.with_metaclass(_BlockCipherMetaclass, object)):