Fuzz introspector
For issues and ideas: https://github.com/ossf/fuzz-introspector/issues

Project functions overview

The following table shows data about each function in the project. The functions included in this table correspond to all functions that exist in the executables of the fuzzers. As such, there may be functions that are from third-party libraries.

For further technical details on the meaning of columns in the below table, please see the Glossary .

Func name Functions filename Args Function call depth Reached by Fuzzers Runtime reached by Fuzzers Combined reached by Fuzzers Fuzzers runtime hit Func lines hit % I Count BB Count Cyclomatic complexity Functions reached Reached by functions Accumulated cyclomatic complexity Undiscovered complexity

Fuzzer details

Fuzzer: tpm2_execute_command_fuzzer

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 2262 65.3%
gold [1:9] 246 7.10%
yellow [10:29] 200 5.77%
greenyellow [30:49] 112 3.23%
lawngreen 50+ 644 18.5%
All colors 3464 100

Fuzz blockers

The following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
243 1366 TPM_ALG_ID_Marshal call site: 01366 CryptSign
177 2257 Exec_DictionaryAttackLockReset call site: 02257 Exec_Duplicate
143 3009 PCR_Read_In_Unmarshal call site: 03009 Exec_PolicySigned
132 2839 NvDefineIndex call site: 02839 Exec_ObjectChangeAuth
117 2520 NvNextIndex call site: 02520 TPMCapGetProperties
108 1029 _cpri__EccPointMultiply call site: 01029 Exec_ActivateCredential
89 1736 TPM2_ContextLoad call site: 01736 Exec_ContextSave
80 805 TPMU_HA_Unmarshal call site: 00805 TPM2_PolicyFidoSigned
69 2709 TPMI_YES_NO_Unmarshal call site: 02709 Exec_Import
63 1229 CryptEccPointMultiply call site: 01229 Exec_Certify
50 1661 Exec_Clear call site: 01661 TPM2_Clear
44 723 _cpri__KDFa call site: 00723 ParmDecryptSym

Runtime coverage analysis

