Home
last modified time | relevance | path

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

/external/scapy/scapy/layers/tls/crypto/
Dciphers.py20 from scapy.layers.tls.crypto.cipher_aead import _tls_aead_cipher_algs
27 _tls_cipher_algs.update(_tls_aead_cipher_algs)
Dcipher_aead.py33 _tls_aead_cipher_algs = {} variable
46 _tls_aead_cipher_algs[ciph_name[7:]] = the_class