Searched refs:normalizeAlgorithm (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/crypto/
H A DNormalizeAlgorithm.h56 // On failure normalizeAlgorithm returns false and sets the AlgorithmError with
60 bool normalizeAlgorithm(const Dictionary&, WebCryptoOperation, WebCryptoAlgorithm&, AlgorithmError*) WARN_UNUSED_RETURN;
H A DSubtleCrypto.cpp72 bool success = normalizeAlgorithm(raw, op, algorithm, &error);
H A DNormalizeAlgorithm.cpp724 bool normalizeAlgorithm(const Dictionary& raw, WebCryptoOperation op, WebCryptoAlgorithm& algorithm, AlgorithmError* error) function in namespace:blink
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebCryptoNormalize.cpp50 if (!normalizeAlgorithm(algorithmDictionary, operation, algorithm, &error)) {
/external/chromium_org/chrome/renderer/resources/extensions/enterprise_platform_keys/
H A Dsubtle_crypto.js13 var normalizeAlgorithm = variable
98 normalizeAlgorithm(algorithm, 'GenerateKey');
105 // normalizeAlgorithm returns an array, but publicExponent should be a
138 normalizeAlgorithm(algorithm, 'Sign');

Completed in 138 milliseconds