Home
last modified time | relevance | path

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

/external/scapy/scapy/layers/tls/crypto/
Dciphers.py22 from scapy.layers.tls.crypto.cipher_stream import _tls_stream_cipher_algs
26 _tls_cipher_algs.update(_tls_stream_cipher_algs)
Dcipher_stream.py20 _tls_stream_cipher_algs = {} variable
33 _tls_stream_cipher_algs[ciph_name[7:]] = the_class