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 2602 72.5%
gold [1:9] 423 11.7%
yellow [10:29] 96 2.67%
greenyellow [30:49] 85 2.36%
lawngreen 50+ 382 10.6%
All colors 3588 100

Fuzz blockers

The followings are the branches where fuzzer fails to bypass.

Unique non-covered Complexity Unique Reachable Complexities Unique Reachable Functions All non-covered Complexity All Reachable Complexity Function Name Function Callsite Blocked Branch
863 865 3 :

['TPM2_Quote', 'MemoryGetResponseBuffer', 'Quote_Out_Marshal']

863 865 Exec_Quote call site: 03254 /src/tpm2/Marshal_Quote.c:86
801 803 3 :

['TPM2_StartAuthSession', 'MemoryGetResponseBuffer', 'StartAuthSession_Out_Marshal']

801 803 Exec_StartAuthSession call site: 03337 /src/tpm2/Marshal_StartAuthSession.c:99
689 689 1 :

['Exec_PolicyFidoSigned']

689 689 CommandDispatcher call site: 00779 /src/tpm2/CommandDispatcher.c:128
557 557 4 :

['CheckSessionHMAC', 'CheckPolicyAuthSession', 'IsAuthPolicyAvailable', 'SessionGet']

557 751 CheckAuthSession call site: 00571 /src/tpm2/SessionProcess.c:1143
454 464 3 :

['TPM2_Clear', 'MemoryGetResponseBuffer', 'UINT32_Marshal']

454 464 Exec_Clear call site: 01669 /src/tpm2/Marshal_Clear.c:40
446 493 14 :

['Memory2BEqual', 'MemoryMove', 'CryptSymmetricDecrypt', 'SessionIsSaved', 'ObjectIsSequence', 'SessionContextLoad', 'NvIsAvailable', 'TpmFail', 'ComputeContextProtectionKey', 'ObjectContextLoad', 'SequenceDataImportExport', 'HierarchyIsEnabled', 'ComputeContextIntegrity', 'ObjectGet']

446 493 TPM2_ContextLoad call site: 01825 /src/tpm2/ContextLoad.c:60
351 363 2 :

['_plat__NvMemoryRead', 'NvUnmarshalObject']

351 363 NvGetEvictObject call site: 00320 /src/tpm2/NV.c:1365
248 384 4 :

['DecryptSize', 'CryptParameterDecryption', 'EntityGetAuthValue', 'IsAuthValueAvailable']

248 384 ParseSessionBuffer call site: 00698 /src/tpm2/SessionProcess.c:1366
246 382 4 :

['CryptParameterEncryption', 'IsAuthValueAvailable', 'EncryptSize', 'EntityGetAuthValue']

252 934 BuildResponseSession call site: 03501 /src/tpm2/SessionProcess.c:1883
212 214 3 :

['HandleGetType', 'ComputeResponseHMAC', 'SessionGet']

212 214 BuildSingleResponseAuth call site: 03552 /src/tpm2/SessionProcess.c:1748
187 189 3 :

['TPM2_Hash', 'MemoryGetResponseBuffer', 'Hash_Out_Marshal']

187 189 Exec_Hash call site: 02753 /src/tpm2/Marshal_Hash.c:84
180 190 2 :

['NvIsAvailable', 'ComputeCpHash']

180 190 CheckCommandAudit call site: 00699 /src/tpm2/SessionProcess.c:1209

Runtime coverage analysis

