Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/modules/crypto/
DSubtleCrypto.cpp54 bool requiresKey = operationType != Digest; in startCryptoOperation() local
58 if (requiresKey && !key) { in startCryptoOperation()
75 if (requiresKey && !key->canBeUsedForAlgorithm(algorithm, operationType, exceptionState)) in startCryptoOperation()