Searched refs:normalizeAlgorithm (Results 1 – 5 of 5) sorted by relevance
| /external/chromium_org/chrome/renderer/resources/extensions/enterprise_platform_keys/ |
| D | subtle_crypto.js | 13 var normalizeAlgorithm = variable 98 normalizeAlgorithm(algorithm, 'GenerateKey'); 138 normalizeAlgorithm(algorithm, 'Sign');
|
| /external/chromium_org/third_party/WebKit/Source/modules/crypto/ |
| D | NormalizeAlgorithm.h | 60 bool normalizeAlgorithm(const Dictionary&, blink::WebCryptoOperation, blink::WebCryptoAlgorithm&, A…
|
| D | SubtleCrypto.cpp | 72 bool success = normalizeAlgorithm(raw, op, algorithm, &error); in parseAlgorithm()
|
| D | NormalizeAlgorithm.cpp | 724 bool normalizeAlgorithm(const Dictionary& raw, blink::WebCryptoOperation op, blink::WebCryptoAlgori… in normalizeAlgorithm() function
|
| /external/chromium_org/third_party/WebKit/Source/web/ |
| D | WebCryptoNormalize.cpp | 53 if (!normalizeAlgorithm(algorithmDictionary, operation, algorithm, &error)) { in normalizeCryptoAlgorithm()
|