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 1996 55.6%
gold [1:9] 239 6.66%
yellow [10:29] 303 8.44%
greenyellow [30:49] 160 4.45%
lawngreen 50+ 890 24.8%
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
689 689 1 :

['Exec_PolicyFidoSigned']

689 689 CommandDispatcher call site: 00779 /src/tpm2/CommandDispatcher.c:128
685 800 2 :

['SignAttestInfo', 'PCRComputeCurrentDigest']

685 800 TPM2_Quote call site: 03258 /src/tpm2/Quote.c:56
586 586 1 :

['CryptSecretDecrypt']

608 914 TPM2_StartAuthSession call site: 03349 /src/tpm2/StartAuthSession.c:49
543 557 4 :

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

543 751 CheckAuthSession call site: 00571 /src/tpm2/SessionProcess.c:1143
351 363 2 :

['_plat__NvMemoryRead', 'NvUnmarshalObject']

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

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

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

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

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

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

198 214 BuildSingleResponseAuth call site: 03552 /src/tpm2/SessionProcess.c:1748
180 190 2 :

['NvIsAvailable', 'ComputeCpHash']

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

['ObjectGet', 'EqualCryptSet']

172 172 SchemeChecks call site: 01967 /src/tpm2/Object_spt.c:430
88 254 7 :

['CryptStartHash', 'NvWriteReserved', 'MemorySet', 'CryptUpdateDigest2B', 'CryptCompleteHash2B', 'ComputeRpHash', 'CryptGetHashDigestSize']

88 254 CommandAudit call site: 03541 /src/tpm2/SessionProcess.c:1543
84 213 20 :

['_cpri__UpdateHash', 'BN_is_zero', 'BN_mod_word', '_cpri__CopyHashState', 'BN_num_bits', '_plat__IsCanceled', 'BN_mod_exp', 'BN_is_prime_ex', 'BN_sub', 'BN_sub_word', 'BN_mul', '_cpri__GenerateRandom', 'TpmFail', 'BN_mod_inverse', 'BN_bin2bn', 'BN_set_word', 'BN_add_word', 'BnTo2B', 'BN_ucmp', 'BN_copy']

88 277 _cpri__GenerateKeyRSA call site: 02141 /src/tpm2/CpriRSA.c:1383

Runtime coverage analysis

Covered functions
578
Functions that are reachable but not covered
475
Reachable functions
1053
Percentage of reachable functions covered
54.89%
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

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

Directories in report

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