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

  /external/lzma/C/
Sha256.h 21 void Sha256_Update(CSha256 *p, const Byte *data, size_t size);
Xz.c 64 case XZ_CHECK_SHA256: Sha256_Update(&p->sha, (const Byte *)data, size); break;
Sha256.c 178 void Sha256_Update(CSha256 *p, const Byte *data, size_t size)
XzDec.c 671 Sha256_Update(&p->sha, temp, num);
806 Sha256_Update(&p->sha, src, srcRem);
  /external/lzma/CPP/7zip/Crypto/
RandGen.cpp 30 #define HASH_UPD(x) Sha256_Update(&hash, (const Byte *)&x, sizeof(x));
85 Sha256_Update(&hash, _buff, SHA256_DIGEST_SIZE);
110 Sha256_Update(&hash, _buff, SHA256_DIGEST_SIZE);
116 Sha256_Update(&hash, _buff, SHA256_DIGEST_SIZE);
7zAes.cpp 68 Sha256_Update(&sha, buf, bufSize);
  /external/lzma/CPP/Common/
Sha256Reg.cpp 32 Sha256_Update(&_sha, (const Byte *)data, size);

Completed in 350 milliseconds