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/
DKey.h66 …bool canBeUsedForAlgorithm(const blink::WebCryptoAlgorithm&, blink::WebCryptoOperation, CryptoResu…
DSubtleCrypto.cpp110 if (requiresKey && !key->canBeUsedForAlgorithm(algorithm, operationType, result.get())) in startCryptoOperation()
357 …if (!wrappingKey->canBeUsedForAlgorithm(wrapAlgorithm, blink::WebCryptoOperationWrapKey, result.ge… in wrapKey()
393 …if (!unwrappingKey->canBeUsedForAlgorithm(unwrapAlgorithm, blink::WebCryptoOperationUnwrapKey, res… in unwrapKey()
DKey.cpp171 bool Key::canBeUsedForAlgorithm(const blink::WebCryptoAlgorithm& algorithm, blink::WebCryptoOperati… in canBeUsedForAlgorithm() function in WebCore::Key