/external/openssh/regress/ |
D | keygen-knownhosts.sh | 181 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/ |
D | crypt.rst | 22 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")
|
D | secrets.rst | 156 whether plain text or encrypted. They should be salted and hashed
|
/external/openssh/ |
D | hostfile.c | 658 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()
|
D | ssh-keyscan.c | 327 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()
|
D | ssh-keygen.0 | 144 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/ |
D | PtrStack.m | 78 * Returns: NSInteger hashed value 97 * LOOKUP search hashed list for entry 121 * INSTALL search hashed list for entry
|
D | Map.m | 168 * 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
|
D | HashMap.m | 808 * 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/ |
D | test_hash.py | 24 hashed = map(hash, objlist) 25 for h in hashed[1:]: 26 if h != hashed[0]:
|
/external/python/cpython3/Lib/test/ |
D | test_hash.py | 55 hashed = list(map(hash, objlist)) 56 for h in hashed[1:]: 57 if h != hashed[0]:
|
/external/catch2/ |
D | .gitattributes | 19 # hashed etc with LF
|
/external/curl/lib/vauth/ |
D | digest.c | 790 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/ |
D | tcpsvd.c | 65 struct hashed { struct 70 struct hashed h[HASH_NR]; argument
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_SparseCross.pbtxt | 36 1-D. Non-empty values of the concatenated or hashed
|
/external/python/cpython2/Doc/library/ |
D | crypt.rst | 36 be in the set ``[./a-zA-Z0-9]``. Returns the hashed password as a string, which
|
D | sha.rst | 40 is used to allow an arbitrary string to be hashed.
|
/external/u-boot/doc/uImage.FIT/ |
D | signature.txt | 118 - 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
|
D | beaglebone_vboot.txt | 382 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/ |
D | actions_model.fbs | 59 // 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/ |
D | test_structs.mojom | 402 // 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/ |
D | dsymutil.rst | 92 '.apple_types' hashed accelerator tables.
|
/external/llvm/test/DebugInfo/Generic/ |
D | accel-table-hash-collisions.ll | 8 ; There are 12 names here that are hashed to only 6 hashes (each pair of lines
|
/external/boringssl/src/crypto/fipsmodule/ |
D | FIPS.md | 65 … 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/ |
D | accel-table-hash-collisions.ll | 9 ; There are 12 names here that are hashed to only 6 hashes (each pair of lines
|