Home
last modified time | relevance | path

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

12

/freebsd-12.1/crypto/openssh/regress/
H A Dkeygen-knownhosts.sh204 cp $OBJ/kh.hosts $OBJ/kh.hashed.orig
218 cp $OBJ/kh.hashed.orig $OBJ/kh.hashed
219 ${SSHKEYGEN} -qf $OBJ/kh.hashed -R host-a 2>/dev/null
220 ${SSHKEYGEN} -qf $OBJ/kh.hashed -F host-a && fail "found key after hashed remove"
/freebsd-12.1/crypto/openssh/
H A Dhostfile.c646 int hashed = *names == HASH_DELIM; in match_maybe_hashed() local
651 *was_hashed = hashed; in match_maybe_hashed()
652 if (hashed) { in match_maybe_hashed()
670 int hashed; in hostkeys_foreach() local
725 &hashed)) == -1) { in hostkeys_foreach()
733 (hashed ? HKF_MATCH_HOST_HASHED : 0); in hostkeys_foreach()
738 &hashed)) == -1) { in hostkeys_foreach()
747 (hashed ? HKF_MATCH_IP_HASHED : 0); in hostkeys_foreach()
H A Dssh-keyscan.c289 const char *known_host, *hashed; in keyprint_one() local
298 if (hash_hosts && (hashed = host_hash(host, NULL, 0)) == NULL) in keyprint_one()
300 known_host = hash_hosts ? hashed : hostport; in keyprint_one()
H A Dssh-keygen.c1147 char *hashed, *cp, *hosts, *ohosts; in known_hosts_hash() local
1174 if ((hashed = host_hash(cp, NULL, 0)) == NULL) in known_hosts_hash()
1176 fprintf(ctx->out, "%s %s\n", hashed, l->rawkey); in known_hosts_hash()
/freebsd-12.1/crypto/openssl/doc/man7/
H A DSM2.pod15 to form the message prefix which is hashed before the real message is hashed.
/freebsd-12.1/contrib/gdb/gdb/
H A Ddictionary.c173 struct dictionary_hashed hashed; member
187 #define DICT_HASHED_NBUCKETS(d) (d)->data.hashed.nbuckets
188 #define DICT_HASHED_BUCKETS(d) (d)->data.hashed.buckets
/freebsd-12.1/crypto/openssl/doc/man3/
H A DRIPEMD160_Init.pod35 be hashed (B<len> bytes at B<data>).
H A DMDC2_Init.pod36 be hashed (B<len> bytes at B<data>).
H A DMD5.pod52 be hashed (B<len> bytes at B<data>).
H A DX509_STORE_add_cert.pod71 in the directory must be in hashed form, as documented in
H A DSHA256_Init.pod64 be hashed (B<len> bytes at B<data>).
H A DX509_LOOKUP_hash_dir.pod112 hashed names for all files with .pem suffix in a given directory.
H A DEVP_DigestInit.pod119 useful if large amounts of data are to be hashed which only differ in the last
H A DEVP_PKEY_meth_new.pod350 signature algorithms like SM2 which requires a hashed prefix to the message to
/freebsd-12.1/contrib/bearssl/src/x509/
H A Dx509_minimal.t084 * -- Otherwise, the hashed subject DN is compared with the saved
98 * key data is copied to ee_pkey_data[]. The key and hashed subject
134 * is unknown. The hashed TBS corresponding to the signature hash
142 * -- Certificate end: the hashed issuer DN (saved_dn_hash[]) is
145 * anchor public key (hashed TBS is in tbs_hash[]). If one of these
1186 \ Issuer name: hashed, then copied into next_dn_hash[].
1202 \ For a non-EE certificate, the hashed subject DN must match
1203 \ the saved hashed issuer DN from the previous certificate.
1208 \ Move the hashed issuer DN for this certificate into the
/freebsd-12.1/contrib/ipfilter/tools/
H A Dipf_y.y62 static int hashed = 0; variable
989 | hash '/' YY_NUMBER { hashed = 1;
999 | hash '/' YY_STR { hashed = 1;
1008 | hash '=' '(' { hashed = 1;
2150 hashed = 0;
2269 hashed = 0; in resetaddr()
/freebsd-12.1/crypto/openssl/doc/man1/
H A Dpkeyutl.pod204 They accept non-hashed input, but this utility can only be used to sign hashed
H A Ddgst.pod123 Create a hashed MAC using "key".
/freebsd-12.1/lib/libsecureboot/
H A DREADME.rst107 Ie. client sends a hash which during signing gets hashed again.
/freebsd-12.1/contrib/file/magic/Magdir/
H A Dpgp269 # encrypted keymaterial needs s2k & can be checksummed/hashed
296 >5 byte 0xfe hashed
/freebsd-12.1/sys/contrib/libsodium/
H A DChangeLog74 - Passwords can be hashed using a specific algorithm with the new
104 the algorithm and can verify both Argon2i and Argon2id hashed passwords.
105 The default algorithm for newly hashed passwords remains Argon2i in
/freebsd-12.1/contrib/ncurses/
H A DINSTALL511 the hashed database system produced using cap_mkdb or similar tools.
515 See also the --with-hashed-db option.
814 --with-hashed-db[=XXX]
815 Use a hashed database for storing terminfo data rather than storing
826 to write entries in the hashed database. infocmp can still read
828 hashed database. To do this, infocmp determines whether the $TERMINFO
830 or hashed database respectively.
832 You cannot have a directory containing both hashed-database and
837 --with-hashed-db=/usr/local/BigBase
1313 Also (if using the hashed database configuration):
H A Dconfigure.in467 AC_MSG_CHECKING(whether to use hashed database instead of directory/tree)
468 AC_ARG_WITH(hashed-db,
469 [ --with-hashed-db specify hashed-database library],,
1490 AC_DEFINE(USE_HASHED_DB,1,[Define to 1 if we should build terminfo in hashed database])
/freebsd-12.1/contrib/sendmail/cf/m4/
H A Dcfhead.m4260 # set our default hashed database type
/freebsd-12.1/contrib/binutils/opcodes/
H A Dcgen-asm.in344 /* The instructions are stored in hashed lists.

12