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

Class TPM2B_DATA

scapy/layers/tpm.py:314–318  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

312
313
314class TPM2B_DATA(_Packet):
315 fields_desc = [
316 ShortField("size", 0),
317 StrLenField("buffer", b"", length_from=lambda pkt: pkt.size),
318 ]
319
320
321class TPMA_LOCALITY(_Packet):

Callers 2

TPMS_CREATION_DATAClass · 0.85
TPMS_ATTESTClass · 0.85

Calls 2

ShortFieldClass · 0.90
StrLenFieldClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…