Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/modules/crypto/
DSubtleCrypto.cpp75 if (requiresKey && !key->canBeUsedForAlgorithm(algorithm, operationType, exceptionState)) in startCryptoOperation()
231 if (!wrappingKey->canBeUsedForAlgorithm(wrapAlgorithm, WrapKey, exceptionState)) in wrapKey()
269 if (!unwrappingKey->canBeUsedForAlgorithm(unwrapAlgorithm, UnwrapKey, exceptionState)) in unwrapKey()
DKey.h60 …bool canBeUsedForAlgorithm(const blink::WebCryptoAlgorithm&, AlgorithmOperation, ExceptionState&) …
DKey.cpp178 bool Key::canBeUsedForAlgorithm(const blink::WebCryptoAlgorithm& algorithm, AlgorithmOperation op, … in canBeUsedForAlgorithm() function in WebCore::Key