/openbsd/regress/usr.bin/ssh/ |
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"
|
/openbsd/usr.bin/ssh/ |
H A D | hostfile.c | 735 int hashed = *names == HASH_DELIM, ret; in match_maybe_hashed() local 740 *was_hashed = hashed; in match_maybe_hashed() 741 if (hashed) { in match_maybe_hashed() 760 int hashed; in hostkeys_foreach_file() local 812 &hashed)) == -1) { in hostkeys_foreach_file() 820 (hashed ? HKF_MATCH_HOST_HASHED : 0); in hostkeys_foreach_file() 825 &hashed)) == -1) { in hostkeys_foreach_file() 834 (hashed ? HKF_MATCH_IP_HASHED : 0); in hostkeys_foreach_file()
|
H A D | ssh-keyscan.c | 292 char *hostport = NULL, *hashed = NULL; in keyprint_one() local 305 if (hash_hosts && (hashed = host_hash(hostport, NULL, 0)) == NULL) in keyprint_one() 307 known_host = hash_hosts ? hashed : hostport; in keyprint_one() 312 free(hashed); in keyprint_one()
|
H A D | PROTOCOL.sshsig | 63 Data to be signed is first hashed with the specified hash_algorithm.
|
H A D | libcrux_mlkem768_sha3.h | 10944 uint8_t hashed[64U]; in libcrux_ml_kem_ind_cca_decapsulate_70() local 10948 Eurydice_array_to_slice((size_t)64U, hashed, uint8_t), in libcrux_ml_kem_ind_cca_decapsulate_70() 11104 uint8_t hashed[64U]; in libcrux_ml_kem_ind_cca_encapsulate_cd() local 11106 Eurydice_array_to_slice((size_t)64U, to_hash, uint8_t), hashed); in libcrux_ml_kem_ind_cca_encapsulate_cd() 11108 Eurydice_array_to_slice((size_t)64U, hashed, uint8_t), in libcrux_ml_kem_ind_cca_encapsulate_cd() 11419 uint8_t hashed[64U]; in libcrux_ml_kem_ind_cpa_generate_keypair_fc() local 11709 uint8_t hashed[64U]; in libcrux_ml_kem_ind_cca_decapsulate_700() local 11713 Eurydice_array_to_slice((size_t)64U, hashed, uint8_t), in libcrux_ml_kem_ind_cca_decapsulate_700() 11853 uint8_t hashed[64U]; in libcrux_ml_kem_ind_cca_encapsulate_cd0() local 11857 Eurydice_array_to_slice((size_t)64U, hashed, uint8_t), in libcrux_ml_kem_ind_cca_encapsulate_cd0() [all …]
|
H A D | clientloop.c | 2160 int hashed; in hostkeys_check_old() local 2166 hashed = l->match & (HKF_MATCH_HOST_HASHED|HKF_MATCH_IP_HASHED); in hostkeys_check_old() 2172 hashed ? "[HASHED]" : l->hosts); in hostkeys_check_old()
|
H A D | ssh-keygen.c | 1199 char *hashed, *cp, *hosts, *ohosts; in known_hosts_hash() local 1226 if ((hashed = host_hash(cp, NULL, 0)) == NULL) in known_hosts_hash() 1228 fprintf(ctx->out, "%s %s\n", hashed, l->rawkey); in known_hosts_hash() 1229 free(hashed); in known_hosts_hash()
|
/openbsd/usr.sbin/ldapd/schema/ |
H A D | bsd.schema | 2 DESC 'POSIX hashed password'
|
/openbsd/gnu/usr.bin/binutils/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
|
/openbsd/lib/libcrypto/mlkem/ |
H A D | mlkem1024.c | 875 uint8_t hashed[64]; in MLKEM1024_generate_key_external_entropy() local 881 hash_g(hashed, augmented_seed, 33); in MLKEM1024_generate_key_external_entropy() 882 rho = hashed; in MLKEM1024_generate_key_external_entropy() 883 sigma = hashed + 32; in MLKEM1024_generate_key_external_entropy() 884 memcpy(priv->pub.rho, hashed, sizeof(priv->pub.rho)); in MLKEM1024_generate_key_external_entropy()
|
H A D | mlkem768.c | 874 uint8_t hashed[64]; in MLKEM768_generate_key_external_entropy() local 880 hash_g(hashed, augmented_seed, 33); in MLKEM768_generate_key_external_entropy() 881 rho = hashed; in MLKEM768_generate_key_external_entropy() 882 sigma = hashed + 32; in MLKEM768_generate_key_external_entropy() 883 memcpy(priv->pub.rho, hashed, sizeof(priv->pub.rho)); in MLKEM768_generate_key_external_entropy()
|
/openbsd/share/dict/ |
H A D | README | 35 which may be hashed in with the regular lists on machines having many users
|
/openbsd/gnu/llvm/clang/docs/analyzer/developer-docs/ |
H A D | DebugChecks.rst | 251 is used to calculate this hash it is possible to dump the hashed string as a 258 clang_analyzer_hashDump(x); // expected-warning{{hashed string for x}}
|
/openbsd/gnu/llvm/llvm/docs/CommandGuide/ |
H A D | dsymutil.rst | 147 '.apple_types' hashed accelerator tables.
|
/openbsd/gnu/usr.bin/binutils-2.17/opcodes/ |
H A D | cgen-asm.in | 344 /* The instructions are stored in hashed lists.
|
/openbsd/gnu/usr.bin/binutils/opcodes/ |
H A D | cgen-asm.in | 343 /* The instructions are stored in hashed lists.
|
/openbsd/gnu/llvm/clang/include/clang/Basic/ |
H A D | DiagnosticDriverKinds.td | 492 "'blockname:major:minor:hashed:user info'">;
|
/openbsd/gnu/usr.bin/cvs/ |
H A D | ChangeLog.zoo | 584 added a generic hashed list manager, re-wrote the modules database
|
H A D | NEWS | 1043 added a generic hashed list manager, re-wrote the modules database
|
/openbsd/distrib/notes/ |
H A D | m4.common | 774 Here is a response file example that uses a hashed password (see
|
/openbsd/gnu/gcc/libstdc++-v3/docs/html/faq/ |
H A D | index.txt | 851 unordered_multiset, and unordered_multimap containers are hashed
|
/openbsd/gnu/usr.bin/gcc/gcc/doc/ |
H A D | cppinternals.texi | 418 @code{__GNUC__} are identifiers and hashed when lexed.
|
/openbsd/gnu/gcc/gcc/doc/ |
H A D | cppinternals.info | 373 all of `pragma', `int', `foo' and `__GNUC__' are identifiers and hashed
|
H A D | cppinternals.texi | 418 @code{__GNUC__} are identifiers and hashed when lexed.
|
/openbsd/usr.sbin/unbound/doc/ |
H A D | example.conf.in | 1272 # # secret seed string to calculate hashed keys
|