Home
last modified time | relevance | path

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

/external/chromium_org/chrome/renderer/resources/extensions/enterprise_platform_keys/
Dsubtle_crypto.js13 var normalizeAlgorithm = variable
98 normalizeAlgorithm(algorithm, 'GenerateKey');
138 normalizeAlgorithm(algorithm, 'Sign');
/external/chromium_org/third_party/WebKit/Source/modules/crypto/
DNormalizeAlgorithm.h60 bool normalizeAlgorithm(const Dictionary&, blink::WebCryptoOperation, blink::WebCryptoAlgorithm&, A…
DSubtleCrypto.cpp72 bool success = normalizeAlgorithm(raw, op, algorithm, &error); in parseAlgorithm()
DNormalizeAlgorithm.cpp724 bool normalizeAlgorithm(const Dictionary& raw, blink::WebCryptoOperation op, blink::WebCryptoAlgori… in normalizeAlgorithm() function
/external/chromium_org/third_party/WebKit/Source/web/
DWebCryptoNormalize.cpp53 if (!normalizeAlgorithm(algorithmDictionary, operation, algorithm, &error)) { in normalizeCryptoAlgorithm()