/external/tpm2/ |
D | Clear.c | 72 NvWriteReserved(NV_SP_SEED, &gp.SPSeed); in TPM2_Clear() 73 NvWriteReserved(NV_SH_PROOF, &gp.shProof); in TPM2_Clear() 74 NvWriteReserved(NV_EH_PROOF, &gp.ehProof); in TPM2_Clear() 75 NvWriteReserved(NV_OWNER_AUTH, &gp.ownerAuth); in TPM2_Clear() 76 NvWriteReserved(NV_ENDORSEMENT_AUTH, &gp.endorsementAuth); in TPM2_Clear() 77 NvWriteReserved(NV_LOCKOUT_AUTH, &gp.lockoutAuth); in TPM2_Clear() 78 NvWriteReserved(NV_OWNER_ALG, &gp.ownerAlg); in TPM2_Clear() 79 NvWriteReserved(NV_ENDORSEMENT_ALG, &gp.endorsementAlg); in TPM2_Clear() 80 NvWriteReserved(NV_LOCKOUT_ALG, &gp.lockoutAlg); in TPM2_Clear() 81 NvWriteReserved(NV_OWNER_POLICY, &gp.ownerPolicy); in TPM2_Clear() [all …]
|
D | Hierarchy.c | 52 NvWriteReserved(NV_DISABLE_CLEAR, &gp.disableClear); in HierarchyPreInstall_Init() 53 NvWriteReserved(NV_EP_SEED, &gp.EPSeed); in HierarchyPreInstall_Init() 54 NvWriteReserved(NV_SP_SEED, &gp.SPSeed); in HierarchyPreInstall_Init() 55 NvWriteReserved(NV_PP_SEED, &gp.PPSeed); in HierarchyPreInstall_Init() 56 NvWriteReserved(NV_OWNER_AUTH, &gp.ownerAuth); in HierarchyPreInstall_Init() 57 NvWriteReserved(NV_ENDORSEMENT_AUTH, &gp.endorsementAuth); in HierarchyPreInstall_Init() 58 NvWriteReserved(NV_LOCKOUT_AUTH, &gp.lockoutAuth); in HierarchyPreInstall_Init() 59 NvWriteReserved(NV_OWNER_ALG, &gp.ownerAlg); in HierarchyPreInstall_Init() 60 NvWriteReserved(NV_OWNER_POLICY, &gp.ownerPolicy); in HierarchyPreInstall_Init() 61 NvWriteReserved(NV_ENDORSEMENT_ALG, &gp.endorsementAlg); in HierarchyPreInstall_Init() [all …]
|
D | DA.c | 33 NvWriteReserved(NV_FAILED_TRIES, &gp.failedTries); in DAPreInstall_Init() 34 NvWriteReserved(NV_MAX_TRIES, &gp.maxTries); in DAPreInstall_Init() 35 NvWriteReserved(NV_RECOVERY_TIME, &gp.recoveryTime); in DAPreInstall_Init() 36 NvWriteReserved(NV_LOCKOUT_RECOVERY, &gp.lockoutRecovery); in DAPreInstall_Init() 37 NvWriteReserved(NV_LOCKOUT_AUTH_ENABLED, &gp.lockOutAuthEnabled); in DAPreInstall_Init() 61 NvWriteReserved(NV_LOCKOUT_AUTH_ENABLED, &gp.lockOutAuthEnabled); in DAStartup() 72 NvWriteReserved(NV_FAILED_TRIES, &gp.failedTries); in DAStartup() 124 NvWriteReserved(NV_FAILED_TRIES, &gp.failedTries); in DASelfHeal() 145 NvWriteReserved(NV_FAILED_TRIES, &gp.failedTries); in DASelfHeal() 163 NvWriteReserved(NV_LOCKOUT_AUTH_ENABLED, &gp.lockOutAuthEnabled); in DASelfHeal()
|
D | SetPrimaryPolicy.c | 46 NvWriteReserved(NV_OWNER_ALG, &gp.ownerAlg); in TPM2_SetPrimaryPolicy() 47 NvWriteReserved(NV_OWNER_POLICY, &gp.ownerPolicy); in TPM2_SetPrimaryPolicy() 52 NvWriteReserved(NV_ENDORSEMENT_ALG, &gp.endorsementAlg); in TPM2_SetPrimaryPolicy() 53 NvWriteReserved(NV_ENDORSEMENT_POLICY, &gp.endorsementPolicy); in TPM2_SetPrimaryPolicy() 64 NvWriteReserved(NV_LOCKOUT_ALG, &gp.lockoutAlg); in TPM2_SetPrimaryPolicy() 65 NvWriteReserved(NV_LOCKOUT_POLICY, &gp.lockoutPolicy); in TPM2_SetPrimaryPolicy()
|
D | Shutdown.c | 45 NvWriteReserved(NV_ORDERLY_DATA, &go); in TPM2_Shutdown() 53 NvWriteReserved(NV_STATE_CLEAR, &gc); in TPM2_Shutdown() 54 NvWriteReserved(NV_STATE_RESET, &gr); in TPM2_Shutdown() 59 NvWriteReserved(NV_STATE_RESET, &gr); in TPM2_Shutdown() 77 NvWriteReserved(NV_ORDERLY, &gp.orderlyState); in TPM2_Shutdown()
|
D | ChangeEPS.c | 53 NvWriteReserved(NV_EP_SEED, &gp.EPSeed); in TPM2_ChangeEPS() 54 NvWriteReserved(NV_EH_PROOF, &gp.ehProof); in TPM2_ChangeEPS() 55 NvWriteReserved(NV_ENDORSEMENT_AUTH, &gp.endorsementAuth); in TPM2_ChangeEPS() 56 NvWriteReserved(NV_ENDORSEMENT_ALG, &gp.endorsementAlg); in TPM2_ChangeEPS() 57 NvWriteReserved(NV_ENDORSEMENT_POLICY, &gp.endorsementPolicy); in TPM2_ChangeEPS()
|
D | Manufacture.c | 66 NvWriteReserved(NV_ORDERLY, &orderlyShutdown); in TPM_Manufacture() 77 NvWriteReserved(NV_FIRMWARE_V1, &gp.firmwareV1); in TPM_Manufacture() 78 NvWriteReserved(NV_FIRMWARE_V2, &gp.firmwareV2); in TPM_Manufacture() 81 NvWriteReserved(NV_TOTAL_RESET_COUNT, &totalResetCount); in TPM_Manufacture() 89 NvWriteReserved(NV_ORDERLY_DATA, &go); in TPM_Manufacture()
|
D | DictionaryAttackParameters.c | 34 NvWriteReserved(NV_FAILED_TRIES, &gp.failedTries); in TPM2_DictionaryAttackParameters() 35 NvWriteReserved(NV_MAX_TRIES, &gp.maxTries); in TPM2_DictionaryAttackParameters() 36 NvWriteReserved(NV_RECOVERY_TIME, &gp.recoveryTime); in TPM2_DictionaryAttackParameters() 37 NvWriteReserved(NV_LOCKOUT_RECOVERY, &gp.lockoutRecovery); in TPM2_DictionaryAttackParameters()
|
D | HierarchyChangeAuth.c | 43 NvWriteReserved(NV_OWNER_AUTH, &gp.ownerAuth); in TPM2_HierarchyChangeAuth() 47 NvWriteReserved(NV_ENDORSEMENT_AUTH, &gp.endorsementAuth); in TPM2_HierarchyChangeAuth() 56 NvWriteReserved(NV_LOCKOUT_AUTH, &gp.lockoutAuth); in TPM2_HierarchyChangeAuth()
|
D | ChangePPS.c | 46 NvWriteReserved(NV_PP_SEED, &gp.PPSeed); in TPM2_ChangePPS() 47 NvWriteReserved(NV_PH_PROOF, &gp.phProof); in TPM2_ChangePPS() 55 NvWriteReserved(NV_PCR_POLICIES, &gp.pcrPolicies); in TPM2_ChangePPS()
|
D | CommandAudit.c | 37 NvWriteReserved(NV_AUDIT_COMMANDS, &gp.auditComands); in CommandAuditPreInstall_Init() 38 NvWriteReserved(NV_AUDIT_HASH_ALG, &gp.auditHashAlg); in CommandAuditPreInstall_Init() 39 NvWriteReserved(NV_AUDIT_COUNTER, &gp.auditCounter); in CommandAuditPreInstall_Init()
|
D | Time.c | 69 NvWriteReserved(NV_RESET_COUNT, &gp.resetCount); in TimeStartup() 81 NvWriteReserved(NV_TOTAL_RESET_COUNT, &gp.totalResetCount); in TimeStartup() 131 NvWriteReserved(NV_ORDERLY_DATA, &go); in TimeUpdateToCurrent()
|
D | SetCommandCodeAuditStatus.c | 46 NvWriteReserved(NV_AUDIT_HASH_ALG, &gp.auditHashAlg); in TPM2_SetCommandCodeAuditStatus() 66 NvWriteReserved(NV_AUDIT_COMMANDS, &gp.auditComands); in TPM2_SetCommandCodeAuditStatus()
|
D | SetAlgorithmSet.c | 27 NvWriteReserved(NV_ALGORITHM_SET, &gp.algorithmSet); in TPM2_SetAlgorithmSet()
|
D | DictionaryAttackLockReset.c | 32 NvWriteReserved(NV_FAILED_TRIES, &gp.failedTries); in TPM2_DictionaryAttackLockReset()
|
D | ClearControl.c | 43 NvWriteReserved(NV_DISABLE_CLEAR, &gp.disableClear); in TPM2_ClearControl()
|
D | ClockSet.c | 42 NvWriteReserved(NV_ORDERLY_DATA, &go); in TPM2_ClockSet()
|
D | PCR_SetAuthPolicy.c | 49 NvWriteReserved(NV_PCR_POLICIES, &gp.pcrPolicies); in TPM2_PCR_SetAuthPolicy()
|
D | PP_Commands.c | 45 NvWriteReserved(NV_PP_LIST, &gp.ppList); in TPM2_PP_Commands()
|
D | PP.c | 34 NvWriteReserved(NV_PP_LIST, &gp.ppList); in PhysicalPresencePreInstall_Init()
|
D | NV_fp.h | 88 void NvWriteReserved(NV_RESERVE type, // IN: type of reserved data
|
D | Startup.c | 157 NvWriteReserved(NV_ORDERLY, &gp.orderlyState); in TPM2_Startup()
|
D | SessionProcess.c | 129 NvWriteReserved(NV_LOCKOUT_AUTH_ENABLED, &gp.lockOutAuthEnabled); in IncrementLockout() 148 NvWriteReserved(NV_FAILED_TRIES, &gp.failedTries); in IncrementLockout() 1050 NvWriteReserved(NV_LOCKOUT_AUTH_ENABLED, in CheckLockedOut() 1052 NvWriteReserved(NV_FAILED_TRIES, &gp.failedTries); in CheckLockedOut() 1575 NvWriteReserved(NV_AUDIT_COUNTER, &gp.auditCounter); in CommandAudit()
|
D | PCR.c | 227 NvWriteReserved(NV_PCR_POLICIES, &gp.pcrPolicies); in PCRSimStart() 228 NvWriteReserved(NV_PCR_ALLOCATED, &gp.pcrAllocated); in PCRSimStart() 965 NvWriteReserved(NV_PCR_ALLOCATED, &newAllocate); in PCRAllocate()
|
D | ExecCommand.c | 308 NvWriteReserved(NV_ORDERLY, &gp.orderlyState); in ExecuteCommand()
|