AlgorithmOperation   97 Source/modules/crypto/Key.cpp blink::WebCryptoKeyUsageMask toKeyUsage(AlgorithmOperation operation)
AlgorithmOperation  168 Source/modules/crypto/Key.cpp bool Key::canBeUsedForAlgorithm(const blink::WebCryptoAlgorithm& algorithm, AlgorithmOperation op, CryptoResult* result) const
AlgorithmOperation   66 Source/modules/crypto/Key.h     bool canBeUsedForAlgorithm(const blink::WebCryptoAlgorithm&, AlgorithmOperation, CryptoResult*) const;
AlgorithmOperation   65 Source/modules/crypto/NormalizeAlgorithm.cpp     AlgorithmOperation operation;
AlgorithmOperation  265 Source/modules/crypto/NormalizeAlgorithm.cpp bool lookupAlgorithmParamsType(blink::WebCryptoAlgorithmId id, AlgorithmOperation op, blink::WebCryptoAlgorithmParamsType& paramsType)
AlgorithmOperation  515 Source/modules/crypto/NormalizeAlgorithm.cpp bool parseAlgorithm(const Dictionary&, AlgorithmOperation, blink::WebCryptoAlgorithm&, ErrorContext, String&);
AlgorithmOperation  725 Source/modules/crypto/NormalizeAlgorithm.cpp bool parseAlgorithm(const Dictionary& raw, AlgorithmOperation op, blink::WebCryptoAlgorithm& algorithm, ErrorContext context, String& errorDetails)
AlgorithmOperation  764 Source/modules/crypto/NormalizeAlgorithm.cpp bool parseAlgorithm(const Dictionary& raw, AlgorithmOperation op, blink::WebCryptoAlgorithm& algorithm, CryptoResult* result)
AlgorithmOperation   71 Source/modules/crypto/NormalizeAlgorithm.h bool parseAlgorithm(const Dictionary&, AlgorithmOperation, blink::WebCryptoAlgorithm&, CryptoResult*) WARN_UNUSED_RETURN;
AlgorithmOperation   48 Source/modules/crypto/SubtleCrypto.cpp bool parseAlgorithm(const Dictionary& rawAlgorithm, AlgorithmOperation operationType, blink::WebCryptoAlgorithm &algorithm, ExceptionState& exceptionState, CryptoResult* result)
AlgorithmOperation   57 Source/modules/crypto/SubtleCrypto.cpp ScriptPromise startCryptoOperation(const Dictionary& rawAlgorithm, Key* key, AlgorithmOperation operationType, ArrayBufferView* signature, ArrayBufferView* dataBuffer, ExceptionState& exceptionState)