Home
last modified time | relevance | path

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

/external/scapy/scapy/layers/tls/crypto/
Dciphers.py24 _tls_cipher_algs = {} variable
25 _tls_cipher_algs.update(_tls_block_cipher_algs)
26 _tls_cipher_algs.update(_tls_stream_cipher_algs)
27 _tls_cipher_algs.update(_tls_aead_cipher_algs)
Dsuites.py17 from scapy.layers.tls.crypto.ciphers import _tls_cipher_algs
34 cipher_alg = _tls_cipher_algs.get(s)
51 cipher_alg = _tls_cipher_algs.get(cipher_name)
62 cipher_alg = _tls_cipher_algs.get(cipher_name.rstrip("_EXPORT40"))