Home
last modified time | relevance | path

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

12

/openbsd/regress/usr.bin/ssh/
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"
/openbsd/usr.bin/ssh/
H A Dhostfile.c735 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 Dssh-keyscan.c292 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 DPROTOCOL.sshsig63 Data to be signed is first hashed with the specified hash_algorithm.
H A Dlibcrux_mlkem768_sha3.h10944 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 Dclientloop.c2160 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 Dssh-keygen.c1199 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 Dbsd.schema2 DESC 'POSIX hashed password'
/openbsd/gnu/usr.bin/binutils/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
/openbsd/lib/libcrypto/mlkem/
H A Dmlkem1024.c875 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 Dmlkem768.c874 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 DREADME35 which may be hashed in with the regular lists on machines having many users
/openbsd/gnu/llvm/clang/docs/analyzer/developer-docs/
H A DDebugChecks.rst251 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 Ddsymutil.rst147 '.apple_types' hashed accelerator tables.
/openbsd/gnu/usr.bin/binutils-2.17/opcodes/
H A Dcgen-asm.in344 /* The instructions are stored in hashed lists.
/openbsd/gnu/usr.bin/binutils/opcodes/
H A Dcgen-asm.in343 /* The instructions are stored in hashed lists.
/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DDiagnosticDriverKinds.td492 "'blockname:major:minor:hashed:user info'">;
/openbsd/gnu/usr.bin/cvs/
H A DChangeLog.zoo584 added a generic hashed list manager, re-wrote the modules database
H A DNEWS1043 added a generic hashed list manager, re-wrote the modules database
/openbsd/distrib/notes/
H A Dm4.common774 Here is a response file example that uses a hashed password (see
/openbsd/gnu/gcc/libstdc++-v3/docs/html/faq/
H A Dindex.txt851 unordered_multiset, and unordered_multimap containers are hashed
/openbsd/gnu/usr.bin/gcc/gcc/doc/
H A Dcppinternals.texi418 @code{__GNUC__} are identifiers and hashed when lexed.
/openbsd/gnu/gcc/gcc/doc/
H A Dcppinternals.info373 all of `pragma', `int', `foo' and `__GNUC__' are identifiers and hashed
H A Dcppinternals.texi418 @code{__GNUC__} are identifiers and hashed when lexed.
/openbsd/usr.sbin/unbound/doc/
H A Dexample.conf.in1272 # # secret seed string to calculate hashed keys

12