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

Class TPMA_LOCALITY

scapy/layers/tpm.py:321–329  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

319
320
321class TPMA_LOCALITY(_Packet):
322 fields_desc = [
323 BitField("locZero", 0, 1),
324 BitField("locOne", 0, 1),
325 BitField("locTwo", 0, 1),
326 BitField("locThree", 0, 1),
327 BitField("locFour", 0, 1),
328 BitField("Extended", 0, 3),
329 ]
330
331
332class TPMS_PCR_SELECTION(_Packet):

Callers 1

TPMS_CREATION_DATAClass · 0.85

Calls 1

BitFieldClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…