Searched refs:Cipher_AES_128_GCM (Results 1 – 2 of 2) sorted by relevance
219 class Cipher_AES_128_GCM(_AEADCipher): class229 class Cipher_AES_256_GCM(Cipher_AES_128_GCM):
567 from scapy.layers.tls.crypto.cipher_aead import (Cipher_AES_128_GCM,572 c = Cipher_AES_128_GCM(key=t.k, fixed_iv=t.n[:4],