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

1 2

  /external/tpm2/
Bits.c 29 pAssert(arraySize > (bitNum >> 3));
45 pAssert(arraySize > bitNum/8);
61 pAssert(arraySize > bitNum/8);
_TPM_Hash_Start.c 53 pAssert(handle < TRANSIENT_LAST);
61 pAssert(result == TPM_RC_SUCCESS);
CpriSym.c 97 pAssert(dOut != NULL && key != NULL && iv != NULL && dIn != NULL);
100 pAssert(dInSize <= INT32_MAX);
154 pAssert(dOut != NULL && key != NULL && iv != NULL && dIn != NULL);
157 pAssert(dInSize <= INT32_MAX);
212 pAssert(dOut != NULL && key != NULL && iv != NULL && dIn != NULL);
215 pAssert(dInSize <= INT32_MAX);
268 pAssert(dOut != NULL && key != NULL && iv != NULL && dIn != NULL);
271 pAssert(dInSize <= INT32_MAX);
323 pAssert(dOut != NULL && key != NULL && iv != NULL && dIn != NULL);
326 pAssert(dInSize <= INT32_MAX)
    [all...]
FlushContext.c 50 pAssert(FALSE);
Locality.c 42 pAssert(locality > 31);
Session.c 132 pAssert( HandleGetType(handle) == TPM_HT_POLICY_SESSION
166 pAssert( HandleGetType(handle) == TPM_HT_POLICY_SESSION
197 pAssert(SessionIsLoaded(handle));
219 pAssert( HandleGetType(handle) == TPM_HT_POLICY_SESSION
222 pAssert((handle & HR_HANDLE_MASK) < MAX_ACTIVE_SESSIONS);
226 pAssert(sessionIndex < MAX_LOADED_SESSIONS);
258 pAssert(sessionIndex < MAX_LOADED_SESSIONS);
317 pAssert( sessionType == TPM_SE_HMAC
334 pAssert (slotIndex < MAX_LOADED_SESSIONS);
387 pAssert(entityAuth.t.size + seed->t.size <= sizeof(key.t.buffer))
    [all...]
Entity.c 70 pAssert(FALSE);
129 pAssert(FALSE);
186 pAssert(FALSE);
207 pAssert(object->attributes.publicOnly == CLEAR);
227 pAssert(FALSE);
231 pAssert(authValue.t.size <= sizeof(authValue.t.buffer));
282 pAssert(FALSE);
309 pAssert(FALSE);
418 pAssert(0);
_TPM_Hash_Data.c 32 pAssert(hashObject->attributes.eventSeq);
HierarchyControl.c 62 pAssert(FALSE);
92 pAssert(FALSE);
PP.c 51 pAssert(CommandIsImplemented(commandCode));
74 pAssert(CommandIsImplemented(commandCode));
Certify.c 70 pAssert(result != TPM_RC_ATTRIBUTES);
Handle.c 90 pAssert(HandleGetType(handle) == TPM_HT_PERMANENT);
HierarchyChangeAuth.c 59 pAssert(FALSE);
OsslCryptoEngine.h 23 #define assert2Bsize(a) pAssert((a).size <= sizeof((a).buffer))
Shutdown.c 75 pAssert(FALSE);
CpriRSA.c 47 pAssert(key != NULL && key->privateKey != NULL && key->publicKey != NULL);
62 pAssert(key->publicKey->size <= MAX_RSA_KEY_BYTES);
152 pAssert(publicKey != NULL && prime1 != NULL);
154 pAssert( prime1->size <= MAX_RSA_KEY_BYTES/2
156 pAssert( prime2 == NULL || prime2->size < MAX_RSA_KEY_BYTES/2);
276 pAssert(retVal != CRYPT_UNDERFLOW);
306 pAssert(key != NULL && dInOut != NULL &&
320 pAssert(retVal != CRYPT_UNDERFLOW);
360 pAssert(padded != NULL && message != NULL);
450 pAssert(hLen > 0 && dataOutSize != NULL && dataOut != NULL && padded != NULL)
    [all...]
CryptUtil.c 114 pAssert(randomSize <= MAX_RSA_KEY_BYTES || randomSize <= PRIMARY_SEED_SIZE);
160 pAssert(hashState != NULL);
189 pAssert(hashState != NULL);
221 // This has to come before the pAssert in case we all calling this function
226 pAssert(hashState != NULL);
332 pAssert(digestState != NULL);
377 pAssert( intValue != NULL && (intSize == 1 || intSize == 2
386 pAssert(intValue != NULL);
437 pAssert(hashState->type == HASH_STATE_HASH);
512 pAssert(hmacState != NULL)
    [all...]
Object.c 77 pAssert(HandleGetType(handle) == TPM_HT_TRANSIENT);
104 pAssert (object != NULL);
124 pAssert( handle >= TRANSIENT_FIRST
126 pAssert(s_objects[handle - TRANSIENT_FIRST].occupied == TRUE);
391 pAssert(FALSE);
420 pAssert(&((*object)->auth) == &objectHash->publicArea.authPolicy);
606 pAssert(ObjectIsPresent(handle));
647 pAssert(FALSE);
844 pAssert(HandleGetType(handle) == TPM_HT_TRANSIENT);
855 pAssert(s_objects[i].object.entity.attributes.evict == CLEAR)
    [all...]
ContextSave.c 79 pAssert(out->context.contextBlob.t.size
129 pAssert(out->context.contextBlob.t.size
161 pAssert(FALSE);
Hierarchy.c 133 pAssert(FALSE);
164 pAssert(FALSE);
204 pAssert(FALSE);
MemoryLib.c 39 pAssert(size <= dSize);
203 pAssert(size < sizeof(s_actionInputBuffer));
NV.c 411 pAssert(currAddr < s_ramIndexSize);
434 pAssert(s_ramIndexSize <= RAM_INDEX_SPACE);
585 pAssert(type >= 0 && type < NV_RESERVE_LAST);
603 pAssert(type >= 0 && type < NV_RESERVE_LAST);
731 pAssert(addr == 0);
755 pAssert(addr == 0);
781 pAssert(addr == 0);
    [all...]
CpriECC.c 160 pAssert(groupContext != NULL && curveData != NULL);
299 pAssert(pIn != NULL && dOut != NULL && pIn->size <= MAX_ECC_KEY_BYTES);
359 pAssert((dIn != NULL || uIn != NULL) && (Qin != NULL || dIn != NULL));
371 pAssert(group != NULL);
483 pAssert((r && (K || !B) && (L || !B)) || (E || (!M && B)));
504 pAssert((int) r->t.size > 0);
511 pAssert((int) d->t.size > 0);
604 pAssert(Q != NULL && curveData != NULL);
692 pAssert( seed != NULL && dOut != NULL && Qout != NULL && curveData != NULL);
705 pAssert((int) curveData->n->size <= MAX_ECC_KEY_BYTES)
    [all...]
CertifyCreation.c 79 pAssert(result != TPM_RC_ATTRIBUTES);
  /external/tpm2/include/tpm2/
TpmError.h 33 # define pAssert(a) ((void)0)
35 # define pAssert(a) {if (!(a)) { FAIL(FATAL_ERROR_PARAMETER);}}

Completed in 908 milliseconds

1 2