Home
last modified time | relevance | path

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

/external/scapy/scapy/layers/tls/crypto/
Dcipher_aead.py56 class _AEADCipher(six.with_metaclass(_AEADCipherMetaclass, object)): class
89 super(_AEADCipher, self).__setattr__("key", key)
90 super(_AEADCipher, self).__setattr__("fixed_iv", fixed_iv)
91 super(_AEADCipher, self).__setattr__("nonce_explicit", nonce_explicit)
114 super(_AEADCipher, self).__setattr__(name, val)
219 class Cipher_AES_128_GCM(_AEADCipher):
234 class Cipher_AES_128_CCM(_AEADCipher):