Searched refs:GetDigestSize (Results 1 – 7 of 7) sorted by relevance
40 static bool GetDigestSize(const std::string &algorithm,
109 bool OpenSSLDigest::GetDigestSize(const std::string& algorithm, in GetDigestSize() function in rtc::OpenSSLDigest
343 if (!OpenSSLDigest::GetDigestSize(digest_alg, &expected_len)) { in SetPeerCertificateDigest()
100 STDMETHODIMP_(UInt32) cls::GetDigestSize() throw() { return size; } \
345 STDMETHOD_(UInt32, GetDigestSize)() throw() x; \
97 UInt32 digestSize = hasher->GetDigestSize(); in SetMethods()
1474 UInt32 hashSize = hf->GetDigestSize(); in CrcBig()