Covered functions
394
Functions that are reachable but not covered
659
Reachable functions
1053
Percentage of reachable functions covered
37.42%
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 27
CpriSym.c 10
TpmFail.c 5
PCR.c 29
CryptUtil.c 80
Hierarchy.c 5
DA.c 4
PP.c 4
MemoryLib.c 8
CommandCodeAttributes.c 10
CommandAudit.c 6
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 27
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_Commit.c 3
Commit.c 1
Cancel.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
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_PCR_Reset.c 2
PCR_Reset.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

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 469 91 19.40% ['tpm2_execute_command_fuzzer']
TPM2_ContextLoad 77 19 24.67% ['tpm2_execute_command_fuzzer']
CryptCreateObject 75 34 45.33% ['tpm2_execute_command_fuzzer']
DASelfHeal 36 5 13.88% ['tpm2_execute_command_fuzzer']
EntityGetLoadStatus 72 31 43.05% ['tpm2_execute_command_fuzzer']
EntityGetAuthValue 60 29 48.33% ['tpm2_execute_command_fuzzer']
EntityGetHierarchy 54 17 31.48% ['tpm2_execute_command_fuzzer']
ParseHandleBuffer 770 150 19.48% ['tpm2_execute_command_fuzzer']
Exec_GetRandom 34 18 52.94% ['tpm2_execute_command_fuzzer']
Exec_Hash 33 17 51.51% ['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']
Exec_StartAuthSession 34 18 52.94% ['tpm2_execute_command_fuzzer']
NvEntityStartup 70 15 21.42% ['tpm2_execute_command_fuzzer']
NvCleanBadFromRAM 35 7 20.0% ['tpm2_execute_command_fuzzer']
SchemeChecks 107 43 40.18% ['tpm2_execute_command_fuzzer']
ParseSessionBuffer 111 48 43.24% ['tpm2_execute_command_fuzzer']
RetrieveSessionData 101 45 44.55% ['tpm2_execute_command_fuzzer']
CheckAuthSession 63 28 44.44% ['tpm2_execute_command_fuzzer']
IsAuthValueAvailable 59 23 38.98% ['tpm2_execute_command_fuzzer']
UpdateAuditSessionStatus 40 13 32.5% ['tpm2_execute_command_fuzzer']
TPMU_ASYM_SCHEME_Marshal 54 25 46.29% ['tpm2_execute_command_fuzzer']
TPMU_ASYM_SCHEME_Unmarshal 54 28 51.85% ['tpm2_execute_command_fuzzer']
TPMI_DH_ENTITY_Unmarshal 38 20 52.63% ['tpm2_execute_command_fuzzer']
TPMU_SIG_SCHEME_Unmarshal 44 17 38.63% ['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/Time.c ['tpm2_execute_command_fuzzer'] ['tpm2_execute_command_fuzzer']
/src/tpm2/RSA_Decrypt.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/ContextSave.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/HMAC.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/Marshal_Sign.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/Object.c ['tpm2_execute_command_fuzzer'] ['tpm2_execute_command_fuzzer']
/src/tpm2/GetRandom.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/NV_Certify.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/Marshal_HMAC.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/Marshal_PCR_Allocate.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/Marshal_NV_Write.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/Quote.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/PolicyGetDigest.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/ObjectChangeAuth.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/Unique.c ['tpm2_execute_command_fuzzer'] ['tpm2_execute_command_fuzzer']
/src/tpm2/MathFunctions.c ['tpm2_execute_command_fuzzer'] ['tpm2_execute_command_fuzzer']
/src/tpm2/CpriCryptPri.c ['tpm2_execute_command_fuzzer'] ['tpm2_execute_command_fuzzer']
/src/tpm2/PP.c ['tpm2_execute_command_fuzzer'] ['tpm2_execute_command_fuzzer']
/src/tpm2/Session.c ['tpm2_execute_command_fuzzer'] ['tpm2_execute_command_fuzzer']
/src/tpm2/Ticket.c ['tpm2_execute_command_fuzzer'] ['tpm2_execute_command_fuzzer']
/src/tpm2/AlgorithmCap.c ['tpm2_execute_command_fuzzer'] ['tpm2_execute_command_fuzzer']
/src/tpm2/CommandCodeAttributes.c ['tpm2_execute_command_fuzzer'] ['tpm2_execute_command_fuzzer']
/src/tpm2/PCR.c ['tpm2_execute_command_fuzzer'] ['tpm2_execute_command_fuzzer']
/src/tpm2/Marshal_Clear.c ['tpm2_execute_command_fuzzer'] ['tpm2_execute_command_fuzzer']
/src/tpm2/PolicyFidoSigned.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/PolicyPCR.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/ExecCommand.c ['tpm2_execute_command_fuzzer'] ['tpm2_execute_command_fuzzer']
/src/tpm2/Marshal_RSA_Encrypt.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/ECC_Parameters.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/Hierarchy.c ['tpm2_execute_command_fuzzer'] ['tpm2_execute_command_fuzzer']
/src/tpm2/Entity.c ['tpm2_execute_command_fuzzer'] ['tpm2_execute_command_fuzzer']
/src/tpm2/Import.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/Handle.c ['tpm2_execute_command_fuzzer'] ['tpm2_execute_command_fuzzer']
/usr/include/x86_64-linux-gnu/bits/byteswap.h ['tpm2_execute_command_fuzzer'] []
/src/tpm2/Marshal_NV_WriteLock.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/NV_WriteLock.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/Marshal_PCR_Reset.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/Locality.c ['tpm2_execute_command_fuzzer'] ['tpm2_execute_command_fuzzer']
/src/tpm2/PCR_Extend.c ['tpm2_execute_command_fuzzer'] ['tpm2_execute_command_fuzzer']
/src/tpm2/Marshal_GetCapability.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/CpriHash.c ['tpm2_execute_command_fuzzer'] ['tpm2_execute_command_fuzzer']
/src/tpm2/CryptUtil.c ['tpm2_execute_command_fuzzer'] ['tpm2_execute_command_fuzzer']
/src/tpm2/PolicyOR.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/RSA_Encrypt.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/Marshal_GetTestResult.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/Marshal_NV_Increment.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/Marshal_NV_UndefineSpaceSpecial.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/LoadExternal.c ['tpm2_execute_command_fuzzer'] ['tpm2_execute_command_fuzzer']
/src/tpm2/FlushContext.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/Marshal_PolicySecret.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/NV_DefineSpace.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/TpmFail.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/DictionaryAttackParameters.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/Marshal_Certify.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/NV_UndefineSpaceSpecial.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/Context_spt.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/Marshal_ECDH_KeyGen.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/PolicyCommandCode.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/VerifySignature.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/Clock.c ['tpm2_execute_command_fuzzer'] ['tpm2_execute_command_fuzzer']
/src/tpm2/PolicyAuthValue.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/Create.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/Cancel.c ['tpm2_execute_command_fuzzer'] ['tpm2_execute_command_fuzzer']
/src/tpm2/Marshal_GetRandom.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/PolicySecret.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/Power.c ['tpm2_execute_command_fuzzer'] ['tpm2_execute_command_fuzzer']
/src/tpm2/Marshal_ActivateCredential.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/NV_Write.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/PropertyCap.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/MemoryLib.c ['tpm2_execute_command_fuzzer'] ['tpm2_execute_command_fuzzer']
/src/tpm2/Entropy.c ['tpm2_execute_command_fuzzer'] ['tpm2_execute_command_fuzzer']
/src/tpm2/Marshal_VerifySignature.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/Marshal_LoadExternal.c ['tpm2_execute_command_fuzzer'] ['tpm2_execute_command_fuzzer']
/src/tpm2/Marshal_Quote.c ['tpm2_execute_command_fuzzer'] ['tpm2_execute_command_fuzzer']
/src/tpm2/NV_Read.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/Marshal_CreatePrimary.c ['tpm2_execute_command_fuzzer'] ['tpm2_execute_command_fuzzer']
/src/tpm2/CommandDispatcher.c ['tpm2_execute_command_fuzzer'] ['tpm2_execute_command_fuzzer']
/src/tpm2/Marshal_FlushContext.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/fuzz/execute-command.cc ['tpm2_execute_command_fuzzer'] ['tpm2_execute_command_fuzzer']
/src/tpm2/Marshal_PolicyOR.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/Marshal_HierarchyControl.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/Marshal_PolicyCommandCode.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/NV_Increment.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/Marshal_PCR_Extend.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_DictionaryAttackParameters.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/Marshal_Unseal.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/Marshal_PolicyRestart.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/Marshal_NV_ReadPublic.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/TestParms.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/PCR_Allocate.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/Manufacture.c ['tpm2_execute_command_fuzzer'] ['tpm2_execute_command_fuzzer']
/src/tpm2/CpriRSA.c ['tpm2_execute_command_fuzzer'] ['tpm2_execute_command_fuzzer']
/src/tpm2/CpriMisc.c ['tpm2_execute_command_fuzzer'] ['tpm2_execute_command_fuzzer']
/src/tpm2/Certify.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/Object_spt.c ['tpm2_execute_command_fuzzer'] ['tpm2_execute_command_fuzzer']
/src/tpm2/Marshal_Commit.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/Attest_spt.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/CommandAudit.c ['tpm2_execute_command_fuzzer'] ['tpm2_execute_command_fuzzer']
/src/tpm2/GetTestResult.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/Marshal_ReadPublic.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/Shutdown.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/Marshal_NV_Certify.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/CpriRNG.c ['tpm2_execute_command_fuzzer'] ['tpm2_execute_command_fuzzer']
/src/tpm2/PPPlat.c ['tpm2_execute_command_fuzzer'] ['tpm2_execute_command_fuzzer']
/src/tpm2/Marshal_Duplicate.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/Marshal_CertifyCreation.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/SelfTest.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/PCR_Read.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/Duplicate.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/Marshal_HierarchyChangeAuth.c ['tpm2_execute_command_fuzzer'] ['tpm2_execute_command_fuzzer']
/src/tpm2/Marshal_Import.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/LocalityPlat.c ['tpm2_execute_command_fuzzer'] ['tpm2_execute_command_fuzzer']
/src/tpm2/NV_Extend.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/Marshal_ECC_Parameters.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/CertifyCreation.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/NV_ReadLock.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/Marshal_Startup.c ['tpm2_execute_command_fuzzer'] ['tpm2_execute_command_fuzzer']
/src/tpm2/Marshal_Hash.c ['tpm2_execute_command_fuzzer'] ['tpm2_execute_command_fuzzer']
/src/tpm2/Marshal_RSA_Decrypt.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/Marshal_NV_UndefineSpace.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/CpriECC.c ['tpm2_execute_command_fuzzer'] ['tpm2_execute_command_fuzzer']
/src/tpm2/NV.c ['tpm2_execute_command_fuzzer'] ['tpm2_execute_command_fuzzer']
/src/tpm2/Sign.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/Bits.c ['tpm2_execute_command_fuzzer'] ['tpm2_execute_command_fuzzer']
/src/tpm2/Marshal_Shutdown.c ['tpm2_execute_command_fuzzer'] ['tpm2_execute_command_fuzzer']
/src/tpm2/PowerPlat.c ['tpm2_execute_command_fuzzer'] ['tpm2_execute_command_fuzzer']
/src/tpm2/Marshal_StartAuthSession.c ['tpm2_execute_command_fuzzer'] ['tpm2_execute_command_fuzzer']
/src/tpm2/PolicyRestart.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/Marshal_ContextSave.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/Marshal_Load.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/Marshal_NV_DefineSpace.c ['tpm2_execute_command_fuzzer'] ['tpm2_execute_command_fuzzer']
/src/tpm2/Marshal_EvictControl.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/StirRandom.c ['tpm2_execute_command_fuzzer'] ['tpm2_execute_command_fuzzer']
/src/tpm2/Marshal_StirRandom.c ['tpm2_execute_command_fuzzer'] ['tpm2_execute_command_fuzzer']
/src/tpm2/Marshal_TestParms.c ['tpm2_execute_command_fuzzer'] ['tpm2_execute_command_fuzzer']
/src/tpm2/Marshal_ObjectChangeAuth.c ['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_PolicyGetDigest.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/GetCapability.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/Unseal.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/ContextLoad.c ['tpm2_execute_command_fuzzer'] ['tpm2_execute_command_fuzzer']
/src/tpm2/CpriSym.c ['tpm2_execute_command_fuzzer'] ['tpm2_execute_command_fuzzer']
/src/tpm2/Marshal_Create.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/PCR_Reset.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/ActivateCredential.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/StartAuthSession.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/EvictControl.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/ECDH_ZGen.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/Load.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/PolicySigned.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/Marshal_SelfTest.c ['tpm2_execute_command_fuzzer'] ['tpm2_execute_command_fuzzer']
/src/tpm2/HierarchyControl.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/CryptSelfTest.c ['tpm2_execute_command_fuzzer'] ['tpm2_execute_command_fuzzer']
/src/tpm2/Marshal_NV_Extend.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/Marshal_PolicySigned.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/Hash.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/NV_UndefineSpace.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/Marshal_NV_Read.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/NVMem.c ['tpm2_execute_command_fuzzer'] ['tpm2_execute_command_fuzzer']
/src/tpm2/Clear.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/_TPM_Init.c ['tpm2_execute_command_fuzzer'] ['tpm2_execute_command_fuzzer']
/src/tpm2/DictionaryAttackLockReset.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/HierarchyChangeAuth.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/Marshal_PolicyFidoSigned.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/SessionProcess.c ['tpm2_execute_command_fuzzer'] ['tpm2_execute_command_fuzzer']
/src/tpm2/Marshal_DictionaryAttackLockReset.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/Marshal_PolicyPCR.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/Policy_spt.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/Startup.c ['tpm2_execute_command_fuzzer'] ['tpm2_execute_command_fuzzer']
/src/tpm2/DA.c ['tpm2_execute_command_fuzzer'] ['tpm2_execute_command_fuzzer']
/src/tpm2/NV_spt.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/Marshal_ContextLoad.c ['tpm2_execute_command_fuzzer'] ['tpm2_execute_command_fuzzer']
/src/tpm2/CreatePrimary.c ['tpm2_execute_command_fuzzer'] ['tpm2_execute_command_fuzzer']
/src/tpm2/Commit.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/ECDH_KeyGen.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/ReadPublic.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/Marshal_PolicyAuthValue.c ['tpm2_execute_command_fuzzer'] []
/src/tpm2/HandleProcess.c ['tpm2_execute_command_fuzzer'] ['tpm2_execute_command_fuzzer']
/src/tpm2/NV_ReadPublic.c ['tpm2_execute_command_fuzzer'] []

Directories in report

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