Home | History | Annotate | Download | only in tpm2

Lines Matching refs:CLEAR

17 //                                   clear.
42 // clear, then we would not reach this point because ownerAuth
43 // can't be given when shEnable is CLEAR. However, if phEnable
44 // is SET but phEnableNV is CLEAR, we have to check here
45 if(in->authHandle == TPM_RH_PLATFORM && gc.phEnableNV == CLEAR)
74 if( attributes.TPMA_NV_OWNERREAD == CLEAR
75 && attributes.TPMA_NV_PPREAD == CLEAR
76 && attributes.TPMA_NV_AUTHREAD == CLEAR
77 && attributes.TPMA_NV_POLICYREAD == CLEAR)
81 if( attributes.TPMA_NV_OWNERWRITE == CLEAR
82 && attributes.TPMA_NV_PPWRITE == CLEAR
83 && attributes.TPMA_NV_AUTHWRITE == CLEAR
84 && attributes.TPMA_NV_POLICYWRITE == CLEAR)
129 || ( in->publicInfo.t.nvPublic.attributes.TPMA_NV_PLATFORMCREATE == CLEAR