Home
last modified time | relevance | path

Searched defs:cipher_cls (Results 1 – 2 of 2) sorted by relevance

/external/scapy/scapy/layers/tls/crypto/
Dcipher_aead.py235 cipher_cls = AESCCM variable in Cipher_AES_128_CCM
373 cipher_cls = ChaCha20Poly1305 variable in Cipher_CHACHA20_POLY1305_TLS13
405 cipher_cls = AESCCM variable in Cipher_AES_128_CCM_TLS13
/external/python/cryptography/src/cryptography/hazmat/backends/openssl/
Dbackend.py222 def register_cipher_adapter(self, cipher_cls, mode_cls, adapter): argument