Searched refs:Sha256_Update (Results 1 - 7 of 7) sorted by relevance
/third_party/lzma/CPP/7zip/Crypto/ |
H A D | RandGen.cpp | 58 #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 D | 7zAes.cpp | 93 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 D | Sha256.h | 59 void Sha256_Update(CSha256 *p, const Byte *data, size_t size);
|
H A D | Xz.c | 64 case XZ_CHECK_SHA256: Sha256_Update(&p->sha, (const Byte *)data, size); break;
in XzCheck_Update()
|
H A D | Sha256.c | 373 void Sha256_Update(CSha256 *p, const Byte *data, size_t size)
in Sha256_Update() function
|
H A D | XzDec.c | 1009 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 D | Sha256Reg.cpp | 38 Sha256_Update(Sha(), (const Byte *)data, size);
|
Completed in 6 milliseconds