Home
last modified time | relevance | path

Searched refs:hashed (Results 1 – 25 of 25) sorted by relevance

/external/chromium/net/base/
Dtransport_security_state.cc34 char hashed[crypto::SHA256_LENGTH]; in HashHost() local
35 crypto::SHA256HashString(canonicalized_host, hashed, sizeof(hashed)); in HashHost()
36 return std::string(hashed, sizeof(hashed)); in HashHost()
271 static std::string HashedDomainToExternalString(const std::string& hashed) { in HashedDomainToExternalString() argument
273 CHECK(base::Base64Encode(hashed, &out)); in HashedDomainToExternalString()
422 std::string hashed = ExternalStringToHashedDomain(*i); in Deserialise() local
423 if (hashed.empty()) { in Deserialise()
434 (*out)[hashed] = new_state; in Deserialise()
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
DANTLRPtrStack.m78 * Returns: NSInteger hashed value
97 * LOOKUP search hashed list for entry
121 * INSTALL search hashed list for entry
DANTLRMap.m168 * Returns: NSInteger hashed value
187 * LOOKUP search hashed list for entry
211 * INSTALL search hashed list for entry
239 * RemoveSym search hashed list for entry
DANTLRHashMap.m217 * Returns: NSInteger hashed value
236 * FINDSCOPE search hashed list for entry
259 * LOOKUP search hashed list for entry
283 * INSTALL search hashed list for entry
311 * RemoveSym search hashed list for entry
DANTLRTokenRewriteStream.m396 #pragma warning fix this to look up the hashed name
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
DANTLRHashMap.m215 * Returns: NSInteger hashed value
234 * FINDSCOPE search hashed list for entry
257 * LOOKUP search hashed list for entry
281 * INSTALL search hashed list for entry
309 * RemoveSym search hashed list for entry
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
DANTLRHashMap.m215 * Returns: NSInteger hashed value
234 * FINDSCOPE search hashed list for entry
257 * LOOKUP search hashed list for entry
281 * INSTALL search hashed list for entry
309 * RemoveSym search hashed list for entry
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
DANTLRHashMap.m215 * Returns: NSInteger hashed value
234 * FINDSCOPE search hashed list for entry
257 * LOOKUP search hashed list for entry
281 * INSTALL search hashed list for entry
309 * RemoveSym search hashed list for entry
/external/openssh/
Dssh-keygen.0120 any occurrences found. This option is useful to find hashed host
122 -H option to print found keys in a hashed format.
135 addresses with hashed representations within the specified file;
139 disclosed. This option will not modify existing hashed hostnames
140 and is therefore safe to use on files that mix hashed and non-
141 hashed names.
249 This option is useful to delete hashed hosts (see the -H option
Dsshd.0426 Alternately, hostnames may be stored in a hashed form which hides host
428 hostnames start with a `|' character. Only one hashed hostname may
465 converting all host names to their hashed representations.
472 # A hashed hostname
Dssh_config.0310 they are added to ~/.ssh/known_hosts. These hashed names may be
315 manually hashed using ssh-keygen(1).
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/oauth2/
D__init__.py738 hashed = hmac.new(key, raw, sha)
741 return binascii.b2a_base64(hashed.digest())[:-1]
/external/stlport/etc/
DReleaseNote.txt68 * Extension of template search methods in associative and hashed container has
DChangeLog-5.13987 warnings when instanciating a hashed container with the size_t key.
5578 * stlport/stl/_relops_hash_cont.h: removal of the == operator on hashed containers
5584 is invalid on hashed constainers.
7238 hashed containers and list on calls to clear/assign/assignment
DChangeLog1197 by their name, bench to compare performance of hashed containers.
/external/dropbear/libtomcrypt/notes/
Dtech0004.txt45 The pools are hashed together along with the current key and the result is the new key for a cipher…
/external/openssl/crypto/engine/
DREADME164 or will have a single ENGING_PILE hashed to by the 'nid' 1 and that pile
/external/ganymed-ssh2/
DHISTORY.txt141 not good in case of hashed hostnames (it leads to a different BASE64 encoding and therefore
/external/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/
DPHP Markdown Extra Readme.text554 a hashed representation of the code. New methods `hashSpan` and `hashBlock`
/external/dnsmasq/
DCHANGELOG.archive493 Added hashed searching of domain names. People are starting
496 linear searches can start to use lots of CPU so I added hashed
/external/dropbear/libtomcrypt/
Dcrypt.tex1758 …lt state governed by the specifications of the hash. To add data to the message being hashed call:
3190 This function assumes the message to be PSS encoded has previously been hashed. The input hash \te…
/external/oprofile/
DChangeLog-20031301 * daemon/opd_cookie.c: s/"not looked up"/"not hashed"/
/external/webkit/Source/WebCore/
DChangeLog-2010-05-2424702 … Fix an issue where <a href=""> is not hashed properly to the document's base URI, so it wasn't
DChangeLog-2005-08-2319885 attribute cache hashed background attributes into per-document buckets.
DChangeLog-2008-08-1034599 parameter and added the weight to the string to be hashed.