Covered functions
459
Functions that are reachable but not covered
572
Reachable functions
1031
Percentage of reachable functions covered
44.52%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
fuzz/execute-command.cc 1
PowerPlat.c 2
Clock.c 3
NVMem.c 14
Manufacture.c 1
NV.c 59
CpriCryptPri.c 2
CpriHash.c 18
CpriRNG.c 5
Entropy.c 1
CpriRSA.c 17
CpriECC.c 25
CpriSym.c 10
TpmFail.c 5
PCR.c 26
CryptUtil.c 76
Hierarchy.c 5
DA.c 4
PP.c 4
MemoryLib.c 8
CommandCodeAttributes.c 10
CommandAudit.c 5
Bits.c 3
_TPM_Init.c 1
AlgorithmCap.c 2
CryptSelfTest.c 4
Time.c 4
Power.c 3
Object.c 23
PPPlat.c 2
ExecCommand.c 1
tpm_generated.c 286
/usr/include/x86_64-linux-gnu/bits/byteswap.h 3
Handle.c 3
HandleProcess.c 1
Entity.c 5
Session.c 20
SessionProcess.c 22
LocalityPlat.c 1
CommandDispatcher.c 1
Marshal_PolicyFidoSigned.c 3
PolicyFidoSigned.c 2
MathFunctions.c 6
CpriMisc.c 3
Marshal_ActivateCredential.c 3
ActivateCredential.c 1
Object_spt.c 19
Marshal_Certify.c 3
Certify.c 1
Attest_spt.c 2
Marshal_CertifyCreation.c 3
CertifyCreation.c 1
Ticket.c 5
Marshal_Clear.c 2
Clear.c 1
Marshal_ContextLoad.c 3
ContextLoad.c 1
Context_spt.c 3
Marshal_ContextSave.c 3
ContextSave.c 1
Marshal_Create.c 3
Create.c 1
Cancel.c 1
Locality.c 1
Marshal_CreatePrimary.c 3
CreatePrimary.c 1
Marshal_DictionaryAttackLockReset.c 2
DictionaryAttackLockReset.c 1
Marshal_DictionaryAttackParameters.c 2
DictionaryAttackParameters.c 1
Marshal_Duplicate.c 3
Duplicate.c 1
Marshal_ECC_Parameters.c 3
ECC_Parameters.c 1
Marshal_ECDH_KeyGen.c 3
ECDH_KeyGen.c 1
Marshal_ECDH_ZGen.c 3
ECDH_ZGen.c 1
Marshal_EvictControl.c 2
EvictControl.c 1
Marshal_FlushContext.c 2
FlushContext.c 1
Marshal_GetCapability.c 3
GetCapability.c 1
PropertyCap.c 2
Marshal_GetRandom.c 3
GetRandom.c 1
Marshal_GetTestResult.c 2
GetTestResult.c 1
Marshal_HMAC.c 3
HMAC.c 1
Marshal_Hash.c 3
Hash.c 1
Marshal_HierarchyChangeAuth.c 2
HierarchyChangeAuth.c 1
Marshal_HierarchyControl.c 2
HierarchyControl.c 1
Marshal_Import.c 3
Import.c 1
Marshal_Load.c 3
Load.c 1
Marshal_LoadExternal.c 3
LoadExternal.c 1
Marshal_NV_Certify.c 3
NV_Certify.c 1
NV_spt.c 2
Marshal_NV_DefineSpace.c 2
NV_DefineSpace.c 1
Marshal_NV_Extend.c 2
NV_Extend.c 1
Marshal_NV_Increment.c 2
NV_Increment.c 1
Marshal_NV_Read.c 3
NV_Read.c 1
Marshal_NV_ReadLock.c 2
NV_ReadLock.c 1
Marshal_NV_ReadPublic.c 3
NV_ReadPublic.c 1
Marshal_NV_UndefineSpace.c 2
NV_UndefineSpace.c 1
Marshal_NV_UndefineSpaceSpecial.c 2
NV_UndefineSpaceSpecial.c 1
Marshal_NV_Write.c 2
NV_Write.c 1
Marshal_NV_WriteLock.c 2
NV_WriteLock.c 1
Marshal_ObjectChangeAuth.c 3
ObjectChangeAuth.c 1
Marshal_PCR_Allocate.c 3
PCR_Allocate.c 1
Marshal_PCR_Extend.c 2
PCR_Extend.c 1
Marshal_PCR_Read.c 3
PCR_Read.c 1
Marshal_PolicyAuthValue.c 2
PolicyAuthValue.c 1
Marshal_PolicyCommandCode.c 2
PolicyCommandCode.c 1
Marshal_PolicyGetDigest.c 3
PolicyGetDigest.c 1
Marshal_PolicyOR.c 2
PolicyOR.c 1
Marshal_PolicyPCR.c 2
PolicyPCR.c 1
Marshal_PolicyRestart.c 2
PolicyRestart.c 1
Marshal_PolicySecret.c 3
PolicySecret.c 1
Policy_spt.c 2
Marshal_PolicySigned.c 3
PolicySigned.c 1
Marshal_Quote.c 3
Quote.c 1
Marshal_RSA_Decrypt.c 3
RSA_Decrypt.c 1
Marshal_RSA_Encrypt.c 3
RSA_Encrypt.c 1
Marshal_ReadPublic.c 3
ReadPublic.c 1
Marshal_SelfTest.c 2
SelfTest.c 1
Marshal_Shutdown.c 2
Shutdown.c 1
Marshal_Sign.c 3
Sign.c 1
Marshal_StartAuthSession.c 3
StartAuthSession.c 1
Marshal_Startup.c 2
Startup.c 1
Unique.c 1
Marshal_StirRandom.c 2
StirRandom.c 1
Marshal_TestParms.c 2
TestParms.c 1
Marshal_Unseal.c 3
Unseal.c 1
Marshal_VerifySignature.c 3
VerifySignature.c 1

Analyses and suggestions

Optimal target analysis

Remaining optimal interesting functions

The following table shows a list of functions that are optimal targets. Optimal targets are identified by finding the functions that in combination, yield a high code coverage.

Func name Functions filename Arg count Args Function depth hitcount instr count bb count cyclomatic complexity Reachable functions Incoming references total cyclomatic complexity Unreached complexity
TPMS_CAPABILITY_DATA_Unmarshal /src/tpm2/tpm_generated.c 3 ['N/A', 'N/A', 'N/A'] 6 0 60 8 4 30 0 326 205
TPM_RC_Unmarshal /src/tpm2/tpm_generated.c 3 ['N/A', 'N/A', 'N/A'] 2 0 1250 248 124 2 0 130 124
TPMS_ATTEST_Unmarshal /src/tpm2/tpm_generated.c 3 ['N/A', 'N/A', 'N/A'] 7 0 141 18 9 33 0 186 71
CryptCommitCompute /src/tpm2/CryptUtil.c 8 ['N/A', 'N/A', 'N/A', 'short', 'N/A', 'N/A', 'N/A', 'N/A'] 6 0 50 6 3 38 0 153 40

