Home
last modified time | relevance | path

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

123

/external/openssh/regress/
Dkeygen-knownhosts.sh181 cp $OBJ/kh.hosts $OBJ/kh.hashed.orig
195 cp $OBJ/kh.hashed.orig $OBJ/kh.hashed
196 ${SSHKEYGEN} -qf $OBJ/kh.hashed -R host-a 2>/dev/null
197 ${SSHKEYGEN} -qf $OBJ/kh.hashed -F host-a && fail "found key after hashed remove"
/external/python/cpython3/Doc/library/
Dcrypt.rst22 page for further details. Possible uses include storing hashed passwords
106 Returns the hashed password as a string, which will be composed of
171 hashed = crypt.crypt(plaintext)
172 if not compare_hash(hashed, crypt.crypt(plaintext, hashed)):
173 raise ValueError("hashed version doesn't validate against original")
Dsecrets.rst156 whether plain text or encrypted. They should be salted and hashed
/external/openssh/
Dhostfile.c658 int hashed = *names == HASH_DELIM; in match_maybe_hashed() local
663 *was_hashed = hashed; in match_maybe_hashed()
664 if (hashed) { in match_maybe_hashed()
682 int hashed; in hostkeys_foreach() local
736 &hashed)) == -1) { in hostkeys_foreach()
744 (hashed ? HKF_MATCH_HOST_HASHED : 0); in hostkeys_foreach()
749 &hashed)) == -1) { in hostkeys_foreach()
758 (hashed ? HKF_MATCH_IP_HASHED : 0); in hostkeys_foreach()
Dssh-keyscan.c327 const char *known_host, *hashed; in keyprint_one() local
331 if (hash_hosts && (hashed = host_hash(host, NULL, 0)) == NULL) in keyprint_one()
333 known_host = hash_hosts ? hashed : hostport; in keyprint_one()
Dssh-keygen.0144 any occurrences found. This option is useful to find hashed host
146 -H option to print found keys in a hashed format.
159 addresses with hashed representations within the specified file;
163 disclosed. This option will not modify existing hashed hostnames
164 and is therefore safe to use on files that mix hashed and non-
165 hashed names.
302 This option is useful to delete hashed hosts (see the -H option
/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
DHashMap.m808 * Returns: NSInteger hashed value
851 * FINDSCOPE search hashed list for entry
874 * LOOKUP search hashed list for entry
898 * INSTALL search hashed list for entry
926 * 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/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/curl/lib/vauth/
Ddigest.c790 char hashed[65]; in _Curl_auth_create_digest_http_message() local
794 convert_to_ascii(hashbuf, (unsigned char *)hashed); in _Curl_auth_create_digest_http_message()
796 hashthis2 = (unsigned char *)aprintf("%s:%s", hashthis, hashed); in _Curl_auth_create_digest_http_message()
/external/toybox/toys/pending/
Dtcpsvd.c65 struct hashed { struct
70 struct hashed h[HASH_NR]; argument
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_SparseCross.pbtxt36 1-D. Non-empty values of the concatenated or 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/u-boot/doc/uImage.FIT/
Dsignature.txt118 - hashed-nodes: A list of nodes which were hashed by the signer. Each is
121 hashed-nodes = "/", "/configurations/conf-1", "/images/kernel",
125 - hashed-strings: The start and size of the string region of the FIT that
126 was hashed
Dbeaglebone_vboot.txt382 First we can check which nodes are actually hashed by the configuration:
394 hashed-strings
395 hashed-nodes
404 fdtget image.fit /configurations/conf-1/signature-1 hashed-nodes
/external/libtextclassifier/actions/
Dactions_model.fbs59 // Input port for hashed and embedded tokens, a (num messages, max tokens,
83 // Input port for the hashed, embedded and flattened/concatenated tokens.
181 // A flat list of all the hashed n-grams concatenated back to back. Elements
/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/swiftshader/third_party/llvm-7.0/llvm/docs/CommandGuide/
Ddsymutil.rst92 '.apple_types' hashed accelerator tables.
/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/boringssl/src/crypto/fipsmodule/
DFIPS.md65 … be calculated before the final link, there can be no relocations in the hashed code and data. Thi…
75 …on to the real function and are placed outside of the module and are thus not hashed (see diagram).
91 … a symbol that's in the text segment, but out of the module and thus not hashed. A relocation reco…
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/Generic/
Daccel-table-hash-collisions.ll9 ; There are 12 names here that are hashed to only 6 hashes (each pair of lines

123