Home
last modified time | relevance | path

Searched defs:hsh (Results 1 – 25 of 415) sorted by relevance

12345678910>>...17

/dports/science/rdkit/rdkit-Release_2021_03_5/Code/GraphMol/MolHash/
H A Dcatch_tests.cpp30 auto hsh = variable
41 auto hsh = variable
47 auto hsh = variable
53 auto hsh = variable
64 auto hsh = variable
90 auto hsh = variable
96 auto hsh = variable
112 auto hsh = variable
118 auto hsh = variable
127 auto hsh = variable
[all …]
/dports/devel/poco/poco-1.10.1-all/Foundation/include/Poco/
H A DHashTable.h123 UInt32 hsh = hash(key); in insert() local
145 UInt32 hsh = hash(key); in update() local
165 UInt32 hsh = hash(key); in remove() local
169 void removeRaw(const Key& key, UInt32 hsh) in removeRaw()
186 UInt32 hsh = hash(key); in get() local
190 const Value& getRaw(const Key& key, UInt32 hsh) const in getRaw()
206 UInt32 hsh = hash(key); in get() local
229 const Key& getKeyRaw(const Key& key, UInt32 hsh) in getKeyRaw()
245 UInt32 hsh = hash(key); in get() local
265 UInt32 hsh = hash(key); in exists() local
[all …]
H A DSimpleHashTable.h116 UInt32 hsh = hash(key); in insert() local
150 UInt32 hsh = hash(key); in update() local
155 void updateRaw(const Key& key, UInt32 hsh, const Value& value) in updateRaw()
188 UInt32 hsh = hash(key); in get() local
192 const Value& getRaw(const Key& key, UInt32 hsh) const in getRaw()
216 UInt32 hsh = hash(key); in get() local
245 const Key& getKeyRaw(const Key& key, UInt32 hsh) in getKeyRaw()
272 UInt32 hsh = hash(key); in get() local
276 bool getRaw(const Key& key, UInt32 hsh, Value& v) const in getRaw()
300 UInt32 hsh = hash(key); in exists() local
[all …]
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/nettle-7.0.0/src/rsa/
H A Dpkcs1.rs372 let mut hsh = Sha1::default(); in rsa_pkcs15_sign() localVariable
391 let mut hsh = Sha1::default(); in rsa_pkcs15_sign() localVariable
410 let mut hsh = Sha1::default(); in rsa_pkcs15_sign() localVariable
429 let mut hsh = Sha1::default(); in rsa_pkcs15_sign() localVariable
448 let mut hsh = Sha1::default(); in rsa_pkcs15_sign() localVariable
467 let mut hsh = Sha1::default(); in rsa_pkcs15_sign() localVariable
486 let mut hsh = Sha1::default(); in rsa_pkcs15_sign() localVariable
505 let mut hsh = Sha1::default(); in rsa_pkcs15_sign() localVariable
524 let mut hsh = Sha1::default(); in rsa_pkcs15_sign() localVariable
543 let mut hsh = Sha1::default(); in rsa_pkcs15_sign() localVariable
[all …]
/dports/net/jose/jose-11/lib/
H A Dhsh.c26 hsh(jose_cfg_t *cfg, const char *alg, const void *data, size_t dlen) in hsh() function
28 jose_io_auto_t *hsh = NULL; in hsh() local
60 jose_io_auto_t *hsh = NULL; in hsh_buf() local
/dports/security/ophcrack/ophcrack-3.8.0/src/gui/
H A Dhashmodel.cpp68 void HashModel::insertHash(hash_t *hsh) { in insertHash()
94 hash_t *hsh = (hash_t*)nd->data; in insertHashes() local
99 void HashModel::updateHash(hash_t *hsh, bool notFound) { in updateHash()
H A Dophcrackgui.cpp87 hash_t *hsh = (hash_t*)nd->data; in OphcrackGUI() local
317 hash_t *hsh = (hash_t*)hnd->data; in tablesChanged() local
385 hash_t *hsh = (hash_t*)hnd->data; in hashesAdded() local
463 hash_t *hsh = (hash_t*)nd->data; in loadSingleHash() local
509 hash_t *hsh = (hash_t*)nd->data; in loadHashFile() local
573 hash_t *hsh = (hash_t*)nd->data; in loadSamFile() local
622 hash_t *hsh = (hash_t*)nd->data; in loadLocalSamSamdump() local
770 hash_t *hsh = found->hsh; in handleMessages() local
1217 hash_t *hsh = (hash_t*)nd->data; in hideUnameChanged() local
1230 hash_t *hsh = (hash_t*)nd->data; in auditModeChanged() local
[all …]
H A Dmain.cpp244 hash_t *hsh = (hash_t*)nd->data; in load_hashes_pwdump() local
310 hash_t *hsh = (hash_t*)nd->data; in load_hashes_sam() local
346 hash_t *hsh = msg->hsh; in display_work() local
465 hash_t *hsh = found->hsh; in display_found() local
1008 hash_t *hsh = (hash_t*)hnd->data; in main() local
/dports/audio/faust/faust-2.37.3/compiler/tlib/
H A Dsymbol.cpp67 unsigned int hsh = calcHashKey(str.c_str()); in get() local
85 unsigned int hsh = calcHashKey(str); in isnew() local
148 Symbol::Symbol(const string& str, unsigned int hsh, Symbol* nxt) in Symbol()
/dports/lang/parrot/parrot-8.1.0/compilers/imcc/
H A Dsymreg.c155 _get_sym_typed(ARGIN(const SymHash *hsh), ARGIN(const char *name), int t) in _get_sym_typed()
183 get_sym_by_name(ARGIN(const SymHash *hsh), ARGIN(const char *name)) in get_sym_by_name()
215 _mk_symreg(ARGMOD(imc_info_t * imcc), ARGMOD(SymHash *hsh), in _mk_symreg()
761 _mk_const(ARGMOD(imc_info_t * imcc), ARGMOD(SymHash *hsh), in _mk_const()
919 _mk_address(ARGMOD(imc_info_t * imcc), ARGMOD(SymHash *hsh), in _mk_address()
1313 resize_symhash(ARGMOD(imc_info_t * imcc), ARGMOD(SymHash *hsh)) in resize_symhash()
1373 _store_symreg(ARGMOD(imc_info_t * imcc), ARGMOD(SymHash *hsh), in _store_symreg()
1419 _get_sym(ARGIN(const SymHash *hsh), ARGIN(const char *name)) in _get_sym()
1468 ARGIN(const SymHash *hsh), ARGIN(const char *name)) in _find_sym()
1534 clear_sym_hash(ARGMOD(SymHash *hsh)) in clear_sym_hash()
/dports/net/jose/jose-11/tests/
H A Dalg_hash.c29 const char *hsh; member
59 jose_io_auto_t *hsh = NULL; in test() local
/dports/net/jose/jose-11/lib/openssl/
H A Dhash.c39 uint8_t hsh[EVP_MD_CTX_size(i->emc)]; in hsh_done() local
61 hsh(const jose_hook_alg_t *alg, jose_cfg_t *cfg, jose_io_t *next) in hsh() function
/dports/security/ophcrack/ophcrack-3.8.0/src/core/
H A Dophcrack.c534 hash_t *hsh = work->hsh; in ophcrack_find() local
615 hash_t *hsh = work->hsh; in ophcrack_lookup_idx() local
706 hash_t *hsh = work->hsh; in ophcrack_lookup_end() local
814 hash_t *hsh = work->hsh; in ophcrack_lookup_srt() local
892 hash_t *hsh = work->hsh; in ophcrack_check() local
984 hash_t *hsh = hashes[n]; in ophcrack_bforce_all() local
1140 hash_t *hsh = hashes[n]; in ophcrack_bforce_nt() local
1417 hash_t *hsh = hnd->data; in ophcrack_has_next() local
2116 hash_t *hsh = hnd->data; in ophcrack_update() local
2186 hash_t *hsh = nd->data; in ophcrack_save() local
[all …]
H A Dntseven.c61 hash_t *hsh = hsh_; in ntseven_find() local
143 hash_t *hsh = hsh_; in ntseven_check() local
187 hash_t *hsh = hsh_; in ntseven_isvalid() local
H A Dntnum.c64 hash_t *hsh = hsh_; in ntnum_find() local
146 hash_t *hsh = hsh_; in ntnum_check() local
190 hash_t *hsh = hsh_; in ntnum_isvalid() local
H A Dnteight.c63 hash_t *hsh = hsh_; in nteight_find() local
144 hash_t *hsh = hsh_; in nteight_check() local
188 hash_t *hsh = hsh_; in nteight_isvalid() local
H A Dntextended.c62 hash_t *hsh = hsh_; in ntextended_find() local
143 hash_t *hsh = hsh_; in ntextended_check() local
187 hash_t *hsh = hsh_; in ntextended_isvalid() local
H A Dntdict.c112 hash_t *hsh = hsh_; in ntdict_find() local
195 hash_t *hsh = hsh_; in ntdict_check() local
241 hash_t *hsh = hsh_; in ntdict_isvalid() local
H A Dntnine.c63 hash_t *hsh = hsh_; in ntnine_find() local
144 hash_t *hsh = hsh_; in ntnine_check() local
188 hash_t *hsh = hsh_; in ntnine_isvalid() local
H A Dhash.c44 hash_t *hsh = (hash_t*)malloc(sizeof(hash_t)); in hash_alloc() local
73 void hash_free(hash_t *hsh) { in hash_free()
89 void hash_add_table(hash_t *hsh, table_t *tbl) { in hash_add_table()
508 void hash_print(hash_t *hsh, FILE *file, int nice, int status, int hide) { in hash_print()
H A Dlmgerman.c63 hash_t *hsh = hsh_; in lmgerman_find() local
144 hash_t *hsh = hsh_; in lmgerman_check() local
189 hash_t *hsh = hsh_; in lmgerman_isvalid() local
/dports/net/spread4/spread-src-4.2.0/stdutil/src/
H A Dstdutil.c169 STDINLINE void stdhcode_oaat_start(stduint32 *hsh, stdsize tot_len) in stdhcode_oaat_start()
179 STDINLINE void stdhcode_oaat_churn(stduint32 *hsh, const void * buf, stdsize buf_len) in stdhcode_oaat_churn()
199 STDINLINE void stdhcode_oaat_stop(stduint32 * hsh) in stdhcode_oaat_stop()
292 STDINLINE void stdhcode_sfh_start(stduint32 *hsh, stdsize tot_len) in stdhcode_sfh_start()
302 STDINLINE void stdhcode_sfh_churn(stduint32 *hsh, const void * buf, stdsize buf_len) in stdhcode_sfh_churn()
350 STDINLINE void stdhcode_sfh_stop(stduint32 *hsh) in stdhcode_sfh_stop()
/dports/textproc/syck/syck-0.70/ext/ruby/lib/yaml/
H A Ddbm.rb72 def replace( hsh ) argument
92 def update( hsh ) argument
/dports/lang/ruby26/ruby-2.6.9/lib/yaml/
H A Ddbm.rb193 def replace( hsh ) argument
247 def update( hsh ) argument
/dports/lang/ruby26/ruby-2.6.9/spec/ruby/optional/capi/ext/
H A Dhash_spec.c89 VALUE hash_spec_rb_hash_foreach(VALUE self, VALUE hsh) { in hash_spec_rb_hash_foreach()
95 VALUE hash_spec_rb_hash_foreach_stop(VALUE self, VALUE hsh) { in hash_spec_rb_hash_foreach_stop()
101 VALUE hash_spec_rb_hash_foreach_delete(VALUE self, VALUE hsh) { in hash_spec_rb_hash_foreach_delete()

12345678910>>...17