| /freebsd-12.1/crypto/openssh/regress/ |
| H A D | keygen-knownhosts.sh | 204 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 D | hostfile.c | 646 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 D | ssh-keyscan.c | 289 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 D | ssh-keygen.c | 1147 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 D | SM2.pod | 15 to form the message prefix which is hashed before the real message is hashed.
|
| /freebsd-12.1/contrib/gdb/gdb/ |
| H A D | dictionary.c | 173 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 D | RIPEMD160_Init.pod | 35 be hashed (B<len> bytes at B<data>).
|
| H A D | MDC2_Init.pod | 36 be hashed (B<len> bytes at B<data>).
|
| H A D | MD5.pod | 52 be hashed (B<len> bytes at B<data>).
|
| H A D | X509_STORE_add_cert.pod | 71 in the directory must be in hashed form, as documented in
|
| H A D | SHA256_Init.pod | 64 be hashed (B<len> bytes at B<data>).
|
| H A D | X509_LOOKUP_hash_dir.pod | 112 hashed names for all files with .pem suffix in a given directory.
|
| H A D | EVP_DigestInit.pod | 119 useful if large amounts of data are to be hashed which only differ in the last
|
| H A D | EVP_PKEY_meth_new.pod | 350 signature algorithms like SM2 which requires a hashed prefix to the message to
|
| /freebsd-12.1/contrib/bearssl/src/x509/ |
| H A D | x509_minimal.t0 | 84 * -- 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 D | ipf_y.y | 62 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 D | pkeyutl.pod | 204 They accept non-hashed input, but this utility can only be used to sign hashed
|
| H A D | dgst.pod | 123 Create a hashed MAC using "key".
|
| /freebsd-12.1/lib/libsecureboot/ |
| H A D | README.rst | 107 Ie. client sends a hash which during signing gets hashed again.
|
| /freebsd-12.1/contrib/file/magic/Magdir/ |
| H A D | pgp | 269 # encrypted keymaterial needs s2k & can be checksummed/hashed 296 >5 byte 0xfe hashed
|
| /freebsd-12.1/sys/contrib/libsodium/ |
| H A D | ChangeLog | 74 - 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 D | INSTALL | 511 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 D | configure.in | 467 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 D | cfhead.m4 | 260 # set our default hashed database type
|
| /freebsd-12.1/contrib/binutils/opcodes/ |
| H A D | cgen-asm.in | 344 /* The instructions are stored in hashed lists.
|