Home
last modified time | relevance | path

Searched refs:hashSize (Results 1 – 9 of 9) sorted by relevance

/external/tpm2/
DRewrap.c36 UINT16 hashSize = 0; in TPM2_Rewrap() local
73 hashSize = sizeof(UINT16) + in TPM2_Rewrap()
75 privateBlob.t.size = in->inDuplicate.t.size - hashSize; in TPM2_Rewrap()
76 MemoryCopy(privateBlob.t.buffer, in->inDuplicate.t.buffer + hashSize, in TPM2_Rewrap()
104 hashSize = sizeof(UINT16) + in TPM2_Rewrap()
107 MemoryCopy(out->outDuplicate.t.buffer + hashSize, privateBlob.t.buffer, in TPM2_Rewrap()
DSession.c378 UINT16 hashSize; // The size of the hash used by the in SessionCreate() local
383 hashSize = CryptGetHashDigestSize(session->authHashAlg); in SessionCreate()
390 session->sessionKey.t.size = hashSize; in SessionCreate()
393 &nonceCaller->b, hashSize * 8, session->sessionKey.t.buffer, NULL); in SessionCreate()
DCpriRSA.c849 INT32 hashSize = _cpri__GetDigestSize(hashAlg); in RSASSA_Decode() local
854 if(derSize == 0 || (unsigned)hashSize != hInSize) in RSASSA_Decode()
860 fillSize = eInSize - derSize - hashSize - 3; in RSASSA_Decode()
Dpart3.txt4362 14 UINT16 hashSize = 0;
4404 51 hashSize = sizeof(UINT16) +
4406 53 privateBlob.t.size = in->inDuplicate.t.size - hashSize;
4407 54 MemoryCopy(privateBlob.t.buffer, in->inDuplicate.t.buffer + hashSize,
4435 82 hashSize = sizeof(UINT16) +
4438 85 MemoryCopy(out->outDuplicate.t.buffer + hashSize, privateBlob.t.buffer,
Dpart4.txt14570 298 UINT16 hashSize; // The size of the hash used by the
14581 304 hashSize = CryptGetHashDigestSize(session->authHashAlg);
14591 314 session->sessionKey.t.size = hashSize;
14595 318 &nonceCaller->b, hashSize * 8, session->sessionKey.t.buffer, NULL);
29842 769 INT32 hashSize = _cpri__GetDigestSize(hashAlg);
29854 776 if(derSize == 0 || (unsigned)hashSize != hInSize)
29861 783 fillSize = eInSize - derSize - hashSize - 3;
/external/lzma/CPP/7zip/UI/Common/
DBench.cpp1296 UInt32 hashSize = hf->GetDigestSize(); in CrcBig() local
1297 if (hashSize > sizeof(hash)) in CrcBig()
1300 for (UInt32 j = 0; j < hashSize; j += 4) in CrcBig()
/external/pdfium/core/include/fxcrt/
Dfx_basic.h684 void InitHashTable(FX_DWORD hashSize, FX_BOOL bAllocNow = TRUE);
/external/tpm2/generator/
Draw_commands_fixed.txt7429 hashSize = 0;
7542 hashSize = sizeof(UINT16) +
7544 privateBlob.t.size = in->inDuplicate.t.size - hashSize;
7545 MemoryCopy(privateBlob.t.buffer, in->inDuplicate.t.buffer + hashSize,
7573 hashSize = sizeof(UINT16) +
7576 MemoryCopy(out->outDuplicate.t.buffer + hashSize, privateBlob.t.buffer,
Draw_commands.txt7419 hashSize = 0;
7532 hashSize = sizeof(UINT16) +
7534 privateBlob.t.size = in->inDuplicate.t.size - hashSize;
7535 MemoryCopy(privateBlob.t.buffer, in->inDuplicate.t.buffer + hashSize,
7563 hashSize = sizeof(UINT16) +
7566 MemoryCopy(out->outDuplicate.t.buffer + hashSize, privateBlob.t.buffer,