Searched refs:hashed (Results 1 - 8 of 8) sorted by relevance

/freebsd-10-stable/crypto/openssh/regress/
H A Dkeygen-knownhosts.sh112 # CA key output is not hashed.
118 # Revoked key output is not hashed.
124 # Key with wildcard hostname should not be hashed.
129 # Comma-separated hostnames should be expanded and hashed.
181 cp $OBJ/kh.hosts $OBJ/kh.hashed.orig
187 check_hashed_find host-a "find simple in hashed" $OBJ/kh.hosts
192 check_hashed_find host-h "find simple in hashed" $OBJ/kh.hosts
195 cp $OBJ/kh.hashed.orig $OBJ/kh.hashed
196 ${SSHKEYGEN} -qf $OBJ/kh.hashed
[all...]
/freebsd-10-stable/crypto/openssh/
H A Dhostfile.c654 int hashed = *names == HASH_DELIM; local
659 *was_hashed = hashed;
660 if (hashed) {
678 int hashed; local
732 &hashed)) == -1) {
740 (hashed ? HKF_MATCH_HOST_HASHED : 0);
745 &hashed)) == -1) {
754 (hashed ? HKF_MATCH_IP_HASHED : 0);
H A Dssh-keygen.c1083 char *hashed, *cp, *hosts, *ohosts; local
1090 * Don't hash hosts already already hashed, with wildcard
1109 if ((hashed = host_hash(cp, NULL, 0)) == NULL)
1111 fprintf(ctx->out, "%s %s\n", hashed, l->rawkey);
/freebsd-10-stable/contrib/gdb/gdb/
H A Ddictionary.c173 struct dictionary_hashed hashed; member in union:dictionary::__anon1324
187 #define DICT_HASHED_NBUCKETS(d) (d)->data.hashed.nbuckets
188 #define DICT_HASHED_BUCKETS(d) (d)->data.hashed.buckets
218 hashed dictionaries, the bucket of the last symbol returned. */
220 /* For hashed dictionaries, this points to the last symbol returned;
/freebsd-10-stable/contrib/ipfilter/tools/
H A Dipf_y.y62 static int hashed = 0;
989 | hash '/' YY_NUMBER { hashed = 1;
999 | hash '/' YY_STR { hashed = 1;
1008 | hash '=' '(' { hashed = 1;
2150 hashed = 0;
2269 hashed = 0;
/freebsd-10-stable/crypto/openssl/crypto/sha/asm/
H A Dsha1-ppc.pl205 ; and hashed separately...
H A Dsha512-ppc.pl239 ; and hashed separately...
/freebsd-10-stable/contrib/ncurses/
H A Dconfigure729 --with-hashed-db specify hashed-database library
5407 echo "$as_me:5407: checking whether to use hashed database instead of directory/tree" >&5
5408 echo $ECHO_N "checking whether to use hashed database instead of directory/tree... $ECHO_C" >&6
5410 # Check whether --with-hashed-db or --without-hashed-db was given.

Completed in 145 milliseconds