Lines Matching refs:ownerAuth
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.
17628 SET in publicInfo. If ownerAuth/ownerPolicy is used for authorization, TPMA_NV_PLATFORMCREATE
17736 23 // clear, then we would not reach this point because ownerAuth
17944 …TPM_RC_NV_AUTHORIZATION attempt to use ownerAuth to delete an index created by the platf…
17969 27 // The owner may only delete an index that was defined with ownerAuth. The
18967 This command requires either platformAuth/platformPolicy or ownerAuth/ownerPolicy.