Home
last modified time | relevance | path

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

/dflybsd-src/crypto/openssh/
H A Dhostfile.c742 int hashed = *names == HASH_DELIM, ret; in match_maybe_hashed() local
747 *was_hashed = hashed; in match_maybe_hashed()
748 if (hashed) { in match_maybe_hashed()
767 int hashed; in hostkeys_foreach_file() local
819 &hashed)) == -1) { in hostkeys_foreach_file()
827 (hashed ? HKF_MATCH_HOST_HASHED : 0); in hostkeys_foreach_file()
832 &hashed)) == -1) { in hostkeys_foreach_file()
841 (hashed ? HKF_MATCH_IP_HASHED : 0); in hostkeys_foreach_file()
H A Dssh-keyscan.c317 char *hostport = NULL, *hashed = NULL; in keyprint_one() local
330 if (hash_hosts && (hashed = host_hash(hostport, NULL, 0)) == NULL) in keyprint_one()
332 known_host = hash_hosts ? hashed : hostport; in keyprint_one()
337 free(hashed); in keyprint_one()
H A DPROTOCOL.sshsig63 Data to be signed is first hashed with the specified hash_algorithm.
H A Dclientloop.c2174 int hashed; in hostkeys_check_old() local
2180 hashed = l->match & (HKF_MATCH_HOST_HASHED|HKF_MATCH_IP_HASHED); in hostkeys_check_old()
2186 hashed ? "[HASHED]" : l->hosts); in hostkeys_check_old()
H A Dssh-keygen.c1194 char *hashed, *cp, *hosts, *ohosts; in known_hosts_hash() local
1221 if ((hashed = host_hash(cp, NULL, 0)) == NULL) in known_hosts_hash()
1223 fprintf(ctx->out, "%s %s\n", hashed, l->rawkey); in known_hosts_hash()
1224 free(hashed); in known_hosts_hash()
/dflybsd-src/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
/dflybsd-src/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
/dflybsd-src/contrib/pam_passwdqc/
H A DREADME119 on hashed passwords.
/dflybsd-src/contrib/gcc-4.7/gcc/doc/
H A Dcppinternals.texi421 @code{__GNUC__} are identifiers and hashed when lexed.
/dflybsd-src/sys/vfs/hammer2/
H A DDESIGN558 Directories are hashed. In HAMMER2, the PFS ROOT directory (aka inode 1 for
/dflybsd-src/crypto/libressl/
H A DChangeLog940 verifier to fix hashed certificate directories.
/dflybsd-src/contrib/wpa_supplicant/wpa_supplicant/
H A DChangeLog338 * added support for hashed password (NtHash) in EAP-pwd peer