Home
last modified time | relevance | path

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

/external/scapy/scapy/layers/tls/
Dextensions.py220 _tls_trusted_authority_cls = {0: TAPreAgreed, variable
233 if idtype in _tls_trusted_authority_cls:
234 cls = _tls_trusted_authority_cls[idtype]