MCPcopy Create free account
hub / github.com/secdev/scapy / SigAndHashAlgField

Class SigAndHashAlgField

scapy/layers/tls/keyexchange.py:98–102  ·  view source on GitHub ↗

Used in _TLSSignature.

Source from the content-addressed store, hash-verified

96
97
98class SigAndHashAlgField(EnumField):
99 """Used in _TLSSignature."""
100 phantom_value = None
101 getfield = phantom_decorate(EnumField.getfield, True)
102 addfield = phantom_decorate(EnumField.addfield, False)
103
104
105class SigAndHashAlgsLenField(FieldLenField):

Callers 1

_TLSSignatureClass · 0.85

Calls 1

phantom_decorateFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…