Implementing fuzzers that target the above functions will improve reachability such that it becomes:

Functions statically reachable by fuzzers
83.0%
993 / 1196
Cyclomatic complexity statically reachable by fuzzers
88.0%
5936 / 6759

All functions overview

If you implement fuzzers for these functions, the status of all functions in the project will be:

Func name Functions filename Args Function call depth Reached by Fuzzers Runtime reached by Fuzzers Combined reached by Fuzzers Fuzzers runtime hit Func lines hit % I Count BB Count Cyclomatic complexity Functions reached Reached by functions Accumulated cyclomatic complexity Undiscovered complexity

Runtime coverage analysis

This section shows analysis of runtime coverage data.

For futher technical details on how this section is generated, please see the Glossary .

Complex functions with low coverage

Func name Function total lines Lines covered at runtime percentage covered Reached by fuzzers
CommandDispatcher 455 111 24.39% ['tpm2_execute_command_fuzzer']
TPM2_ContextLoad 77 24 31.16% ['tpm2_execute_command_fuzzer']
DASelfHeal 36 5 13.88% ['tpm2_execute_command_fuzzer']
EntityGetLoadStatus 72 28 38.88% ['tpm2_execute_command_fuzzer']
EntityGetAuthValue 60 32 53.33% ['tpm2_execute_command_fuzzer']
EntityGetHierarchy 54 21 38.88% ['tpm2_execute_command_fuzzer']
ParseHandleBuffer 748 175 23.39% ['tpm2_execute_command_fuzzer']
Exec_DictionaryAttackLockReset 31 15 48.38% ['tpm2_execute_command_fuzzer']
Exec_GetRandom 34 18 52.94% ['tpm2_execute_command_fuzzer']
Exec_PCR_Read 33 17 51.51% ['tpm2_execute_command_fuzzer']
Exec_Quote 33 17 51.51% ['tpm2_execute_command_fuzzer']
NvEntityStartup 70 15 21.42% ['tpm2_execute_command_fuzzer']
NvCleanBadFromRAM 35 7 20.0% ['tpm2_execute_command_fuzzer']
ParseSessionBuffer 103 44 42.71% ['tpm2_execute_command_fuzzer']
RetrieveSessionData 89 43 48.31% ['tpm2_execute_command_fuzzer']
CheckLockedOut 32 11 34.37% ['tpm2_execute_command_fuzzer']
CheckAuthSession 63 28 44.44% ['tpm2_execute_command_fuzzer']
IncrementLockout 58 11 18.96% ['tpm2_execute_command_fuzzer']
IsAuthValueAvailable 59 23 38.98% ['tpm2_execute_command_fuzzer']
TPM2_StartAuthSession 44 23 52.27% ['tpm2_execute_command_fuzzer']
TPMU_SIG_SCHEME_Unmarshal 44 14 31.81% ['tpm2_execute_command_fuzzer']

Files and Directories in report

This section shows which files and directories are considered in this report. The main reason for showing this is fuzz introspector may include more code in the reasoning than is desired. This section helps identify if too many files/directories are included, e.g. third party code, which may be irrelevant for the threat model. In the event too much is included, fuzz introspector supports a configuration file that can exclude data from the report. See the following link for more information on how to create a config file: link

Files in report

