Searched refs:HASH (Results 1 - 25 of 28) sorted by relevance

12

/freebsd-13-stable/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 openssl req -key $CTL_BASE.key -config request.cfg -new | openssl x509 -req -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-stable/contrib/bmake/unit-tests/
H A Dmodword.mk15 HASH= \# macro
117 @echo 'HASH="${HASH}" == "#" ?'
118 @echo 'LIST:[$${HASH}]="${LIST:[${HASH}]}"'
128 @echo 'LIST:[$${LIST:[$${HASH}]}]="${LIST:[${LIST:[${HASH}]}]}"'
H A Dmodword.exp90 HASH="#" == "#" ?
91 LIST:[${HASH}]="6"
102 LIST:[${LIST:[${HASH}]}]="six"
/freebsd-13-stable/contrib/diff/src/
H A Dio.c33 #define HASH(h, c) ((c) + ROL (h, 7)) macro
258 h = HASH (h, tolower (c));
271 h = HASH (h, ' ');
275 h = HASH (h, tolower (c));
311 h = HASH (h, c);
319 h = HASH (h, tolower (c));
328 h = HASH (h, c);
341 h = HASH (h, ' ');
345 h = HASH (h, c);
380 h = HASH (
[all...]
/freebsd-13-stable/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 -f 1 -d " " )
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 flags)
/freebsd-13-stable/usr.sbin/ppp/
H A Dpred.c60 #define HASH(state, x) state->hash = (state->hash << 4) ^ (x) macro
85 HASH(state, *source++);
98 HASH(state, *source++);
122 HASH(state, *dest++);
/freebsd-13-stable/contrib/bmake/
H A Dhash.c114 DEBUG4(HASH, "%s: %p h=%08x key=%s\n", __func__, t, h, key);
229 DEBUG5(HASH, "%s: %p size=%d entries=%d maxchain=%d\n",
330 DEBUG4(HASH, "HashTable %s: size=%u numEntries=%u maxchain=%u\n",
/freebsd-13-stable/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 -f 1 -d " ")
114 $(info warning : could not find HASH ($(HASH)), needed to differentiate builds using different flags)
235 SRCBIN_HASH = $(shell cat $(BUILD_DIR)/zstd 2> $(VOID) | $(HASH) | cut -f 1 -d " ")
236 DSTBIN_HASH = $(shell cat zstd 2> $(VOID) | $(HASH) | cu
[all...]
/freebsd-13-stable/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}
[all...]
/freebsd-13-stable/lib/librt/
H A Dsigev_thread.c51 #define HASH(t, id) ((((id) << 3) + (t)) % HASH_QUEUES) macro
250 int chain = HASH(type, id);
262 int chain = HASH(sn->sn_type, sn->sn_id);
/freebsd-13-stable/sys/netgraph/
H A Dng_etf.c141 #define HASHSIZE 16 /* Dont change this without changing HASH() */
142 #define HASH(et) ((((et)>>12)+((et)>>8)+((et)>>4)+(et)) & 0x0f) macro
160 struct filterhead *chain = etfp->hashtable + HASH(ethertype);
327 + HASH(fil->ethertype),
H A Dng_pred1.c69 #define HASH(x) priv->Hash = (priv->Hash << 4) ^ (x) macro
604 HASH(*source++);
646 HASH(*dest++);
664 HASH(*source++);
H A Dng_bridge.c1013 HASH TABLE FUNCTIONS
1019 #define HASH(addr,mask) ( (((const u_int16_t *)(addr))[0] \ macro
1029 const int bucket = HASH(addr, priv->hashMask);
1046 const int bucket = HASH(addr, priv->hashMask);
1139 newBucket = HASH(host->addr, newMask);
/freebsd-13-stable/usr.sbin/nscd/
H A Dhashtable.h159 #define HASHTABLE_GENERATE(name, entry_, type, field, HASH, CMP) \
163 return HASH(data, table->entries_size); \
/freebsd-13-stable/usr.sbin/freebsd-update/
H A Dfreebsd-update.sh1838 # Reduce indices to ${PATH}|${HASH} pairs
1849 while read HASH; do
1850 if ! [ -f files/${HASH}.gz ]; then
1851 echo ${HASH}
1864 HASH=`echo "${LINE}" | cut -f 2 -d '|'`
1867 if [ -f files/${HASH}.gz ]; then
1873 if [ `sha256 -q tmpfile` != ${HASH} ]; then
1880 gzip -c < tmpfile > files/${HASH}.gz
2690 while read HASH; do
2691 if ! [ -f files/${HASH}
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/
H A DIdentifierTable.cpp279 #define HASH(LEN, FIRST, THIRD) \ macro
282 case HASH(LEN, FIRST, THIRD): \
288 switch (HASH(Len, Name[0], Name[2])) {
320 #undef HASH macro
/freebsd-13-stable/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);
H A Dif_vlan.c343 #define HASH(n, m) ((((n) >> 8) ^ ((n) >> 4) ^ (n)) & (m)) macro
393 i = HASH(ifv->ifv_vid, trunk->hmask);
405 i = HASH(ifv->ifv_vid, trunk->hmask);
423 i = HASH(ifv->ifv_vid, trunk->hmask);
474 j = HASH(ifv->ifv_vid, n2 - 1);
495 CK_SLIST_FOREACH(ifv, &trunk->hash[HASH(vid, trunk->hmask)], ifv_list)
/freebsd-13-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dst_parse.c42 #define HASH(NUM) ((int)(NUM & (BUCKETS - 1))) macro
469 int bucket = HASH(h);
1086 int hash = HASH(num);
1125 return (HASH(sum));
/freebsd-13-stable/lib/libfetch/
H A Dhttp.c1121 typedef char HASH[HASHLEN]; typedef
1127 CvtHex(IN HASH Bin, OUT HASHHEX Hex)
1154 HASH HA1;
1195 HASH HA2;
1196 HASH RespHash;
/freebsd-13-stable/sbin/fsck_ffs/
H A Dfsck.h148 #define HASH(x) ((x * 2654435761) & (HASHSIZE - 1)) macro
H A Dsuj.c186 hd = &cghash[HASH(cgx)];
217 hd = &sc->sc_inohash[HASH(ino)];
248 hd = &sc->sc_blkhash[HASH(fragstoblks(fs, blk))];
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeAnalyzer.cpp141 STRINGIFY_CODE(MODULE_CODE, HASH)
278 STRINGIFY_CODE(MST_CODE, HASH)
/freebsd-13-stable/crypto/openssl/
H A DConfigure1048 if ($target eq "HASH") {
1052 print_table_entry($_, "HASH");
1626 while (ref $si ne "HASH") {
1843 $template->fill_in(HASH => { config => \%config,
2431 } elsif (ref($config{$_}) eq "HASH") {
2517 } elsif (ref $_ eq "HASH") {
3019 if (ref($_[$#_]) eq "HASH") {
3028 if (ref($_[$#_]) eq "HASH") {
3083 if (ref($targets{$_}) ne "HASH") {
3413 } elsif ($type eq "HASH") {
[all...]

Completed in 330 milliseconds

12