Searched refs:ownerAuth (Results 1 – 13 of 13) sorted by relevance
/external/tpm2/ |
D | Clear.c | 51 MemorySet(gp.ownerAuth.t.buffer, 0, gp.ownerAuth.t.size); in TPM2_Clear() 55 gp.ownerAuth.t.size = gp.endorsementAuth.t.size = gp.lockoutAuth.t.size = 0; in TPM2_Clear() 75 NvWriteReserved(NV_OWNER_AUTH, &gp.ownerAuth); in TPM2_Clear()
|
D | HierarchyChangeAuth.c | 42 gp.ownerAuth = in->newAuth; in TPM2_HierarchyChangeAuth() 43 NvWriteReserved(NV_OWNER_AUTH, &gp.ownerAuth); in TPM2_HierarchyChangeAuth()
|
D | Hierarchy.c | 34 gp.ownerAuth.t.size = 0; in HierarchyPreInstall_Init() 56 NvWriteReserved(NV_OWNER_AUTH, &gp.ownerAuth); in HierarchyPreInstall_Init()
|
D | Entity.c | 160 authValue = gp.ownerAuth; in EntityGetAuthValue()
|
D | PropertyCap.c | 291 if(gp.ownerAuth.t.size != 0) in TPMPropertyIsDefined()
|
D | Global.h | 682 TPM2B_AUTH ownerAuth; member
|
D | NV.c | 493 s_reservedSize[NV_OWNER_AUTH] = sizeof(gp.ownerAuth); in NvInitStatic() 624 NvReadReserved(NV_OWNER_AUTH, &gp.ownerAuth); in NvReadPersistent()
|
D | part3.txt | 13867 attached to the Storage Primary Seed (SPS) shall be provided by ownerAuth or ownerPolicy. 14052 ownerAuth/ownerPolicy is provided. shEnable may be SET if platformAuth/platformPolicy is provided. 14669 set ownerAuth, endorsementAuth, and lockoutAuth to the Empty Buffer; 14764 39 MemorySet(gp.ownerAuth.t.buffer, 0, gp.ownerAuth.t.size); 14768 43 gp.ownerAuth.t.size = gp.endorsementAuth.t.size = gp.lockoutAuth.t.size = 0; 14793 63 NvWriteReserved(NV_OWNER_AUTH, &gp.ownerAuth); 14950 TPM_RH_OWNER, then ownerAuth is changed. If authHandle is TPM_RH_ENDORSEMENT, then 15039 30 gp.ownerAuth = in->newAuth; 15040 31 NvWriteReserved(NV_OWNER_AUTH, &gp.ownerAuth); 17518 may be authorized by ownerAuth or ownerPolicy. [all …]
|
D | part4.txt | 2330 378 TPM2B_AUTH ownerAuth; 8814 19 gp.ownerAuth.t.size = 0; 8844 44 NvWriteReserved(NV_OWNER_AUTH, &gp.ownerAuth); 9599 363 s_reservedSize[NV_OWNER_AUTH] = sizeof(gp.ownerAuth); 9755 482 NvReadReserved(NV_OWNER_AUTH, &gp.ownerAuth); 10160 … this would include an index created using ownerAuth. If phEnableNV 10850 the function will also delete any NV Index define using ownerAuth. 16722 125 // ownerAuth for TPM_RH_OWNER 16723 126 authValue = gp.ownerAuth; 18671 279 if(gp.ownerAuth.t.size != 0)
|
/external/tpm2/generator/ |
D | raw_structures.txt | 7397 Persistent handles are assigned by the caller of TPM2_EvictControl(). ownerAuth or platformAuth is 7407 the TPM will return an error if ownerAuth is used to attempt to assign a persistent handle outside … 7583 ownerAuth, and the ownerPolicy 8901 SET (1): TPM2_HierarchyChangeAuth() with ownerAuth has been executed since 8903 CLEAR (0): ownerAuth has not been changed since TPM2_Clear(). 8993 SET (1): (default) The Storage hierarchy is enabled and ownerAuth or ownerPolicy 8995 CLEAR (0): ownerAuth and ownerPolicy may not be used for authorizations, and 9733 TPM_RH_OWNER indicating that ownerAuth is required. 9787 platformAuth or ownerAuth are allowed. 9788 In most cases, either platformAuth or ownerAuth may be used to authorize the commands used for [all …]
|
D | raw_structures_fixed.txt | 7421 Persistent handles are assigned by the caller of TPM2_EvictControl(). ownerAuth or platformAuth is 7431 the TPM will return an error if ownerAuth is used to attempt to assign a persistent handle outside … 7607 ownerAuth, and the ownerPolicy 8916 SET (1): TPM2_HierarchyChangeAuth() with ownerAuth has been executed since 8918 CLEAR (0): ownerAuth has not been changed since TPM2_Clear(). 9008 SET (1): (default) The Storage hierarchy is enabled and ownerAuth or ownerPolicy 9010 CLEAR (0): ownerAuth and ownerPolicy may not be used for authorizations, and 9746 TPM_RH_OWNER indicating that ownerAuth is required. 9800 platformAuth or ownerAuth are allowed. 9801 In most cases, either platformAuth or ownerAuth may be used to authorize the commands used for [all …]
|
D | raw_commands.txt | 25000 attached to the Storage Primary Seed (SPS) shall be provided by ownerAuth or ownerPolicy. 25372 ownerAuth/ownerPolicy is provided. shEnable may be SET if platformAuth/platformPolicy is provided. 25383 TPMA_NV_PLATFORMCREATE CLEAR (indicating that the NV Index was defined using ownerAuth). As 26465 set ownerAuth, endorsementAuth, and lockoutAuth to the Empty Buffer; 26668 MemorySet(gp.ownerAuth.t.buffer, 0, gp.ownerAuth.t.size); 26672 gp.ownerAuth.t.size = gp.endorsementAuth.t.size = gp.lockoutAuth.t.size = 0; 26734 NvWriteReserved(NV_OWNER_AUTH, &gp.ownerAuth); 26970 TPM_RH_OWNER, then ownerAuth is changed. If authHandle is TPM_RH_ENDORSEMENT, then 27158 gp.ownerAuth = in->newAuth; 27159 NvWriteReserved(NV_OWNER_AUTH, &gp.ownerAuth); [all …]
|
D | raw_commands_fixed.txt | 25011 attached to the Storage Primary Seed (SPS) shall be provided by ownerAuth or ownerPolicy. 25383 ownerAuth/ownerPolicy is provided. shEnable may be SET if platformAuth/platformPolicy is provided. 25394 TPMA_NV_PLATFORMCREATE CLEAR (indicating that the NV Index was defined using ownerAuth). As 26476 set ownerAuth, endorsementAuth, and lockoutAuth to the Empty Buffer; 26679 MemorySet(gp.ownerAuth.t.buffer, 0, gp.ownerAuth.t.size); 26683 gp.ownerAuth.t.size = gp.endorsementAuth.t.size = gp.lockoutAuth.t.size = 0; 26745 NvWriteReserved(NV_OWNER_AUTH, &gp.ownerAuth); 26981 TPM_RH_OWNER, then ownerAuth is changed. If authHandle is TPM_RH_ENDORSEMENT, then 27169 gp.ownerAuth = in->newAuth; 27170 NvWriteReserved(NV_OWNER_AUTH, &gp.ownerAuth); [all …]
|