Home
last modified time | relevance | path

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

/dragonfly/crypto/openssh/
H A Dhostfile.c733 int hashed = *names == HASH_DELIM, ret; in match_maybe_hashed() local
738 *was_hashed = hashed; in match_maybe_hashed()
739 if (hashed) { in match_maybe_hashed()
758 int hashed; in hostkeys_foreach_file() local
810 &hashed)) == -1) { in hostkeys_foreach_file()
818 (hashed ? HKF_MATCH_HOST_HASHED : 0); in hostkeys_foreach_file()
823 &hashed)) == -1) { in hostkeys_foreach_file()
832 (hashed ? HKF_MATCH_IP_HASHED : 0); in hostkeys_foreach_file()
H A Dssh-keyscan.c310 char *hostport = NULL, *hashed = NULL; in keyprint_one() local
322 if (hash_hosts && (hashed = host_hash(hostport, NULL, 0)) == NULL) in keyprint_one()
324 known_host = hash_hosts ? hashed : hostport; in keyprint_one()
329 free(hashed); in keyprint_one()
H A DPROTOCOL.sshsig63 Data to be signed is first hashed with the specified hash_algorithm.
H A Dclientloop.c1948 int hashed; in hostkeys_check_old() local
1954 hashed = l->match & (HKF_MATCH_HOST_HASHED|HKF_MATCH_IP_HASHED); in hostkeys_check_old()
1960 hashed ? "[HASHED]" : l->hosts); in hostkeys_check_old()
H A Dssh-keygen.c1179 char *hashed, *cp, *hosts, *ohosts; in known_hosts_hash() local
1206 if ((hashed = host_hash(cp, NULL, 0)) == NULL) in known_hosts_hash()
1208 fprintf(ctx->out, "%s %s\n", hashed, l->rawkey); in known_hosts_hash()
1209 free(hashed); in known_hosts_hash()
/dragonfly/contrib/gdb-7/gdb/
H A Ddictionary.c172 struct dictionary_hashed hashed; member
186 #define DICT_HASHED_NBUCKETS(d) (d)->data.hashed.nbuckets
187 #define DICT_HASHED_BUCKETS(d) (d)->data.hashed.buckets
/dragonfly/contrib/file/magic/Magdir/
H A Davm17 # on 2nd line hashed password
H A Dpgp291 # encrypted keymaterial needs s2k & can be checksummed/hashed
318 >5 byte 0xfe hashed
/dragonfly/contrib/pam_passwdqc/
H A DREADME119 on hashed passwords.
/dragonfly/contrib/gcc-4.7/gcc/doc/
H A Dcppinternals.texi421 @code{__GNUC__} are identifiers and hashed when lexed.
/dragonfly/sys/vfs/hammer2/
H A DDESIGN558 Directories are hashed. In HAMMER2, the PFS ROOT directory (aka inode 1 for
/dragonfly/crypto/libressl/
H A DChangeLog940 verifier to fix hashed certificate directories.
/dragonfly/contrib/wpa_supplicant/wpa_supplicant/
H A DChangeLog338 * added support for hashed password (NtHash) in EAP-pwd peer