Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/modules/crypto/
DKey.cpp94 blink::WebCryptoKeyUsageMask toKeyUsage(AlgorithmOperation operation) in toKeyUsage() function
180 if (!(m_key.usages() & toKeyUsage(op))) { in canBeUsedForAlgorithm()