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/
DCryptoKey.h64 bool canBeUsedForAlgorithm(const WebCryptoAlgorithm&, WebCryptoOperation, CryptoResult*) const;
DSubtleCrypto.cpp111 if (requiresKey && !key->canBeUsedForAlgorithm(algorithm, operationType, result.get())) in startCryptoOperation()
357 if (!wrappingKey->canBeUsedForAlgorithm(wrapAlgorithm, WebCryptoOperationWrapKey, result.get())) in wrapKey()
393 …if (!unwrappingKey->canBeUsedForAlgorithm(unwrapAlgorithm, WebCryptoOperationUnwrapKey, result.get… in unwrapKey()
DCryptoKey.cpp164 bool CryptoKey::canBeUsedForAlgorithm(const WebCryptoAlgorithm& algorithm, WebCryptoOperation op, C… in canBeUsedForAlgorithm() function in blink::CryptoKey