HomeSort by relevance Sort by last modified time
    Searched refs:DigestValue (Results 1 - 11 of 11) 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> {
Crypto.cpp 32 bool computeDigest(HashAlgorithm algorithm, const char* digestable, size_t length, DigestValue& digestResult)
54 void finishDigestor(blink::WebCryptoDigestor* digestor, DigestValue& digestResult)
  /external/nanopb-c/tools/
make_windows_package.sh 40 <file name="msvcr90.dll" hashalg="SHA1" hash="e0dcdcbfcb452747da530fae6b000d47c8674671"><asmv2:hash xmlns:asmv2="urn:schemas-microsoft-com:asm.v2" xmlns:dsig="http://www.w3.org/2000/09/xmldsig#"><dsig:Transforms><dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity"></dsig:Transform></dsig:Transforms><dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1"></dsig:DigestMethod><dsig:DigestValue>KSaO8M0iCtPF6YEr79P1dZsnomY=</dsig:DigestValue></asmv2:hash></file> <file name="msvcp90.dll" hashalg="SHA1" hash="81efe890e4ef2615c0bb4dda7b94bea177c86ebd"><asmv2:hash xmlns:asmv2="urn:schemas-microsoft-com:asm.v2" xmlns:dsig="http://www.w3.org/2000/09/xmldsig#"><dsig:Transforms><dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity"></dsig:Transform></dsig:Transforms><dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1"></dsig:DigestMethod><dsig:DigestValue>ojDmTgpYMFRKJYkPcM6ckpYkWUU=</dsig:DigestValue></asmv2:hash></file> <file name="msvcm90.dll" hashalg="SHA1" hash="5470081b336abd7b82c6387567a661a729483b04"><asmv2:hash xmlns:asmv2="urn:schemas-microsoft-com:asm.v2" xmlns:dsig="http://www.w3.org/2000/09/xmldsig#"><dsig:Transforms><dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity"></dsig:Transform></dsig:Transforms><dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1"></dsig:DigestMethod><dsig:DigestValue>tVogb8kezDre2mXShlIqpp8ErIg=</dsig:DigestValue></asmv2:hash></file>
  /external/chromium_org/third_party/WebKit/Source/platform/network/
ContentSecurityPolicyParsers.h 14 typedef std::pair<unsigned, DigestValue> CSPHashValue;
  /external/chromium_org/third_party/WebKit/Source/core/frame/csp/
CSPSourceList.h 42 bool parseHash(const UChar* begin, const UChar* end, DigestValue& hash, ContentSecurityPolicyHashAlgorithm&);
49 void addSourceHash(const ContentSecurityPolicyHashAlgorithm&, const DigestValue& hash);
CSPSourceList.cpp 174 DigestValue hash;
285 bool CSPSourceList::parseHash(const UChar* begin, const UChar* end, DigestValue& hash, ContentSecurityPolicyHashAlgorithm& hashAlgorithm)
482 void CSPSourceList::addSourceHash(const ContentSecurityPolicyHashAlgorithm& algorithm, const DigestValue& hash)
ContentSecurityPolicy.cpp 376 DigestValue digest;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/frame/
SubresourceIntegrity.cpp 33 static bool DigestsEqual(const DigestValue& digest1, const DigestValue& digest2)
87 DigestValue digest;
91 DigestValue convertedHashVector;
  /external/chromium_org/third_party/WebKit/Source/modules/websockets/
WebSocketHandshake.cpp 116 DigestValue digest;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
cryptxml.h 232 CRYPT_DATA_BLOB DigestValue;
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
DOMPatchSupport.cpp 412 DigestValue digestResult;

Completed in 216 milliseconds