Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/secdev/scapy
/ TPML_DIGEST
Class
TPML_DIGEST
scapy/layers/tpm.py:170–174 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
168
169
170
class
TPML_DIGEST(_Packet):
171
fields_desc = [
172
IntField(
"count"
, 0),
173
PacketListField(
"digests"
, [], TPM2B_DIGEST, count_from=
lambda
pkt: pkt.count),
174
]
175
176
177
class
TPMS_NULL_PARMS(_Packet):
Callers
1
PCP_20_KEY_BLOB
Class · 0.85
Calls
2
IntField
Class · 0.90
PacketListField
Class · 0.90
Tested by
no test coverage detected