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

  /external/chromium_org/third_party/WebKit/Source/platform/
Crypto.h 23 typedef Vector<uint8_t, kMaxDigestSize> DigestValue;
33 PLATFORM_EXPORT bool computeDigest(HashAlgorithm, const char* digestable, size_t length, DigestValue& digestResult);
35 PLATFORM_EXPORT void finishDigestor(WebCryptoDigestor*, DigestValue& digestResult);
42 static unsigned hash(const blink::DigestValue& v)
46 static bool equal(const blink::DigestValue& a, const blink::DigestValue& b)
53 struct DefaultHash<blink::DigestValue> {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
cryptxml.h 232 CRYPT_DATA_BLOB DigestValue;

Completed in 374 milliseconds