Searched refs:canBeUsedForAlgorithm (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/modules/crypto/ |
D | SubtleCrypto.cpp | 75 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()
|
D | Key.h | 60 …bool canBeUsedForAlgorithm(const blink::WebCryptoAlgorithm&, AlgorithmOperation, ExceptionState&) …
|
D | Key.cpp | 178 bool Key::canBeUsedForAlgorithm(const blink::WebCryptoAlgorithm& algorithm, AlgorithmOperation op, … in canBeUsedForAlgorithm() function in WebCore::Key
|