Searched refs:_tls_cipher_algs (Results 1 – 2 of 2) sorted by relevance
24 _tls_cipher_algs = {} variable25 _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)
17 from scapy.layers.tls.crypto.ciphers import _tls_cipher_algs34 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"))