HomeSort by relevance Sort by last modified time
    Searched refs:CLEAR (Results 1 - 25 of 132) sorted by null

1 2 3 4 5 6

  /toolchain/binutils/binutils-2.25/libiberty/
vsnprintf.c 90 #define CLEAR(BUF) do { memset ((BUF), 'X', sizeof (BUF)); (BUF)[14] = '\0'; } while (0)
112 CLEAR (buf);
116 CLEAR (buf);
120 CLEAR (buf);
124 CLEAR (buf);
128 CLEAR (buf);
132 CLEAR (buf);
136 CLEAR (buf);
140 CLEAR (buf);
  /external/tpm2/
NV_SetBits.c 48 if(nvIndex.publicArea.attributes.TPMA_NV_WRITTEN == CLEAR)
59 if( ( nvIndex.publicArea.attributes.TPMA_NV_ORDERLY == CLEAR
61 || nvIndex.publicArea.attributes.TPMA_NV_WRITTEN == CLEAR)
NV_WriteLock.c 48 if( nvIndex.publicArea.attributes.TPMA_NV_WRITEDEFINE == CLEAR
49 && nvIndex.publicArea.attributes.TPMA_NV_WRITE_STCLEAR == CLEAR)
EvictControl.c 61 if(evictObject->attributes.evict == CLEAR)
65 if(evictObject->attributes.ppsHierarchy == CLEAR)
76 // Owner auth can not set or clear evict object in platform hierarchy
81 if( evictObject->attributes.evict == CLEAR
96 if(evictObject->attributes.evict == CLEAR)
NV_UndefineSpaceSpecial.c 38 if(CLEAR == nvIndex.publicArea.attributes.TPMA_NV_POLICY_DELETE)
NV_DefineSpace.c 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
    [all...]
ActivateCredential.c 47 || object->publicArea.objectAttributes.decrypt == CLEAR
48 || object->publicArea.objectAttributes.restricted == CLEAR)
MakeCredential.c 39 || object->publicArea.objectAttributes.decrypt == CLEAR
40 || object->publicArea.objectAttributes.restricted == CLEAR
SequenceComplete.c 32 if( object->attributes.hashSeq == CLEAR
33 && object->attributes.hmacSeq == CLEAR)
56 if(hashObject->attributes.firstBlock == CLEAR)
73 else if(object->attributes.ticketSafe == CLEAR)
LoadExternal.c 15 // TPM_RC_ATTRIBUTES 'fixedParent" and fixedTPM must be CLEAR on on an external key if
59 // An external object with a sensitive area must have fixedTPM == CLEAR
60 // fixedParent == CLEAR, and must have restrict CLEAR so that it does not
62 if( in->inPublic.t.publicArea.objectAttributes.fixedTPM != CLEAR
63 || in->inPublic.t.publicArea.objectAttributes.fixedParent != CLEAR
64 || in->inPublic.t.publicArea.objectAttributes.restricted != CLEAR
NV_ReadLock.c 56 if(nvIndex.publicArea.attributes.TPMA_NV_READ_STCLEAR == CLEAR)
PolicyAuthValue.c 41 session->attributes.isPasswordNeeded = CLEAR;
PolicyPassword.c 41 session->attributes.isAuthValueNeeded = CLEAR;
NV_Extend.c 50 if( nvIndex.publicArea.attributes.TPMA_NV_ORDERLY == CLEAR
51 || nvIndex.publicArea.attributes.TPMA_NV_WRITTEN == CLEAR)
PolicyPCR.c 37 if(session->attributes.isTrialPolicy == CLEAR)
86 if(session->attributes.isTrialPolicy == CLEAR)
PolicySecret.c 43 if(session->attributes.isTrialPolicy == CLEAR)
74 && session->attributes.isTrialPolicy == CLEAR
NV_Increment.c 46 if(nvIndex.publicArea.attributes.TPMA_NV_WRITTEN == CLEAR)
NV_spt.c 64 if(nvIndex.publicArea.attributes.TPMA_NV_WRITTEN == CLEAR)
PolicyNameHash.c 60 // clear iscpHashDefined bit to indicate now this field contains a nameHash
61 session->attributes.iscpHashDefined = CLEAR;
PolicySigned.c 48 if(session->attributes.isTrialPolicy == CLEAR)
121 && session->attributes.isTrialPolicy == CLEAR
  /toolchain/binutils/binutils-2.25/binutils/
arlex.l 49 "CLEAR" { return CLEAR; }
64 "clear" { return CLEAR; }
arparse.y 49 %token CLEAR
111 CLEAR
  /frameworks/base/graphics/java/android/graphics/
PorterDuff.java 24 CLEAR (0),
84 case 0: return Mode.CLEAR;
  /external/llvm/lib/Support/
regexec.c 60 #define CLEAR(v) ((v) = 0)
86 #undef CLEAR
107 #define CLEAR(v) memset(v, 0, m->g->nstates)
  /ndk/sources/host-tools/ndk-stack/regex/
regexec.c 58 #define CLEAR(v) ((v) = 0)
84 #undef CLEAR
105 #define CLEAR(v) memset(v, 0, m->g->nstates)

Completed in 256 milliseconds

1 2 3 4 5 6