| /freebsd-13.1/crypto/openssl/doc/man3/ |
| H A D | EVP_BytesToKey.pod | 47 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 D | unbound-control-setup.sh | 52 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 D | unbound-control-setup.sh.in | 52 HASH=sha256 125 default_md=$HASH 163 default_md=$HASH 192 -$HASH \
|
| /freebsd-13.1/contrib/diff/src/ |
| H A D | io.c | 33 #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 D | Makefile | 102 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 D | Makefile | 179 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 D | percent.sh | 81 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 D | portsnap.sh | 965 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 D | pred.c | 60 #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 D | freebsd-update.sh | 1928 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 D | hash.c | 121 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 D | THIRDPARTYLICENSE.descrip | 1 LICENSE TERMS OF SKEIN HASH ALGORITHM IMPLEMENTATION
|
| /freebsd-13.1/sys/netgraph/ |
| H A D | ng_etf.c | 142 #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 D | ng_pred1.c | 69 #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 D | ng_bridge.c | 1039 #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 D | sigev_thread.c | 51 #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 D | hashtable.h | 159 #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 D | test.in | 14 $Qux:: frobby zow#$ (OK -- HASH BEFORE $)' '
|
| /freebsd-13.1/contrib/bmake/unit-tests/ |
| H A D | varmod-select-words.mk | 20 HASH= \#
|
| /freebsd-13.1/sys/contrib/openzfs/.github/workflows/ |
| H A D | zfs-tests-functional.yml | 52 HASH=$(md5sum "${FILE}" | awk '{ print $1 }') 53 if [ "${HASH}" = "121ff0ef1936cd2ef65aec0458a35772" ]; then
|
| H A D | zfs-tests-sanity.yml | 48 HASH=$(md5sum "${FILE}" | awk '{ print $1 }') 49 if [ "${HASH}" = "121ff0ef1936cd2ef65aec0458a35772" ]; then
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Basic/ |
| H A D | IdentifierTable.cpp | 318 #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 D | mppcc.c | 48 #define HASH(x) (((40543*(((((x)[0]<<4)^(x)[1])<<4)^(x)[2]))>>4) & 0x1fff) macro 193 idx = HASH(s); in MPPC_Compress()
|
| H A D | if_vlan.c | 347 #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 D | st,stm32-hash.yaml | 7 title: STMicroelectronics STM32 HASH bindings
|