Home
last modified time | relevance | path

Searched refs:hashAlgorithmsUsed (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/frame/csp/
DSourceListDirective.cpp56 uint8_t SourceListDirective::hashAlgorithmsUsed() const in hashAlgorithmsUsed() function in WebCore::SourceListDirective
58 return m_sourceList.hashAlgorithmsUsed(); in hashAlgorithmsUsed()
DSourceListDirective.h30 uint8_t hashAlgorithmsUsed() const;
DCSPSourceList.h31 uint8_t hashAlgorithmsUsed() const;
DContentSecurityPolicy.cpp304 bool checkDigest(const String& source, uint8_t hashAlgorithmsUsed, const CSPDirectiveListVector& po… in checkDigest() argument
320 if (hashAlgorithmsUsed == ContentSecurityPolicyHashAlgorithmNone) in checkDigest()
329 if (kAlgorithmMap[i].cspHashAlgorithm & hashAlgorithmsUsed) { in checkDigest()
DCSPSourceList.cpp80 uint8_t CSPSourceList::hashAlgorithmsUsed() const in hashAlgorithmsUsed() function in WebCore::CSPSourceList
DCSPDirectiveList.cpp636 m_policy->usesScriptHashAlgorithms(m_scriptSrc->hashAlgorithmsUsed()); in addDirective()
647 m_policy->usesStyleHashAlgorithms(m_styleSrc->hashAlgorithmsUsed()); in addDirective()