Home
last modified time | relevance | path

Searched refs:Sha256_Update (Results 1 - 7 of 7) sorted by relevance

/third_party/lzma/CPP/7zip/Crypto/
H A DRandGen.cpp58 #define HASH_UPD(x) Sha256_Update(&hash, (const Byte *)&x, sizeof(x));
88 Sha256_Update(&hash, buf, kBufSize); in Init()
95 Sha256_Update(&hash, buf, kBufSize); in Init()
112 Sha256_Update(&hash, buf, kBufSize); in Init()
137 Sha256_Update(&hash, buf, (size_t)n); in Init()
151 Sha256_Update(&hash, buf, n); in Init()
195 Sha256_Update(&hash, _buff, SHA256_DIGEST_SIZE); in Init()
223 Sha256_Update(&hash, _buff, SHA256_DIGEST_SIZE); in Generate()
229 Sha256_Update(&hash, _buff, SHA256_DIGEST_SIZE); in Generate()
H A D7zAes.cpp93 Sha256_Update((CSha256 *)(void *)(Byte *)sha, buf, unrollSize); in CalcKey()
102 Sha256_Update((CSha256 *)(Byte *)sha, buf, bufSize); in CalcKey()
/third_party/lzma/C/
H A DSha256.h59 void Sha256_Update(CSha256 *p, const Byte *data, size_t size);
H A DXz.c64 case XZ_CHECK_SHA256: Sha256_Update(&p->sha, (const Byte *)data, size); break; in XzCheck_Update()
H A DSha256.c373 void Sha256_Update(CSha256 *p, const Byte *data, size_t size) in Sha256_Update() function
H A DXzDec.c1009 Sha256_Update(&p->sha, temp, num); in XzUnpacker_UpdateIndex()
1275 Sha256_Update(&p->sha, src, srcRem); in XzUnpacker_Code()
/third_party/lzma/CPP/Common/
H A DSha256Reg.cpp38 Sha256_Update(Sha(), (const Byte *)data, size);

Completed in 6 milliseconds