Searched defs:GetDigest (Results 1 - 7 of 7) sorted by relevance

/external/boringssl/src/crypto/hmac/
H A Dhmac_test.cc71 static const EVP_MD *GetDigest(const std::string &name) { function
93 const EVP_MD *digest = GetDigest(digest_str);
/external/libgdx/gdx/src/com/badlogic/gdx/utils/compression/
H A DCRC.java41 public int GetDigest () { method in class:CRC
/external/lzma/CS/7zip/Common/
H A DCRC.cs40 public uint GetDigest() { return _value ^ 0xFFFFFFFF; } method in class:SevenZip.CRC
47 return crc.GetDigest();
/external/lzma/Java/SevenZip/
H A DCRC.java48 public int GetDigest() method in class:CRC
H A DLzmaBench.java122 public int GetDigest() method in class:LzmaBench.CrcOutStream
124 return CRC.GetDigest();
370 if (crcOutStream.GetDigest() != crc.GetDigest())
/external/boringssl/src/crypto/evp/
H A Devp_test.cc88 static const EVP_MD *GetDigest(FileTest *t, const std::string &name) { function
173 const EVP_MD *digest = GetDigest(t, t->GetAttributeOrDie("Digest"));
/external/lzma/CS/7zip/Compress/LzmaAlone/
H A DLzmaBench.cs124 public UInt32 GetDigest() { return CRC.GetDigest(); } method in class:SevenZip.LzmaBench.CrcOutStream
317 if (crcOutStream.GetDigest() != crc.GetDigest())

Completed in 139 milliseconds