Home
last modified time | relevance | path

Searched refs:do_hash (Results 1 – 25 of 397) sorted by relevance

12345678910>>...16

/dports/sysutils/dcfldd/dcfldd-1.7.1/src/
H A Ddcfldd.c133 int do_hash = 0; variable
476 do_hash++; in scanargs()
481 do_hash++; in scanargs()
490 do_hash++; in scanargs()
495 do_hash++; in scanargs()
500 do_hash++; in scanargs()
505 do_hash++; in scanargs()
510 do_hash++; in scanargs()
515 do_hash++; in scanargs()
520 do_hash++; in scanargs()
[all …]
/dports/cad/yosys/yosys-yosys-0.12/kernel/
H A Dhashlib.h308 hash = do_hash(key);
326 hash = do_hash(key);
353 hash = do_hash(key);
449 int hash = do_hash(key);
479 int hash = do_hash(key);
489 int hash = do_hash(key);
519 int hash = do_hash(key);
533 int hash = do_hash(key);
540 int hash = do_hash(key);
751 hash = do_hash(key);
[all …]
/dports/security/erlang-jose/erlang-jose-1.11.1/test/property_test/
H A Djose_jwa_pkcs1_props.erl35 ModulusSize >= ((byte_size(do_hash(DigestType, <<>>)) * 2 + 2 + byte_size(PlainText)) * 8)),
42 ModulusSize >= ((byte_size(do_hash(DigestType, <<>>)) * 2 + 2 + byte_size(PlainText)) * 8)),
88 ModulusSize >= (bit_size(do_hash(DigestType, <<>>)) * 3 + 16)),
107 ModulusSize >= (bit_size(do_hash(DigestType, <<>>)) * 2 + 16)),
114 ModulusSize >= (bit_size(do_hash(DigestType, <<>>)) + (SaltSize * 8) + 16)),
137 do_hash(DigestType, PlainText) when is_atom(DigestType) -> function
139 do_hash({hmac, DigestType, Key}, PlainText) -> function
/dports/security/elixir-jose/erlang-jose-1.11.1/test/property_test/
H A Djose_jwa_pkcs1_props.erl35 ModulusSize >= ((byte_size(do_hash(DigestType, <<>>)) * 2 + 2 + byte_size(PlainText)) * 8)),
42 ModulusSize >= ((byte_size(do_hash(DigestType, <<>>)) * 2 + 2 + byte_size(PlainText)) * 8)),
88 ModulusSize >= (bit_size(do_hash(DigestType, <<>>)) * 3 + 16)),
107 ModulusSize >= (bit_size(do_hash(DigestType, <<>>)) * 2 + 16)),
114 ModulusSize >= (bit_size(do_hash(DigestType, <<>>)) + (SaltSize * 8) + 16)),
137 do_hash(DigestType, PlainText) when is_atom(DigestType) -> function
139 do_hash({hmac, DigestType, Key}, PlainText) -> function
/dports/games/0ad/0ad-0.0.23b-alpha/build/premake/premake5/src/host/
H A Dos_uuid.c41 add(bytes, 0, do_hash(name, 0)); in os_uuid()
42 add(bytes, 4, do_hash(name, 'L')); in os_uuid()
43 add(bytes, 8, do_hash(name, 'u')); in os_uuid()
44 add(bytes, 12, do_hash(name, 'a')); in os_uuid()
/dports/devel/premake5/premake-5.0.0-alpha16-src/src/host/
H A Dos_uuid.c41 add(bytes, 0, do_hash(name, 0)); in os_uuid()
42 add(bytes, 4, do_hash(name, 'L')); in os_uuid()
43 add(bytes, 8, do_hash(name, 'u')); in os_uuid()
44 add(bytes, 12, do_hash(name, 'a')); in os_uuid()
/dports/net/isc-dhcp44-relay/dhcp-4.4.2-P1/omapip/
H A Dhash.c37 unsigned (*do_hash)(const void *, unsigned, unsigned)) in find_length()
39 if (do_hash == do_case_hash || do_hash == do_string_hash) in find_length()
41 if (do_hash == do_number_hash) in find_length()
43 if (do_hash == do_ip4_hash) in find_length()
229 (*rp)->do_hash = hasher; in new_hash()
412 len = find_length(key, table->do_hash);
414 hashno = (*table->do_hash)(key, len, table->hash_count);
447 len = find_length(key, table->do_hash);
449 hashno = (*table->do_hash)(key, len, table->hash_count);
488 len = find_length(key, table->do_hash);
[all …]
/dports/net/isc-dhcp44-client/dhcp-4.4.2-P1/omapip/
H A Dhash.c37 unsigned (*do_hash)(const void *, unsigned, unsigned)) in find_length()
39 if (do_hash == do_case_hash || do_hash == do_string_hash) in find_length()
41 if (do_hash == do_number_hash) in find_length()
43 if (do_hash == do_ip4_hash) in find_length()
229 (*rp)->do_hash = hasher; in new_hash()
412 len = find_length(key, table->do_hash);
414 hashno = (*table->do_hash)(key, len, table->hash_count);
447 len = find_length(key, table->do_hash);
449 hashno = (*table->do_hash)(key, len, table->hash_count);
488 len = find_length(key, table->do_hash);
[all …]
/dports/net/isc-dhcp44-server/dhcp-4.4.2-P1/omapip/
H A Dhash.c37 unsigned (*do_hash)(const void *, unsigned, unsigned)) in find_length()
39 if (do_hash == do_case_hash || do_hash == do_string_hash) in find_length()
41 if (do_hash == do_number_hash) in find_length()
43 if (do_hash == do_ip4_hash) in find_length()
229 (*rp)->do_hash = hasher; in new_hash()
412 len = find_length(key, table->do_hash);
414 hashno = (*table->do_hash)(key, len, table->hash_count);
447 len = find_length(key, table->do_hash);
449 hashno = (*table->do_hash)(key, len, table->hash_count);
488 len = find_length(key, table->do_hash);
[all …]
/dports/emulators/mess/mame-mame0226/3rdparty/genie/src/host/
H A Dos_uuid.c41 add(bytes, 0, do_hash(name, 0)); in os_uuid()
42 add(bytes, 4, do_hash(name, 'L')); in os_uuid()
43 add(bytes, 8, do_hash(name, 'u')); in os_uuid()
44 add(bytes, 12, do_hash(name, 'a')); in os_uuid()
/dports/devel/genie/GENie-a503d6e/src/host/
H A Dos_uuid.c41 add(bytes, 0, do_hash(name, 0)); in os_uuid()
42 add(bytes, 4, do_hash(name, 'L')); in os_uuid()
43 add(bytes, 8, do_hash(name, 'u')); in os_uuid()
44 add(bytes, 12, do_hash(name, 'a')); in os_uuid()
/dports/emulators/mame/mame-mame0226/3rdparty/genie/src/host/
H A Dos_uuid.c41 add(bytes, 0, do_hash(name, 0)); in os_uuid()
42 add(bytes, 4, do_hash(name, 'L')); in os_uuid()
43 add(bytes, 8, do_hash(name, 'u')); in os_uuid()
44 add(bytes, 12, do_hash(name, 'a')); in os_uuid()
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/misc/st/
H A Dst.c28 #define do_hash(key, table)\ macro
119 hash_val = do_hash(key, table); in st__lookup()
139 hash_val = do_hash(key, table); in st__lookup_int()
158 hash_val = do_hash(key,table);\
177 hash_val = do_hash(key, table); in st__insert()
210 hash_val = do_hash(key, table); in st__add_direct()
216 hash_val = do_hash(key, table); in st__add_direct()
235 hash_val = do_hash(key, table); in st__find_or_add()
269 hash_val = do_hash(key, table); in st__find()
381 hash_val = do_hash(key, table); in st__delete()
[all …]
H A Dstmm.c26 #define do_hash(key, table)\ macro
139 hash_val = do_hash (key, table); in stmm_lookup()
161 hash_val = do_hash (key, table); in stmm_lookup_int()
187 hash_val = do_hash(key,table);\
206 hash_val = do_hash (key, table); in stmm_insert()
243 hash_val = do_hash (key, table); in stmm_add_direct()
249 hash_val = do_hash (key, table); in stmm_add_direct()
271 hash_val = do_hash (key, table); in stmm_find_or_add()
311 hash_val = do_hash (key, table); in stmm_find()
436 hash_val = do_hash (key, table); in stmm_delete()
[all …]
/dports/devel/boost-docs/boost_1_72_0/boost/locale/
H A Dcollator.hpp108 return do_hash(level,b,e); in hash()
131 return do_hash(level,s.data(),s.data()+s.size()); in hash()
181 virtual long do_hash(char_type const *b,char_type const *e) const in do_hash() function in boost::locale::collator
183 return do_hash(identical,b,e); in do_hash()
199 virtual long do_hash(level_type level,char_type const *b,char_type const *e) const = 0;
/dports/devel/hyperscan/boost_1_75_0/boost/locale/
H A Dcollator.hpp108 return do_hash(level,b,e); in hash()
131 return do_hash(level,s.data(),s.data()+s.size()); in hash()
181 virtual long do_hash(char_type const *b,char_type const *e) const in do_hash() function in boost::locale::collator
183 return do_hash(identical,b,e); in do_hash()
199 virtual long do_hash(level_type level,char_type const *b,char_type const *e) const = 0;
/dports/devel/boost-python-libs/boost_1_72_0/boost/locale/
H A Dcollator.hpp108 return do_hash(level,b,e); in hash()
131 return do_hash(level,s.data(),s.data()+s.size()); in hash()
181 virtual long do_hash(char_type const *b,char_type const *e) const in do_hash() function in boost::locale::collator
183 return do_hash(identical,b,e); in do_hash()
199 virtual long do_hash(level_type level,char_type const *b,char_type const *e) const = 0;
/dports/devel/R-cran-BH/BH/inst/include/boost/locale/
H A Dcollator.hpp108 return do_hash(level,b,e); in hash()
131 return do_hash(level,s.data(),s.data()+s.size()); in hash()
181 virtual long do_hash(char_type const *b,char_type const *e) const in do_hash() function in boost::locale::collator
183 return do_hash(identical,b,e); in do_hash()
199 virtual long do_hash(level_type level,char_type const *b,char_type const *e) const = 0;
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/locale/
H A Dcollator.hpp108 return do_hash(level,b,e); in hash()
131 return do_hash(level,s.data(),s.data()+s.size()); in hash()
181 virtual long do_hash(char_type const *b,char_type const *e) const in do_hash() function in boost::locale::collator
183 return do_hash(identical,b,e); in do_hash()
199 virtual long do_hash(level_type level,char_type const *b,char_type const *e) const = 0;
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/locale/
H A Dcollator.hpp108 return do_hash(level,b,e); in hash()
131 return do_hash(level,s.data(),s.data()+s.size()); in hash()
181 virtual long do_hash(char_type const *b,char_type const *e) const in do_hash() function in boost::locale::collator
183 return do_hash(identical,b,e); in do_hash()
199 virtual long do_hash(level_type level,char_type const *b,char_type const *e) const = 0;
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/locale/
H A Dcollator.hpp108 return do_hash(level,b,e); in hash()
131 return do_hash(level,s.data(),s.data()+s.size()); in hash()
181 virtual long do_hash(char_type const *b,char_type const *e) const in do_hash() function in boost::locale::collator
183 return do_hash(identical,b,e); in do_hash()
199 virtual long do_hash(level_type level,char_type const *b,char_type const *e) const = 0;
/dports/databases/xtrabackup/boost_1_59_0/boost/locale/
H A Dcollator.hpp108 return do_hash(level,b,e); in hash()
131 return do_hash(level,s.data(),s.data()+s.size()); in hash()
181 virtual long do_hash(char_type const *b,char_type const *e) const in do_hash() function in boost::locale::collator
183 return do_hash(identical,b,e); in do_hash()
199 virtual long do_hash(level_type level,char_type const *b,char_type const *e) const = 0;
/dports/databases/percona57-server/boost_1_59_0/boost/locale/
H A Dcollator.hpp108 return do_hash(level,b,e); in hash()
131 return do_hash(level,s.data(),s.data()+s.size()); in hash()
181 virtual long do_hash(char_type const *b,char_type const *e) const in do_hash() function in boost::locale::collator
183 return do_hash(identical,b,e); in do_hash()
199 virtual long do_hash(level_type level,char_type const *b,char_type const *e) const = 0;
/dports/databases/percona57-client/boost_1_59_0/boost/locale/
H A Dcollator.hpp108 return do_hash(level,b,e); in hash()
131 return do_hash(level,s.data(),s.data()+s.size()); in hash()
181 virtual long do_hash(char_type const *b,char_type const *e) const in do_hash() function in boost::locale::collator
183 return do_hash(identical,b,e); in do_hash()
199 virtual long do_hash(level_type level,char_type const *b,char_type const *e) const = 0;
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/locale/
H A Dcollator.hpp108 return do_hash(level,b,e); in hash()
131 return do_hash(level,s.data(),s.data()+s.size()); in hash()
181 virtual long do_hash(char_type const *b,char_type const *e) const in do_hash() function in boost::locale::collator
183 return do_hash(identical,b,e); in do_hash()
199 virtual long do_hash(level_type level,char_type const *b,char_type const *e) const = 0;

12345678910>>...16