HomeSort by relevance Sort by last modified time
    Searched defs:GetDigestLength (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/base/
nssstreamadapter.h 106 virtual bool GetDigestLength(const std::string& algorithm, size_t* length) {
107 return NSSCertificate::GetDigestLength(algorithm, length);
nssidentity.cc 214 bool NSSCertificate::GetDigestLength(const std::string& algorithm,
  /external/chromium_org/third_party/webrtc/base/
nssstreamadapter.h 88 virtual bool GetDigestLength(const std::string& algorithm, size_t* length) {
89 return NSSCertificate::GetDigestLength(algorithm, length);
nssidentity.cc 196 bool NSSCertificate::GetDigestLength(const std::string& algorithm,

Completed in 196 milliseconds