Home
last modified time | relevance | path

Searched refs:HASH (Results 1 – 25 of 38) sorted by relevance

12

/freebsd-13.1/crypto/openssl/doc/man3/
H A DEVP_BytesToKey.pod47 D_i = HASH^count(D_(i-1) || data || salt)
49 where || denotes concatenation, D_0 is empty, HASH is the digest
50 algorithm in use, HASH^1(data) is simply HASH(data), HASH^2(data)
51 is HASH(HASH(data)) and so on.
/freebsd-13.1/contrib/unbound/smallapp/
H A Dunbound-control-setup.sh52 HASH=sha256
112 echo "default_md=$HASH" >> request.cfg
129 echo "default_md=$HASH" >> request.cfg
139 …days $DAYS -CA $SVR_BASE"_trust.pem" -CAkey $SVR_BASE.key -CAcreateserial -$HASH -out $CTL_BASE.pem
H A Dunbound-control-setup.sh.in52 HASH=sha256
125 default_md=$HASH
163 default_md=$HASH
192 -$HASH \
/freebsd-13.1/contrib/diff/src/
H A Dio.c33 #define HASH(h, c) ((c) + ROL (h, 7)) macro
254 h = HASH (h, tolower (c)); in find_and_hash_each_line()
267 h = HASH (h, ' '); in find_and_hash_each_line()
271 h = HASH (h, tolower (c)); in find_and_hash_each_line()
307 h = HASH (h, c); in find_and_hash_each_line()
315 h = HASH (h, tolower (c)); in find_and_hash_each_line()
324 h = HASH (h, c); in find_and_hash_each_line()
337 h = HASH (h, ' '); in find_and_hash_each_line()
341 h = HASH (h, c); in find_and_hash_each_line()
376 h = HASH (h, c); in find_and_hash_each_line()
[all …]
/freebsd-13.1/sys/contrib/zstd/programs/
H A DMakefile102 HASH ?= md5 macro
104 HASH ?= gmd5sum macro
106 HASH ?= md5 macro
108 HASH ?= md5sum macro
109 HAVE_HASH :=$(shell echo 1 | $(HASH) > /dev/null && echo 1 || echo 0)
112 HASH_DIR = conf_$(shell echo $(CC) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) $(ZSTD_FILES) | $(HASH) | cut -…
114 …$(info warning : could not find HASH ($(HASH)), needed to differentiate builds using different fla…
235 SRCBIN_HASH = $(shell cat $(BUILD_DIR)/zstd 2> $(VOID) | $(HASH) | cut -f 1 -d " ")
236 DSTBIN_HASH = $(shell cat zstd 2> $(VOID) | $(HASH) | cut -f 1 -d " ")
/freebsd-13.1/sys/contrib/zstd/lib/
H A DMakefile179 HASH ?= md5 macro
181 HASH ?= gmd5sum macro
183 HASH ?= md5 macro
185 HASH ?= md5sum macro
187 HASH_DIR = conf_$(shell echo $(CC) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) $(ZSTD_FILES) | $(HASH) | cut -…
188 HAVE_HASH :=$(shell echo 1 | $(HASH) > /dev/null && echo 1 || echo 0)
190 …$(info warning : could not find HASH ($(HASH)), needed to differentiate builds using different fla…
/freebsd-13.1/crypto/openssh/regress/
H A Dpercent.sh81 HASH=`printf "${HOSTNAME}127.0.0.1${PORT}$REMUSER" |
84 trial $i '%C' $HASH
99 "%/$HASH/$USERID/127.0.0.1/$HOME/$HOST/$HOSTNAME/somehost/$PORT/$REMUSER/$USER"
/freebsd-13.1/usr.sbin/portsnap/portsnap/
H A Dportsnap.sh965 fi | while read FILE HASH; do
967 if ! [ -s "${WORKDIR}/files/${HASH}.gz" ]; then
968 echo "files/${HASH}.gz not found -- snapshot corrupt."
975 tar -xz --numeric-owner -f ${WORKDIR}/files/${HASH}.gz \
980 tar -xz --numeric-owner -f ${WORKDIR}/files/${HASH}.gz \
1009 while read FILE HASH; do
1011 if ! [ -s "${WORKDIR}/files/${HASH}.gz" ]; then
1012 echo "files/${HASH}.gz not found -- snapshot corrupt."
1018 tar -xz --numeric-owner -f ${WORKDIR}/files/${HASH}.gz \
1022 tar -xz --numeric-owner -f ${WORKDIR}/files/${HASH}.gz \
/freebsd-13.1/usr.sbin/ppp/
H A Dpred.c60 #define HASH(state, x) state->hash = (state->hash << 4) ^ (x) macro
85 HASH(state, *source++); in compress()
98 HASH(state, *source++); in SyncTable()
122 HASH(state, *dest++); in decompress()
/freebsd-13.1/usr.sbin/freebsd-update/
H A Dfreebsd-update.sh1928 while read HASH; do
1929 if ! [ -f files/${HASH}.gz ]; then
1930 echo ${HASH}
1946 if [ -f files/${HASH}.gz ]; then
1959 gzip -c < tmpfile > files/${HASH}.gz
2769 while read HASH; do
2770 if ! [ -f files/${HASH}.gz ]; then
2900 gunzip < files/${HASH}.gz > ${HASH}
2903 rm ${HASH}
2911 ln -sfh ${HASH} ${BASEDIR}/${FPATH}
[all …]
/freebsd-13.1/contrib/bmake/
H A Dhash.c121 DEBUG4(HASH, "HashTable_Find: %p h=%08x key=%.*s\n", in HashTable_Find()
240 DEBUG4(HASH, "HashTable_Enlarge: %p size=%d entries=%d maxchain=%d\n", in HashTable_Enlarge()
331 DEBUG4(HASH, "HashTable %s: size=%u numEntries=%u maxchain=%u\n", in HashTable_DebugStats()
/freebsd-13.1/sys/contrib/openzfs/module/icp/algs/skein/
H A DTHIRDPARTYLICENSE.descrip1 LICENSE TERMS OF SKEIN HASH ALGORITHM IMPLEMENTATION
/freebsd-13.1/sys/netgraph/
H A Dng_etf.c142 #define HASH(et) ((((et)>>12)+((et)>>8)+((et)>>4)+(et)) & 0x0f) macro
160 struct filterhead *chain = etfp->hashtable + HASH(ethertype); in ng_etf_findentry()
327 + HASH(fil->ethertype), in ng_etf_rcvmsg()
H A Dng_pred1.c69 #define HASH(x) priv->Hash = (priv->Hash << 4) ^ (x) macro
604 HASH(*source++); in Pred1Compress()
646 HASH(*dest++); in Pred1Decompress()
664 HASH(*source++); in Pred1SyncTable()
H A Dng_bridge.c1039 #define HASH(addr,mask) ( (((const u_int16_t *)(addr))[0] \ macro
1049 const int bucket = HASH(addr, priv->hashMask); in ng_bridge_get()
1066 const int bucket = HASH(addr, priv->hashMask); in ng_bridge_put()
1159 newBucket = HASH(host->addr, newMask); in ng_bridge_rehash()
/freebsd-13.1/lib/librt/
H A Dsigev_thread.c51 #define HASH(t, id) ((((id) << 3) + (t)) % HASH_QUEUES) macro
250 int chain = HASH(type, id); in __sigev_find()
262 int chain = HASH(sn->sn_type, sn->sn_id); in __sigev_register()
/freebsd-13.1/usr.sbin/nscd/
H A Dhashtable.h159 #define HASHTABLE_GENERATE(name, entry_, type, field, HASH, CMP) \ argument
163 return HASH(data, table->entries_size); \
/freebsd-13.1/usr.bin/ident/tests/
H A Dtest.in14 $Qux:: frobby zow#$ (OK -- HASH BEFORE $)' '
/freebsd-13.1/contrib/bmake/unit-tests/
H A Dvarmod-select-words.mk20 HASH= \#
/freebsd-13.1/sys/contrib/openzfs/.github/workflows/
H A Dzfs-tests-functional.yml52 HASH=$(md5sum "${FILE}" | awk '{ print $1 }')
53 if [ "${HASH}" = "121ff0ef1936cd2ef65aec0458a35772" ]; then
H A Dzfs-tests-sanity.yml48 HASH=$(md5sum "${FILE}" | awk '{ print $1 }')
49 if [ "${HASH}" = "121ff0ef1936cd2ef65aec0458a35772" ]; then
/freebsd-13.1/contrib/llvm-project/clang/lib/Basic/
H A DIdentifierTable.cpp318 #define HASH(LEN, FIRST, THIRD) \ in getPPKeywordID() macro
321 case HASH(LEN, FIRST, THIRD): \ in getPPKeywordID()
327 switch (HASH(Len, Name[0], Name[2])) { in getPPKeywordID()
361 #undef HASH in getPPKeywordID()
/freebsd-13.1/sys/net/
H A Dmppcc.c48 #define HASH(x) (((40543*(((((x)[0]<<4)^(x)[1])<<4)^(x)[2]))>>4) & 0x1fff) macro
193 idx = HASH(s); in MPPC_Compress()
H A Dif_vlan.c347 #define HASH(n, m) ((((n) >> 8) ^ ((n) >> 4) ^ (n)) & (m)) macro
397 i = HASH(ifv->ifv_vid, trunk->hmask); in vlan_inshash()
409 i = HASH(ifv->ifv_vid, trunk->hmask); in vlan_inshash()
427 i = HASH(ifv->ifv_vid, trunk->hmask); in vlan_remhash()
478 j = HASH(ifv->ifv_vid, n2 - 1); in vlan_growhash()
499 CK_SLIST_FOREACH(ifv, &trunk->hash[HASH(vid, trunk->hmask)], ifv_list) in vlan_gethash()
/freebsd-13.1/sys/contrib/device-tree/Bindings/crypto/
H A Dst,stm32-hash.yaml7 title: STMicroelectronics STM32 HASH bindings

12