Source file Reached by Covered by
[] []
/src/tpm2/PolicyOR.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/PPPlat.c ['tpm2_execute_command_fuzzer'] ['tpm2_execute_command_fuzzer']
/src/tpm2/Marshal_NV_Extend.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/Marshal_ContextLoad.c ['tpm2_execute_command_fuzzer'] ['tpm2_execute_command_fuzzer']
/src/tpm2/CommandCodeAttributes.c ['tpm2_execute_command_fuzzer'] ['tpm2_execute_command_fuzzer']
/src/tpm2/Marshal_DictionaryAttackParameters.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/Marshal_PolicyRestart.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/CpriRSA.c ['tpm2_execute_command_fuzzer'] ['tpm2_execute_command_fuzzer']
/src/tpm2/Session.c ['tpm2_execute_command_fuzzer'] ['tpm2_execute_command_fuzzer']
/src/tpm2/Marshal_FlushContext.c ['tpm2_execute_command_fuzzer'] ['tpm2_execute_command_fuzzer']
/src/tpm2/Hash.c ['tpm2_execute_command_fuzzer'] ['tpm2_execute_command_fuzzer']
/src/tpm2/Marshal_ECDH_KeyGen.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/SessionProcess.c ['tpm2_execute_command_fuzzer'] ['tpm2_execute_command_fuzzer']
/src/tpm2/PolicyGetDigest.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/Cancel.c ['tpm2_execute_command_fuzzer'] ['tpm2_execute_command_fuzzer']
/src/tpm2/Marshal_CertifyCreation.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/ContextSave.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/Marshal_PolicyCommandCode.c ['tpm2_execute_command_fuzzer'] []
/usr/include/x86_64-linux-gnu/bits/byteswap.h ['tpm2_execute_command_fuzzer'] []
/src/tpm2/PolicySigned.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/_TPM_Init.c ['tpm2_execute_command_fuzzer'] ['tpm2_execute_command_fuzzer']
/src/tpm2/Unseal.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/Marshal_NV_Read.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/Marshal_VerifySignature.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/Certify.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/SelfTest.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/RSA_Decrypt.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/Marshal_PolicyOR.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/Marshal_PolicyPCR.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/Bits.c ['tpm2_execute_command_fuzzer'] ['tpm2_execute_command_fuzzer']
/src/tpm2/PCR.c ['tpm2_execute_command_fuzzer'] ['tpm2_execute_command_fuzzer']
/src/tpm2/Marshal_DictionaryAttackLockReset.c ['tpm2_execute_command_fuzzer'] ['tpm2_execute_command_fuzzer']
/src/tpm2/Marshal_PCR_Extend.c ['tpm2_execute_command_fuzzer'] ['tpm2_execute_command_fuzzer']
/src/tpm2/Marshal_Shutdown.c ['tpm2_execute_command_fuzzer'] ['tpm2_execute_command_fuzzer']
/src/tpm2/NV_Increment.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/Clear.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/Marshal_Import.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/Unique.c ['tpm2_execute_command_fuzzer'] ['tpm2_execute_command_fuzzer']
/src/tpm2/Marshal_GetRandom.c ['tpm2_execute_command_fuzzer'] ['tpm2_execute_command_fuzzer']
/src/tpm2/CommandAudit.c ['tpm2_execute_command_fuzzer'] ['tpm2_execute_command_fuzzer']
/src/tpm2/PP.c ['tpm2_execute_command_fuzzer'] ['tpm2_execute_command_fuzzer']
/src/tpm2/NV_Write.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/Quote.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/CpriECC.c ['tpm2_execute_command_fuzzer'] ['tpm2_execute_command_fuzzer']
/src/tpm2/Clock.c ['tpm2_execute_command_fuzzer'] ['tpm2_execute_command_fuzzer']
/src/tpm2/HandleProcess.c ['tpm2_execute_command_fuzzer'] ['tpm2_execute_command_fuzzer']
/src/tpm2/HierarchyChangeAuth.c ['tpm2_execute_command_fuzzer'] ['tpm2_execute_command_fuzzer']
/src/tpm2/CryptSelfTest.c ['tpm2_execute_command_fuzzer'] ['tpm2_execute_command_fuzzer']
/src/tpm2/Marshal_RSA_Encrypt.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/fuzz/execute-command.cc ['tpm2_execute_command_fuzzer'] ['tpm2_execute_command_fuzzer']
/src/tpm2/ActivateCredential.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/Marshal_Load.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/Marshal_PolicyAuthValue.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/ECC_Parameters.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/Marshal_Startup.c ['tpm2_execute_command_fuzzer'] ['tpm2_execute_command_fuzzer']
/src/tpm2/FlushContext.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/NV_WriteLock.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/PCR_Read.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/GetCapability.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/TpmFail.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/Shutdown.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/Entropy.c ['tpm2_execute_command_fuzzer'] ['tpm2_execute_command_fuzzer']
/src/tpm2/Marshal_PolicyGetDigest.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/ExecCommand.c ['tpm2_execute_command_fuzzer'] ['tpm2_execute_command_fuzzer']
/src/tpm2/Marshal_Certify.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/Ticket.c ['tpm2_execute_command_fuzzer'] ['tpm2_execute_command_fuzzer']
/src/tpm2/Marshal_HMAC.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/EvictControl.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/Marshal_PolicyFidoSigned.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/Marshal_ObjectChangeAuth.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/Manufacture.c ['tpm2_execute_command_fuzzer'] ['tpm2_execute_command_fuzzer']
/src/tpm2/CryptUtil.c ['tpm2_execute_command_fuzzer'] ['tpm2_execute_command_fuzzer']
/src/tpm2/StartAuthSession.c ['tpm2_execute_command_fuzzer'] ['tpm2_execute_command_fuzzer']
/src/tpm2/Marshal_TestParms.c ['tpm2_execute_command_fuzzer'] ['tpm2_execute_command_fuzzer']
/src/tpm2/RSA_Encrypt.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/TestParms.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/Attest_spt.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/CpriHash.c ['tpm2_execute_command_fuzzer'] ['tpm2_execute_command_fuzzer']
/src/tpm2/NVMem.c ['tpm2_execute_command_fuzzer'] ['tpm2_execute_command_fuzzer']
/src/tpm2/Marshal_CreatePrimary.c ['tpm2_execute_command_fuzzer'] ['tpm2_execute_command_fuzzer']
/src/tpm2/Object.c ['tpm2_execute_command_fuzzer'] ['tpm2_execute_command_fuzzer']
/src/tpm2/HierarchyControl.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/DA.c ['tpm2_execute_command_fuzzer'] ['tpm2_execute_command_fuzzer']
/src/tpm2/PropertyCap.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/Time.c ['tpm2_execute_command_fuzzer'] ['tpm2_execute_command_fuzzer']
/src/tpm2/NV_ReadLock.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/Marshal_ContextSave.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/Marshal_ReadPublic.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/Context_spt.c ['tpm2_execute_command_fuzzer'] ['tpm2_execute_command_fuzzer']
/src/tpm2/CpriSym.c ['tpm2_execute_command_fuzzer'] ['tpm2_execute_command_fuzzer']
/src/tpm2/PolicyCommandCode.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/Marshal_Create.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/CpriRNG.c ['tpm2_execute_command_fuzzer'] ['tpm2_execute_command_fuzzer']
/src/tpm2/MemoryLib.c ['tpm2_execute_command_fuzzer'] ['tpm2_execute_command_fuzzer']
/src/tpm2/ECDH_ZGen.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/PCR_Allocate.c ['tpm2_execute_command_fuzzer'] ['tpm2_execute_command_fuzzer']
/src/tpm2/Locality.c ['tpm2_execute_command_fuzzer'] ['tpm2_execute_command_fuzzer']
/src/tpm2/Marshal_Sign.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/NV_ReadPublic.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/DictionaryAttackParameters.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/Policy_spt.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/Marshal_Duplicate.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/Marshal_LoadExternal.c ['tpm2_execute_command_fuzzer'] ['tpm2_execute_command_fuzzer']
/src/tpm2/PolicyAuthValue.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/LoadExternal.c ['tpm2_execute_command_fuzzer'] ['tpm2_execute_command_fuzzer']
/src/tpm2/MathFunctions.c ['tpm2_execute_command_fuzzer'] ['tpm2_execute_command_fuzzer']
/src/tpm2/Marshal_PCR_Read.c ['tpm2_execute_command_fuzzer'] ['tpm2_execute_command_fuzzer']
/src/tpm2/Marshal_ECDH_ZGen.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/Marshal_NV_ReadLock.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/Marshal_RSA_Decrypt.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/VerifySignature.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/Hierarchy.c ['tpm2_execute_command_fuzzer'] ['tpm2_execute_command_fuzzer']
/src/tpm2/Marshal_HierarchyChangeAuth.c ['tpm2_execute_command_fuzzer'] ['tpm2_execute_command_fuzzer']
/src/tpm2/ReadPublic.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/Marshal_NV_Increment.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/Startup.c ['tpm2_execute_command_fuzzer'] ['tpm2_execute_command_fuzzer']
/src/tpm2/Marshal_Clear.c ['tpm2_execute_command_fuzzer'] ['tpm2_execute_command_fuzzer']
/src/tpm2/Marshal_GetTestResult.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/PCR_Extend.c ['tpm2_execute_command_fuzzer'] ['tpm2_execute_command_fuzzer']
/src/tpm2/Duplicate.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/Object_spt.c ['tpm2_execute_command_fuzzer'] ['tpm2_execute_command_fuzzer']
/src/tpm2/Marshal_NV_UndefineSpaceSpecial.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/Marshal_PolicySecret.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/Entity.c ['tpm2_execute_command_fuzzer'] ['tpm2_execute_command_fuzzer']
/src/tpm2/Load.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/Marshal_Unseal.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/CreatePrimary.c ['tpm2_execute_command_fuzzer'] ['tpm2_execute_command_fuzzer']
/src/tpm2/Sign.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/CpriCryptPri.c ['tpm2_execute_command_fuzzer'] ['tpm2_execute_command_fuzzer']
/src/tpm2/NV_Extend.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/NV_UndefineSpace.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/ObjectChangeAuth.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/Marshal_NV_ReadPublic.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/Marshal_PCR_Allocate.c ['tpm2_execute_command_fuzzer'] ['tpm2_execute_command_fuzzer']
/src/tpm2/Marshal_SelfTest.c ['tpm2_execute_command_fuzzer'] ['tpm2_execute_command_fuzzer']
/src/tpm2/Marshal_ECC_Parameters.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/LocalityPlat.c ['tpm2_execute_command_fuzzer'] ['tpm2_execute_command_fuzzer']
/src/tpm2/Marshal_GetCapability.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/Marshal_EvictControl.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/NV_Certify.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/NV_DefineSpace.c ['tpm2_execute_command_fuzzer'] ['tpm2_execute_command_fuzzer']
/src/tpm2/StirRandom.c ['tpm2_execute_command_fuzzer'] ['tpm2_execute_command_fuzzer']
/src/tpm2/Marshal_NV_DefineSpace.c ['tpm2_execute_command_fuzzer'] ['tpm2_execute_command_fuzzer']
/src/tpm2/GetTestResult.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/Import.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/PolicyFidoSigned.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/HMAC.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/Marshal_HierarchyControl.c ['tpm2_execute_command_fuzzer'] ['tpm2_execute_command_fuzzer']
/src/tpm2/NV_spt.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/NV.c ['tpm2_execute_command_fuzzer'] ['tpm2_execute_command_fuzzer']
/src/tpm2/PolicyPCR.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/NV_UndefineSpaceSpecial.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/CertifyCreation.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/CommandDispatcher.c ['tpm2_execute_command_fuzzer'] ['tpm2_execute_command_fuzzer']
/src/tpm2/Marshal_StirRandom.c ['tpm2_execute_command_fuzzer'] ['tpm2_execute_command_fuzzer']
/src/tpm2/ECDH_KeyGen.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/Marshal_ActivateCredential.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/CpriMisc.c ['tpm2_execute_command_fuzzer'] ['tpm2_execute_command_fuzzer']
/src/tpm2/Create.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/Marshal_Quote.c ['tpm2_execute_command_fuzzer'] ['tpm2_execute_command_fuzzer']
/src/tpm2/tpm_generated.c ['tpm2_execute_command_fuzzer'] ['tpm2_execute_command_fuzzer']
/src/tpm2/Marshal_NV_UndefineSpace.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/PowerPlat.c ['tpm2_execute_command_fuzzer'] ['tpm2_execute_command_fuzzer']
/src/tpm2/PolicySecret.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/Marshal_NV_WriteLock.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/Marshal_PolicySigned.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/AlgorithmCap.c ['tpm2_execute_command_fuzzer'] ['tpm2_execute_command_fuzzer']
/src/tpm2/Handle.c ['tpm2_execute_command_fuzzer'] ['tpm2_execute_command_fuzzer']
/src/tpm2/Marshal_StartAuthSession.c ['tpm2_execute_command_fuzzer'] ['tpm2_execute_command_fuzzer']
/src/tpm2/Power.c ['tpm2_execute_command_fuzzer'] ['tpm2_execute_command_fuzzer']
/src/tpm2/Marshal_NV_Certify.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/GetRandom.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/Marshal_Hash.c ['tpm2_execute_command_fuzzer'] ['tpm2_execute_command_fuzzer']
/src/tpm2/ContextLoad.c ['tpm2_execute_command_fuzzer'] ['tpm2_execute_command_fuzzer']
/src/tpm2/NV_Read.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/DictionaryAttackLockReset.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/Marshal_NV_Write.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/PolicyRestart.c ['tpm2_execute_command_fuzzer'] []

Directories in report

Directory
/src/tpm2/
/usr/include/x86_64-linux-gnu/bits/
/src/tpm2/fuzz/