Home | History | Annotate | Download | only in tpm2

Lines Matching refs:nvIndex

17 //                                      nvIndex
19 // not allowed to write to the Index referenced by nvIndex
27 NV_INDEX nvIndex;
33 result = NvWriteAccessChecks(in->authHandle, in->nvIndex);
44 NvGetIndexInfo(in->nvIndex, &nvIndex);
48 if( nvIndex.publicArea.attributes.TPMA_NV_WRITEDEFINE == CLEAR
49 && nvIndex.publicArea.attributes.TPMA_NV_WRITE_STCLEAR == CLEAR)
64 nvIndex.publicArea.attributes.TPMA_NV_WRITELOCKED = SET;
67 NvWriteIndexInfo(in->nvIndex, &nvIndex);