Searched refs:canBeUsedForAlgorithm (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/modules/crypto/ |
D | CryptoKey.h | 64 bool canBeUsedForAlgorithm(const WebCryptoAlgorithm&, WebCryptoOperation, CryptoResult*) const;
|
D | SubtleCrypto.cpp | 111 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()
|
D | CryptoKey.cpp | 164 bool CryptoKey::canBeUsedForAlgorithm(const WebCryptoAlgorithm& algorithm, WebCryptoOperation op, C… in canBeUsedForAlgorithm() function in blink::CryptoKey
|