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

Class TPML_PCR_SELECTION

scapy/layers/tpm.py:340–346  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

338
339
340class TPML_PCR_SELECTION(_Packet):
341 fields_desc = [
342 IntField("count", 0),
343 PacketListField(
344 "pcrSelections", [], TPMS_PCR_SELECTION, count_from=lambda pkt: pkt.count
345 ),
346 ]
347
348
349class TPMS_CREATION_DATA(_Packet):

Callers 1

TPMS_CREATION_DATAClass · 0.85

Calls 2

IntFieldClass · 0.90
PacketListFieldClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…