Home
last modified time | relevance | path

Searched refs:HashAlgorithmsSha1 (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/frame/
DContentSecurityPolicy.h78 HashAlgorithmsSha1 = 1 << 1, enumerator
DContentSecurityPolicy.cpp558 hashAlgorithm = ContentSecurityPolicy::HashAlgorithmsSha1; in parseHash()
1710 if (HashAlgorithmsSha1 & m_sourceHashAlgorithmsUsed) { in allowScriptHash()
1716 …sh<&CSPDirectiveList::allowScriptHash>(m_policies, SourceHashValue(HashAlgorithmsSha1, Vector<uint… in allowScriptHash()