canBeUsedForAlgorithm 66 Source/modules/crypto/Key.h bool canBeUsedForAlgorithm(const blink::WebCryptoAlgorithm&, AlgorithmOperation, CryptoResult*) const; canBeUsedForAlgorithm 83 Source/modules/crypto/SubtleCrypto.cpp if (requiresKey && !key->canBeUsedForAlgorithm(algorithm, operationType, result.get())) canBeUsedForAlgorithm 241 Source/modules/crypto/SubtleCrypto.cpp if (!wrappingKey->canBeUsedForAlgorithm(wrapAlgorithm, WrapKey, result.get())) canBeUsedForAlgorithm 279 Source/modules/crypto/SubtleCrypto.cpp if (!unwrappingKey->canBeUsedForAlgorithm(unwrapAlgorithm, UnwrapKey, result.get()))