HomeSort by relevance Sort by last modified time
    Searched defs:normalizeAlgorithm (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/renderer/resources/extensions/enterprise_platform_keys/
subtle_crypto.js 13 var normalizeAlgorithm =
14 requireNative('enterprise_platform_keys_natives').NormalizeAlgorithm;
98 normalizeAlgorithm(algorithm, 'GenerateKey');
105 // normalizeAlgorithm returns an array, but publicExponent should be a
138 normalizeAlgorithm(algorithm, 'Sign');
  /external/chromium_org/third_party/WebKit/Source/modules/crypto/
NormalizeAlgorithm.cpp 32 #include "modules/crypto/NormalizeAlgorithm.h"
724 bool normalizeAlgorithm(const Dictionary& raw, WebCryptoOperation op, WebCryptoAlgorithm& algorithm, AlgorithmError* error)

Completed in 711 milliseconds