Home
last modified time | relevance | path

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

/external/scapy/scapy/layers/tls/crypto/
Dciphers.py21 from scapy.layers.tls.crypto.cipher_block import _tls_block_cipher_algs
25 _tls_cipher_algs.update(_tls_block_cipher_algs)
Dcipher_block.py25 _tls_block_cipher_algs = {} variable
38 _tls_block_cipher_algs[ciph_name[7:]] = the_class
222 _tls_block_cipher_algs.update(_sslv2_block_cipher_algs)