HomeSort by relevance Sort by last modified time
    Searched refs:algorithm_name (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/content/child/webcrypto/nss/
hmac_nss.cc 134 const char* algorithm_name = variable
136 if (!algorithm_name)
141 key_data, algorithm_name, extractable, usage_mask, &raw_data);
160 const char* algorithm_name = variable
162 if (!algorithm_name)
166 algorithm_name,
  /external/chromium_org/content/child/webcrypto/openssl/
hmac_openssl.cc 137 const char* algorithm_name = variable
139 if (!algorithm_name)
144 key_data, algorithm_name, extractable, usage_mask, &raw_data);
163 const char* algorithm_name = variable
165 if (!algorithm_name)
169 algorithm_name,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_hashlib.py 185 def check_unicode(self, algorithm_name):
187 expected = hashlib.new(algorithm_name, str(u'spam')).hexdigest()
188 self.check(algorithm_name, u'spam', expected)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_hashlib.py 185 def check_unicode(self, algorithm_name):
187 expected = hashlib.new(algorithm_name, str(u'spam')).hexdigest()
188 self.check(algorithm_name, u'spam', expected)
  /external/chromium_org/content/child/webcrypto/test/
test_helpers.cc 221 std::string algorithm_name; local
222 if (!dict->GetString(property_name, &algorithm_name)) {
238 if (kDigestNameToId[i].name == algorithm_name)

Completed in 402 milliseconds