Searched refs:cipher_cls (Results 1 – 1 of 1) sorted by relevance
107 self._cipher = self.cipher_cls(key)235 cipher_cls = AESCCM variable in Cipher_AES_128_CCM288 if self.cipher_cls == ChaCha20Poly1305:290 self._cipher = self.cipher_cls(key)292 self._cipher = self.cipher_cls(key, tag_length=self.tag_len)379 cipher_cls = ChaCha20Poly1305 variable in Cipher_CHACHA20_POLY1305_TLS13411 cipher_cls = AESCCM variable in Cipher_AES_128_CCM_TLS13