HomeSort by relevance Sort by last modified time
    Searched refs:kMaxDigestSize (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/
Crypto.h 22 static const size_t kMaxDigestSize = 64;
23 typedef Vector<uint8_t, kMaxDigestSize> DigestValue;
  /external/chromium_org/third_party/WebKit/Source/core/frame/csp/
CSPSourceList.cpp 334 if (hashVector.size() > kMaxDigestSize)

Completed in 44 milliseconds