Home
last modified time | relevance | path

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

123

/freebsd/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/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_ldm.c303 size_t hashed; in ZSTD_ldm_fillHashTable() local
307 hashed = ZSTD_ldm_gear_feed(&hashState, ip, (size_t)(iend - ip), splits, &numSplits); in ZSTD_ldm_fillHashTable()
322 ip += hashed; in ZSTD_ldm_fillHashTable()
383 size_t hashed; in ZSTD_ldm_generateSequences_internal() local
387 hashed = ZSTD_ldm_gear_feed(&hashState, ip, ilimit - ip, in ZSTD_ldm_generateSequences_internal()
501 if (anchor > ip + hashed) { in ZSTD_ldm_generateSequences_internal()
504 ip = anchor - hashed; in ZSTD_ldm_generateSequences_internal()
509 ip += hashed; in ZSTD_ldm_generateSequences_internal()
/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstd_ldm.c302 size_t hashed; in ZSTD_ldm_fillHashTable() local
306 hashed = ZSTD_ldm_gear_feed(&hashState, ip, (size_t)(iend - ip), splits, &numSplits); in ZSTD_ldm_fillHashTable()
321 ip += hashed; in ZSTD_ldm_fillHashTable()
382 size_t hashed; in ZSTD_ldm_generateSequences_internal() local
386 hashed = ZSTD_ldm_gear_feed(&hashState, ip, ilimit - ip, in ZSTD_ldm_generateSequences_internal()
500 if (anchor > ip + hashed) { in ZSTD_ldm_generateSequences_internal()
503 ip = anchor - hashed; in ZSTD_ldm_generateSequences_internal()
508 ip += hashed; in ZSTD_ldm_generateSequences_internal()
/freebsd/crypto/openssh/
H A Dhostfile.c772 int hashed = *names == HASH_DELIM, ret; in match_maybe_hashed()
777 *was_hashed = hashed; in match_maybe_hashed()
778 if (hashed) { in match_maybe_hashed()
797 int hashed; in hostkeys_foreach_file()
855 &hashed)) == -1) { in hostkeys_foreach_file()
863 (hashed ? HKF_MATCH_HOST_HASHED : 0); in hostkeys_foreach_file()
868 &hashed)) == -1) { in hostkeys_foreach_file()
877 (hashed ? HKF_MATCH_IP_HASHED : 0); in hostkeys_foreach_file()
770 int hashed = *names == HASH_DELIM, ret; match_maybe_hashed() local
795 int hashed; hostkeys_foreach_file() local
H A Dssh-keyscan.c305 char *hostport = NULL, *hashed = NULL; in keyprint_one()
318 if (hash_hosts && (hashed = host_hash(hostport, NULL, 0)) == NULL) in keyprint_one()
320 known_host = hash_hosts ? hashed : hostport; in keyprint_one()
325 free(hashed); in keyprint_one()
304 char *hostport = NULL, *hashed = NULL; keyprint_one() local
/freebsd/crypto/openssl/doc/man7/
H A DEVP_PKEY-SM2.pod16 to form the message prefix which is hashed before the real message is hashed.
/freebsd/contrib/bmake/unit-tests/
H A Dvarmod-hash.mk69 @echo ${12345:L:hashed} # modifier name too long
/freebsd/tests/sys/netinet6/frag6/
H A Dfrag6_05.sh81 <not-for-hashed-pcb>0</not-for-hashed-pcb>
274 <not-for-hashed-pcb>0</not-for-hashed-pcb>
H A Dfrag6_07.sh72 <not-for-hashed-pcb>0</not-for-hashed-pcb>
H A Dfrag6_01.sh77 <not-for-hashed-pcb>0</not-for-hashed-pcb>
H A Dfrag6_03.sh77 <not-for-hashed-pcb>0</not-for-hashed-pcb>
H A Dfrag6_08.sh72 <not-for-hashed-pcb>0</not-for-hashed-pcb>
H A Dfrag6_09.sh77 <not-for-hashed-pcb>0</not-for-hashed-pcb>
H A Dfrag6_20.sh72 <not-for-hashed-pcb>0</not-for-hashed-pcb>
H A Dfrag6_02.sh77 <not-for-hashed-pcb>0</not-for-hashed-pcb>
H A Dfrag6_04.sh77 <not-for-hashed-pcb>0</not-for-hashed-pcb>
H A Dfrag6_10.sh77 <not-for-hashed-pcb>0</not-for-hashed-pcb>
H A Dfrag6_11.sh77 <not-for-hashed-pcb>0</not-for-hashed-pcb>
H A Dfrag6_12.sh77 <not-for-hashed-pcb>0</not-for-hashed-pcb>
H A Dfrag6_13.sh77 <not-for-hashed-pcb>0</not-for-hashed-pcb>
H A Dfrag6_14.sh77 <not-for-hashed-pcb>0</not-for-hashed-pcb>
H A Dfrag6_16.sh73 <not-for-hashed-pcb>0</not-for-hashed-pcb>
H A Dfrag6_19.sh61 <not-for-hashed-pcb>0</not-for-hashed-pcb>
/freebsd/contrib/file/magic/Magdir/
H A Davm17 # on 2nd line hashed password
/freebsd/crypto/openssl/doc/designs/
H A Dfunctions-for-explicitly-fetched-signature-algorithms.md40 This design proposes an extension to also allow full (not pre-hashed)
150 to be a pre-hashed digest or the original message, must be passed on to the
188 for pre-hashed digest operations). To find out if the `EVP_PKEY` key type

123