Searched refs:MemoryEqual (Results 1 – 10 of 10) sorted by relevance
/external/ms-tpm-20-ref/TPMCmd/tpm/src/crypt/ |
D | AlgorithmTests.c | 178 if(!MemoryEqual(encrypted, test->dataOut[mode - TPM_ALG_CTR], in TestSymmetricAlgorithm() 187 if(!MemoryEqual(decrypted, test->dataIn, test->dataInOutSize)) in TestSymmetricAlgorithm() 372 if(!MemoryEqual(testOutput.t.buffer, c_RsaepKvt.buffer, c_RsaepKvt.size)) in TestRsaEncryptDecrypt() 378 if(!MemoryEqual(testOutput.t.buffer, c_RsaTestValue, in TestRsaEncryptDecrypt() 425 || !MemoryEqual(testOutput.t.buffer, c_RsaTestValue, in TestRsaEncryptDecrypt() 435 || !MemoryEqual(testOutput.t.buffer, c_RsaTestValue, in TestRsaEncryptDecrypt() 498 || !MemoryEqual(c_RsassaKvt.buffer, in TestRsaSignAndVerify() 710 || !MemoryEqual(keyOut.t.buffer, c_kdfTestKeyOut.t.buffer, in TestKDFa()
|
D | Ticket.c | 68 if(MemoryEqual(buffer->buffer, bufferToCompare, sizeof(valueToCompare))) in TicketIsSafe()
|
D | CryptUtil.c | 109 if(!MemoryEqual(&test.signature.hmac.digest, in CryptHMACVerifySignature()
|
/external/ms-tpm-20-ref/TPMCmd/tpm/src/support/ |
D | Memory.c | 73 MemoryEqual( in MemoryEqual() function 147 return MemoryEqual(aIn->buffer, bIn->buffer, aIn->size); in MemoryEqual2B()
|
/external/ms-tpm-20-ref/TPMCmd/tpm/src/X509/ |
D | X509_spt.c | 92 if (MemoryEqual(OID, &(ctx->buffer[ctx->offset]), OID_SIZE(OID))) in X509FindExtensionByOID() 174 if(!MemoryEqual(&value, &attributes, sizeof(value))) in X509ProcessExtensions()
|
/external/ms-tpm-20-ref/TPMCmd/tpm/include/prototypes/ |
D | Memory_fp.h | 61 MemoryEqual(
|
/external/ms-tpm-20-ref/TPMCmd/tpm/src/command/EA/ |
D | PolicyAuthorizeNV.c | 100 if(!MemoryEqual(&policyInNv.digest, &session->u2.policyDigest.t.buffer, in TPM2_PolicyAuthorizeNV()
|
/external/ms-tpm-20-ref/TPMCmd/tpm/src/command/Context/ |
D | ContextLoad.c | 117 if(!MemoryEqual(buffer, &in->context.sequence, sizeof(in->context.sequence))) in TPM2_ContextLoad()
|
/external/ms-tpm-20-ref/TPMCmd/tpm/src/command/Object/ |
D | Object_spt.c | 599 if(!MemoryEqual(symAlgs, &parentObject->publicArea.parameters, in SchemeChecks()
|
/external/ms-tpm-20-ref/TPMCmd/tpm/src/main/ |
D | SessionProcess.c | 728 return MemoryEqual(session->u1.nameHash.t.buffer, nameHash.t.buffer, in CompareNameHash()
|