Searched refs:pc_cls (Results 1 – 3 of 3) sorted by relevance
/external/scapy/scapy/layers/tls/crypto/ | ||
D | cipher_block.py | 62 self._cipher = Cipher(self.pc_cls(key), |
D | cipher_aead.py | 94 self._cipher = Cipher(self.pc_cls(key), |
D | cipher_stream.py | 61 self._cipher = Cipher(self.pc_cls(key), |