Home
last modified time | relevance | path

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

/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/Common/
DRegisterCodec.h100 STDMETHODIMP_(UInt32) cls::GetDigestSize() throw() { return size; } \
/external/lzma/CPP/7zip/
DICoder.h345 STDMETHOD_(UInt32, GetDigestSize)() throw() x; \
/external/lzma/CPP/7zip/UI/Common/
DHashCalc.cpp97 UInt32 digestSize = hasher->GetDigestSize(); in SetMethods()
DBench.cpp1474 UInt32 hashSize = hf->GetDigestSize(); in CrcBig()