Lines Matching refs:TPMA_NV_POLICY_DELETE
17631 If TPMA_NV_POLICY_DELETE is SET, then the authorization shall be with Platform Authorization or the
17640 TPM_RC_ATTRIBUTES if TPMA_NV_POLICY_DELETE is SET.
17801 83 if( attributes.TPMA_NV_POLICY_DELETE == SET)
17839 116 // If TPMA_NV_POLICY_DELETE is SET, then the index must be defined by
17841 118 if( in->publicInfo.t.nvPublic.attributes.TPMA_NV_POLICY_DELETE == SET
17884 If nvIndex references an Index that has its TPMA_NV_POLICY_DELETE attribute SET, the TPM shall
17941 TPM_RC_ATTRIBUTES TPMA_NV_POLICY_DELETE is SET in the Index referenced by
17965 23 // This command can't be used to delete an index with TPMA_NV_POLICY_DELETE SET
17966 24 if(SET == nvIndex.publicArea.attributes.TPMA_NV_POLICY_DELETE)
17996 This command allows removal of a platform-created NV Index that has TPMA_NV_POLICY_DELETE
18005 TPMA_NV_POLICY_DELETE attribute CLEAR, the TPM shall return TPM_RC_ATTRIBUTES.
18061 TPM_RC_ATTRIBUTES TPMA_NV_POLICY_DELETE is not SET in the Index referenced by
18084 24 // This operation only applies when the TPMA_NV_POLICY_DELETE attribute is SET
18085 25 if(CLEAR == nvIndex.publicArea.attributes.TPMA_NV_POLICY_DELETE)