Home
last modified time | relevance | path

Searched refs:AlgorithmOperation (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/crypto/
DNormalizeAlgorithm.h44 enum AlgorithmOperation { enum
61 bool normalizeAlgorithm(const Dictionary&, AlgorithmOperation, blink::WebCryptoAlgorithm&, Exceptio…
DNormalizeAlgorithm.cpp65 AlgorithmOperation operation;
211 explicit ExceptionContext(AlgorithmOperation op) in ExceptionContext()
260 AlgorithmOperation m_op;
386 bool normalizeAlgorithm(const Dictionary&, AlgorithmOperation, blink::WebCryptoAlgorithm&, Exceptio…
523 bool normalizeAlgorithm(const Dictionary& raw, AlgorithmOperation op, blink::WebCryptoAlgorithm& al… in normalizeAlgorithm()
549 bool normalizeAlgorithm(const Dictionary& raw, AlgorithmOperation op, blink::WebCryptoAlgorithm& al… in normalizeAlgorithm()
DKey.cpp94 blink::WebCryptoKeyUsageMask toKeyUsage(AlgorithmOperation operation) in toKeyUsage()
178 bool Key::canBeUsedForAlgorithm(const blink::WebCryptoAlgorithm& algorithm, AlgorithmOperation op, … in canBeUsedForAlgorithm()
DKey.h60 …bool canBeUsedForAlgorithm(const blink::WebCryptoAlgorithm&, AlgorithmOperation, ExceptionState&) …
DSubtleCrypto.cpp52 ScriptPromise startCryptoOperation(const Dictionary& rawAlgorithm, Key* key, AlgorithmOperation ope… in startCryptoOperation()