HomeSort by relevance Sort by last modified time
    Searched refs:hashBuf (Results 1 - 4 of 4) sorted by null

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/encodings/
OAEPEncoding.java 329 byte[] hashBuf = new byte[mgf1Hash.getDigestSize()];
335 while (counter < (length / hashBuf.length))
341 mgf1Hash.doFinal(hashBuf, 0);
343 System.arraycopy(hashBuf, 0, mask, counter * hashBuf.length, hashBuf.length);
348 if ((counter * hashBuf.length) < length)
354 mgf1Hash.doFinal(hashBuf, 0);
356 System.arraycopy(hashBuf, 0, mask, counter * hashBuf.length, mask.length - (counter * hashBuf.length))
    [all...]
  /external/lzma/C/
LzFindMt.h 69 UInt32 *hashBuf;
LzFindMt.c 198 UInt32 *heads = mt->hashBuf + ((numProcessedBlocks++) & kMtHashNumBlocksMask) * kMtHashBlockSize;
224 p->hashBufPosLimit += p->hashBuf[p->hashBufPos++];
225 p->hashNumAvail = p->hashBuf[p->hashBufPos++];
350 UInt32 num = (UInt32)(GetMatchesSpec1(lenLimit, pos - p->hashBuf[p->hashBufPos++],
363 distances + curPos, p->numHashBytes - 1, p->hashBuf + p->hashBufPos, (Int32)(limit - curPos) , size, &posRes);
435 p->hashBuf = 0;
442 alloc->Free(alloc, p->hashBuf);
443 p->hashBuf = 0;
473 if (p->hashBuf == 0)
475 p->hashBuf = (UInt32 *)alloc->Alloc(alloc, (kHashBufferSize + kBtBufferSize) * sizeof(UInt32));
    [all...]
  /prebuilts/sdk/tools/lib/
signapk.jar 

Completed in 97 milliseconds