Searched refs:endorsementAuth (Results 1 – 14 of 14) sorted by relevance
/external/tpm2/ |
D | ChangeEPS.c | 38 MemorySet(gp.endorsementAuth.t.buffer, 0, gp.endorsementAuth.t.size); in TPM2_ChangeEPS() 40 gp.endorsementAuth.t.size = 0; in TPM2_ChangeEPS() 55 NvWriteReserved(NV_ENDORSEMENT_AUTH, &gp.endorsementAuth); in TPM2_ChangeEPS()
|
D | Clear.c | 52 MemorySet(gp.endorsementAuth.t.buffer, 0, gp.endorsementAuth.t.size); in TPM2_Clear() 55 gp.ownerAuth.t.size = gp.endorsementAuth.t.size = gp.lockoutAuth.t.size = 0; in TPM2_Clear() 76 NvWriteReserved(NV_ENDORSEMENT_AUTH, &gp.endorsementAuth); in TPM2_Clear()
|
D | HierarchyChangeAuth.c | 46 gp.endorsementAuth = in->newAuth; in TPM2_HierarchyChangeAuth() 47 NvWriteReserved(NV_ENDORSEMENT_AUTH, &gp.endorsementAuth); in TPM2_HierarchyChangeAuth()
|
D | Hierarchy.c | 35 gp.endorsementAuth.t.size = 0; in HierarchyPreInstall_Init() 57 NvWriteReserved(NV_ENDORSEMENT_AUTH, &gp.endorsementAuth); in HierarchyPreInstall_Init()
|
D | Entity.c | 164 authValue = gp.endorsementAuth; in EntityGetAuthValue()
|
D | PropertyCap.c | 293 if(gp.endorsementAuth.t.size != 0) in TPMPropertyIsDefined()
|
D | Global.h | 683 TPM2B_AUTH endorsementAuth; member
|
D | NV.c | 494 s_reservedSize[NV_ENDORSEMENT_AUTH] = sizeof(gp.endorsementAuth); in NvInitStatic() 625 NvReadReserved(NV_ENDORSEMENT_AUTH, &gp.endorsementAuth); in NvReadPersistent()
|
D | part3.txt | 13869 endorsementAuth or endorsementPolicy. 14054 endorsementAuth/endorsementPolicy is provided. ehEnable may be SET if platformAuth/platformPolicy is 14534 their default initialization values: ehEnable is SET, endorsementAuth and endorsementPolicy both eq… 14615 32 MemorySet(gp.endorsementAuth.t.buffer, 0, gp.endorsementAuth.t.size); 14617 34 gp.endorsementAuth.t.size = 0; 14632 49 NvWriteReserved(NV_ENDORSEMENT_AUTH, &gp.endorsementAuth); 14669 set ownerAuth, endorsementAuth, and lockoutAuth to the Empty Buffer; 14765 40 MemorySet(gp.endorsementAuth.t.buffer, 0, gp.endorsementAuth.t.size); 14768 43 gp.ownerAuth.t.size = gp.endorsementAuth.t.size = gp.lockoutAuth.t.size = 0; 14794 64 NvWriteReserved(NV_ENDORSEMENT_AUTH, &gp.endorsementAuth); [all …]
|
D | part4.txt | 2331 379 TPM2B_AUTH endorsementAuth; 8815 20 gp.endorsementAuth.t.size = 0; 8845 45 NvWriteReserved(NV_ENDORSEMENT_AUTH, &gp.endorsementAuth); 9600 364 s_reservedSize[NV_ENDORSEMENT_AUTH] = sizeof(gp.endorsementAuth); 9756 483 NvReadReserved(NV_ENDORSEMENT_AUTH, &gp.endorsementAuth); 16726 129 // endorsementAuth for TPM_RH_ENDORSEMENT 16727 130 authValue = gp.endorsementAuth; 18673 281 if(gp.endorsementAuth.t.size != 0)
|
/external/tpm2/generator/ |
D | raw_commands.txt | 13831 endorsementAuth) as well as authorization to use the key associated with signHandle. 14187 endorsementAuth) as well as authorization to use the key associated with signHandle. 25002 endorsementAuth or endorsementPolicy. 25377 endorsementAuth/endorsementPolicy is provided. ehEnable may be SET if platformAuth/platformPolicy is 26217 their default initialization values: ehEnable is SET, endorsementAuth and endorsementPolicy both eq… 26395 MemorySet(gp.endorsementAuth.t.buffer, 0, gp.endorsementAuth.t.size); 26397 gp.endorsementAuth.t.size = 0; 26408 NvWriteReserved(NV_ENDORSEMENT_AUTH, &gp.endorsementAuth); 26465 set ownerAuth, endorsementAuth, and lockoutAuth to the Empty Buffer; 26669 MemorySet(gp.endorsementAuth.t.buffer, 0, gp.endorsementAuth.t.size); [all …]
|
D | raw_commands_fixed.txt | 13842 endorsementAuth) as well as authorization to use the key associated with signHandle. 14198 endorsementAuth) as well as authorization to use the key associated with signHandle. 25013 endorsementAuth or endorsementPolicy. 25388 endorsementAuth/endorsementPolicy is provided. ehEnable may be SET if platformAuth/platformPolicy is 26228 their default initialization values: ehEnable is SET, endorsementAuth and endorsementPolicy both eq… 26406 MemorySet(gp.endorsementAuth.t.buffer, 0, gp.endorsementAuth.t.size); 26408 gp.endorsementAuth.t.size = 0; 26419 NvWriteReserved(NV_ENDORSEMENT_AUTH, &gp.endorsementAuth); 26476 set ownerAuth, endorsementAuth, and lockoutAuth to the Empty Buffer; 26680 MemorySet(gp.endorsementAuth.t.buffer, 0, gp.endorsementAuth.t.size); [all …]
|
D | raw_structures.txt | 7546 endorsementAuth, and endorsementPolicy 8909 SET (1): TPM2_HierarchyChangeAuth() with endorsementAuth has been executed 8911 CLEAR (0): endorsementAuth has not been changed since TPM2_Clear(). 9009 SET (1): (default) The EPS hierarchy is enabled and endorsementAuth may be 9011 CLEAR (0): endorsementAuth and endorsementPolicy may not be used for 9766 TPM_RH_ENDORSEMENT indicating that endorsementAuth is required.
|
D | raw_structures_fixed.txt | 7570 endorsementAuth, and endorsementPolicy 8924 SET (1): TPM2_HierarchyChangeAuth() with endorsementAuth has been executed 8926 CLEAR (0): endorsementAuth has not been changed since TPM2_Clear(). 9024 SET (1): (default) The EPS hierarchy is enabled and endorsementAuth may be 9026 CLEAR (0): endorsementAuth and endorsementPolicy may not be used for 9779 TPM_RH_ENDORSEMENT indicating that endorsementAuth is required.
|