Home
last modified time | relevance | path

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

1234

/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/impl/
DBeanPropertyMap.java222 Object[] hashed = new Object[alloc]; in init() local
236 if (hashed[ix] != null) { in init()
239 if (hashed[ix] != null) { in init()
243 if (ix >= hashed.length) { in init()
244 hashed = Arrays.copyOf(hashed, hashed.length + 4); in init()
248 hashed[ix] = key; in init()
249 hashed[ix+1] = prop; in init()
253 _hashArea = hashed; in init()
/external/python/cpython3/Doc/library/
Dcrypt.rst22 page for further details. Possible uses include storing hashed passwords
108 Returns the hashed password as a string, which will be composed of
173 hashed = crypt.crypt(plaintext)
174 if not compare_hash(hashed, crypt.crypt(plaintext, hashed)):
175 raise ValueError("hashed version doesn't validate against original")
/external/openssh/regress/
Dkeygen-knownhosts.sh204 cp $OBJ/kh.hosts $OBJ/kh.hashed.orig
218 cp $OBJ/kh.hashed.orig $OBJ/kh.hashed
219 ${SSHKEYGEN} -qf $OBJ/kh.hashed -R host-a 2>/dev/null
220 ${SSHKEYGEN} -qf $OBJ/kh.hashed -F host-a && fail "found key after hashed remove"
/external/openssh/
Dhostfile.c644 int hashed = *names == HASH_DELIM; in match_maybe_hashed() local
649 *was_hashed = hashed; in match_maybe_hashed()
650 if (hashed) { in match_maybe_hashed()
668 int hashed; in hostkeys_foreach() local
723 &hashed)) == -1) { in hostkeys_foreach()
731 (hashed ? HKF_MATCH_HOST_HASHED : 0); in hostkeys_foreach()
736 &hashed)) == -1) { in hostkeys_foreach()
745 (hashed ? HKF_MATCH_IP_HASHED : 0); in hostkeys_foreach()
Dssh-keyscan.c309 const char *known_host, *hashed; in keyprint_one() local
320 if (hash_hosts && (hashed = host_hash(host, NULL, 0)) == NULL) in keyprint_one()
322 known_host = hash_hosts ? hashed : hostport; in keyprint_one()
DPROTOCOL.sshsig63 Data to be signed is first hashed with the specified hash_algorithm.
/external/antlr/runtime/ObjC/Framework/
DPtrStack.m78 * Returns: NSInteger hashed value
97 * LOOKUP search hashed list for entry
121 * INSTALL search hashed list for entry
DMap.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
/external/python/cpython2/Lib/test/
Dtest_hash.py24 hashed = map(hash, objlist)
25 for h in hashed[1:]:
26 if h != hashed[0]:
/external/rust/crates/ring/tests/
Ddigest_tests.rs272 let mut hashed = 0u64; localVariable
275 hashed += chunk_len;
276 if hashed >= 8u64 * 1024 * 1024 * 1024 {
/external/python/cpython3/Lib/test/
Dtest_hash.py55 hashed = list(map(hash, objlist))
56 for h in hashed[1:]:
57 if h != hashed[0]:
/external/catch2/
D.gitattributes19 # hashed etc with LF
/external/llvm-project/llvm/test/tools/llvm-readobj/ELF/
Dhash-symbols.test656 # BUCKET-PAST-DYNSYM-NEXT: warning: '[[FILE]]': unable to print hashed symbol with index 2, which i…
695 ## an index that is less than the index of the first hashed symbol.
697 # RUN: yaml2obj --docnum=11 -DSYMNDX=0x2 -DVALUE=0x1 %s -o %t11.first.hashed.so
698 # RUN: llvm-readelf --hash-symbols %t11.first.hashed.so 2>&1 | \
699 # RUN: FileCheck %s -DFILE=%t11.first.hashed.so --check-prefix=FIRST-HASHED
703 …LE]]': unable to get hash values for the SHT_GNU_HASH section: the first hashed symbol index (2) i…
705 …the hash value for symbol with index 1, which is less than the index of the first hashed symbol (2)
719 # CHAIN-BIT-NEXT: warning: '[[FILE]]': unable to print hashed symbol with index 2, which is greater…
/external/curl/lib/vauth/
Ddigest.c790 char hashed[65]; in auth_create_digest_http_message() local
794 convert_to_ascii(hashbuf, (unsigned char *)hashed); in auth_create_digest_http_message()
796 hashthis2 = aprintf("%s:%s", hashthis, hashed); in auth_create_digest_http_message()
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_SparseCrossV2.pbtxt42 1-D. Non-empty values of the concatenated or hashed
Dapi_def_SparseCrossHashed.pbtxt55 1-D. Non-empty values of the concatenated or hashed
Dapi_def_SparseCross.pbtxt36 1-D. Non-empty values of the concatenated or hashed
/external/toybox/toys/pending/
Dtcpsvd.c65 struct hashed { struct
70 struct hashed h[HASH_NR]; argument
/external/llvm-project/llvm/test/DebugInfo/X86/
Dfission-hash-local.ll6 ; Testing that the location of a local variable in a global function is hashed
/external/python/cpython2/Doc/library/
Dcrypt.rst36 be in the set ``[./a-zA-Z0-9]``. Returns the hashed password as a string, which
Dsha.rst40 is used to allow an arbitrary string to be hashed.
/external/libchrome/mojo/public/interfaces/bindings/tests/
Dtest_structs.mojom402 // Used to verify that structs containing typemapped types can be hashed (if the
409 // Used to test that nested structs can be hashed. The nested struct mustn't be
/external/llvm/test/DebugInfo/Generic/
Daccel-table-hash-collisions.ll8 ; There are 12 names here that are hashed to only 6 hashes (each pair of lines
/external/libtextclassifier/native/actions/
Dactions_model.fbs84 // Input port for hashed and embedded tokens, a (num messages, max tokens,
108 // Input port for the hashed, embedded and flattened/concatenated tokens.
217 // A flat list of all the hashed n-grams concatenated back to back. Elements
/external/llvm-project/llvm/test/DebugInfo/Generic/
Daccel-table-hash-collisions.ll8 ; There are 12 names here that are hashed to only 6 hashes (each pair of lines

1234