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

  /external/chromium/net/base/
transport_security_state.cc 30 char hashed[base::SHA256_LENGTH]; local
31 base::SHA256HashString(canonicalised_host, hashed, sizeof(hashed));
35 enabled_hosts_[std::string(hashed, sizeof(hashed))] = state;
185 static std::wstring HashedDomainToExternalString(const std::string& hashed) {
187 CHECK(base::Base64Encode(hashed, &out));
283 std::string hashed = ExternalStringToHashedDomain(*i); local
284 if (hashed.empty())
291 enabled_hosts_[hashed] = new_state
    [all...]
  /external/v8/test/mjsunit/
megamorphic-callbacks.js 40 // Create a slow-case object (with hashed properties).
50 // Create a new slow-case object (with hashed properties) and add
  /frameworks/base/core/java/com/android/internal/widget/
LockPatternUtils.java 504 byte[] hashed = null;
509 hashed = (toHex(sha1) + toHex(md5)).getBytes();
513 return hashed;
  /external/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/
markdown.php 530 # Called whenever a tag must be hashed when a function insert an atomic
578 # begining in the Markdown function since hashed blocks can be part of
589 # useful when HTML blocks are known to be already hashed, like in the first
596 # Finally form paragraph and restore hashed blocks.
    [all...]
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]

Completed in 97 milliseconds