Home
last modified time | relevance | path

Searched refs:GetDigestSize (Results 1 – 9 of 9) sorted by relevance

/external/lzma/CPP/Common/
DSha256Reg.cpp25 STDMETHOD_(UInt32, GetDigestSize)();
43 STDMETHODIMP_(UInt32) CSha256Hasher::GetDigestSize() in STDMETHODIMP_()
DXzCrc64Reg.cpp26 STDMETHOD_(UInt32, GetDigestSize)();
45 STDMETHODIMP_(UInt32) CXzCrc64Hasher::GetDigestSize() in STDMETHODIMP_()
DCrcReg.cpp45 STDMETHOD_(UInt32, GetDigestSize)();
65 STDMETHODIMP_(UInt32) CCrcHasher::GetDigestSize() in STDMETHODIMP_()
/external/webrtc/webrtc/base/
Dopenssldigest.h40 static bool GetDigestSize(const std::string &algorithm,
Dopenssldigest.cc109 bool OpenSSLDigest::GetDigestSize(const std::string& algorithm, in GetDigestSize() function in rtc::OpenSSLDigest
Dopensslstreamadapter.cc343 if (!OpenSSLDigest::GetDigestSize(digest_alg, &expected_len)) { in SetPeerCertificateDigest()
/external/lzma/CPP/7zip/
DICoder.h194 STDMETHOD_(UInt32, GetDigestSize)() PURE;
/external/lzma/CPP/7zip/UI/Common/
DHashCalc.cpp105 UInt32 digestSize = hasher->GetDigestSize(); in SetMethods()
DBench.cpp1296 UInt32 hashSize = hf->GetDigestSize(); in CrcBig()