Lines Matching defs:bufSize
56 const size_t bufSize = 8 + SaltSize + Password.Size();
57 const size_t unrollSize = bufSize * numUnroll;
61 CAlignedBuffer sha(sizeof(CSha256) + unrollSize + bufSize * 2);
66 memset(buf + bufSize - 8, 0, 8);
75 dest += bufSize;
76 memcpy(dest, buf, bufSize);
84 Byte *dest = buf + bufSize - 8;
89 SetUi32(dest, i) i++; dest += bufSize;
90 // SetUi32(dest, i) i++; dest += bufSize;
102 Sha256_Update((CSha256 *)(Byte *)sha, buf, bufSize);