Searched refs:hash (Results 226 - 250 of 954) sorted by relevance

1234567891011>>

/openbsd-current/usr.sbin/nsd/
H A Dnsec3.h33 * finds nsec3 that covers the given domain hash.
36 int nsec3_find_cover(struct zone* zone, uint8_t* hash, size_t hashlen,
96 /* hash domain and wcchild, and lookup nsec3 in tree, and precompile */
99 /* hash ds_parent_cover, and lookup nsec3 and precompile */
107 /* create b32.zone for a hash, allocated in the region */
109 unsigned char* hash);
H A Drrl.h81 uint32_t rrl_update(query_type* query, uint32_t hash, uint64_t source,
/openbsd-current/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_report.cpp596 if (hash[0] == other.hash[0] && hash[1] == other.hash[1])
598 if (hash[0] == other.hash[1] && hash[1] == other.hash[0])
603 static bool FindRacyStacks(const RacyStacks &hash) { argument
605 if (hash
[all...]
/openbsd-current/gnu/llvm/compiler-rt/lib/orc/tests/unit/
H A Dexecutor_address_test.cpp114 EXPECT_EQ(std::hash<uint64_t>()(RawAddr), std::hash<ExecutorAddr>()(Addr));
/openbsd-current/usr.bin/ssh/
H A Dsshsig.c261 error_f("unsupported hash algorithm \"%.100s\"", hashalg);
356 error("Couldn't verify signature: hash algorithm mismatch");
401 char *hex, hash[SSH_DIGEST_MAX_LENGTH]; local
406 memset(hash, 0, sizeof(hash));
411 error_f("can't look up hash algorithm %s", hashalg);
414 if ((r = ssh_digest_buffer(alg, m, hash, sizeof(hash))) != 0) {
418 if ((hex = tohex(hash, ssh_digest_bytes(alg))) != NULL) {
419 debug3_f("final hash
501 char *hex, rbuf[8192], hash[SSH_DIGEST_MAX_LENGTH]; local
[all...]
/openbsd-current/lib/libtls/
H A Dtls_signer.c37 char *hash; member in struct:tls_signer_key
76 free(skey->hash);
99 char *hash = NULL; local
101 /* Compute certificate hash */
115 if (tls_cert_pubkey_hash(x509, &hash) == -1) {
117 "failed to get certificate hash");
144 skey->hash = hash;
163 free(hash);
305 if (!strcmp(pubkey_hash, skey->hash))
[all...]
H A Dtls_peer.c31 return (ctx->conninfo->hash);
/openbsd-current/usr.sbin/unbound/testcode/
H A Dunitverify.c418 /** Test hash algo - NSEC3 hash it and compare result */
427 struct nsec3_cached_hash* hash = NULL; local
434 printf("verifying NSEC3 hash:\n%s\n", s?s:"outofmemory");
445 qinfo.qname_len, &hash);
450 unit_assert(hash->dname && hash->hash && hash->hash_len &&
451 hash
[all...]
/openbsd-current/sbin/isakmpd/
H A Dconf.c92 u_int8_t hash = 0; local
95 hash = ((hash << 1) | (hash >> 7)) ^ tolower((unsigned char)*s);
98 return hash;
294 * QM-{proto}[-TRP]-{cipher}[-{hash}][-PFS[-{group}]]-SUITE
298 * {hash} = MD5, SHA, RIPEMD, SHA2-{256,384,512}
392 /* For AH a hash must be present and no encryption is allowed */
397 /* For ESP encryption must be provided, an empty hash is ok. */
471 int enc, auth, hash, grou local
[all...]
H A Dipsec.c55 #include "hash.h"
433 isa->hash = ie->hash->type;
852 struct hash *hash; local
866 * For phase 2 when no SA yet is setup we need to hash the IV used by
879 hash = hash_get(((struct ipsec_sa *)msg->isakmp_sa->data)->hash);
880 hash->Init(hash
1252 from_ike_hash(u_int16_t hash) argument
2428 struct hash *hash = hash_get(isa->hash); local
2484 struct hash *hash; local
[all...]
/openbsd-current/libexec/tradcpp/
H A Dmacro.c61 unsigned hash; member in struct:macro
182 macro_create(struct place *p1, const char *name, unsigned hash, argument
190 m->hash = hash;
345 unsigned hash; local
351 hash = hashfunc(name, len);
352 bucket = macroarrayarray_get(&macros, hash & hashmask);
359 if (hash != m->hash) {
413 if (m->hash
439 unsigned hash; local
467 unsigned hash; local
[all...]
/openbsd-current/usr.sbin/unbound/util/storage/
H A Dlruhash.c2 * util/storage/lruhash.c - hashtable, hash function, LRU keeping.
124 /* move entries to new table. Notice that since hash x is mapped to
142 newbin = &newa[p->hash & newmask];
203 bin = &table->array[d->hash & table->size_mask];
220 struct lruhash_bin* bin, hashvalue_type hash, void* key, size_t* collisions)
225 if(p->hash == hash && table->compfunc(p->key, key) == 0)
242 log_err("hash array malloc: size_t too small");
248 log_err("hash grow: malloc failed");
305 lruhash_insert(struct lruhash* table, hashvalue_type hash, argument
219 bin_find_entry(struct lruhash* table, struct lruhash_bin* bin, hashvalue_type hash, void* key, size_t* collisions) argument
364 lruhash_lookup(struct lruhash* table, hashvalue_type hash, void* key, int wr) argument
386 lruhash_remove(struct lruhash* table, hashvalue_type hash, void* key) argument
618 lruhash_insert_or_retrieve(struct lruhash* table, hashvalue_type hash, struct lruhash_entry* entry, void* data, void* cb_arg) argument
[all...]
/openbsd-current/sbin/unwind/libunbound/util/storage/
H A Dlruhash.c2 * util/storage/lruhash.c - hashtable, hash function, LRU keeping.
124 /* move entries to new table. Notice that since hash x is mapped to
142 newbin = &newa[p->hash & newmask];
203 bin = &table->array[d->hash & table->size_mask];
220 struct lruhash_bin* bin, hashvalue_type hash, void* key, size_t* collisions)
225 if(p->hash == hash && table->compfunc(p->key, key) == 0)
242 log_err("hash array malloc: size_t too small");
248 log_err("hash grow: malloc failed");
305 lruhash_insert(struct lruhash* table, hashvalue_type hash, argument
219 bin_find_entry(struct lruhash* table, struct lruhash_bin* bin, hashvalue_type hash, void* key, size_t* collisions) argument
364 lruhash_lookup(struct lruhash* table, hashvalue_type hash, void* key, int wr) argument
386 lruhash_remove(struct lruhash* table, hashvalue_type hash, void* key) argument
618 lruhash_insert_or_retrieve(struct lruhash* table, hashvalue_type hash, struct lruhash_entry* entry, void* data, void* cb_arg) argument
[all...]
/openbsd-current/gnu/gcc/gcc/
H A Dcse.c64 a hash table for most expressions, and a vector of "quantity
74 is to keep it in a hash table.
103 REG expressions with qty_table `mode' must be in the hash table for both
107 any mode, two REG expressions might be equivalent in the hash table
115 putting the constant in the hash table as is usual for non-regs.
128 is recorded in the hash table along with the actual RTL
134 we use a hash table called `table'. It has a fixed number of buckets
137 hash codes.
144 The hash code of a register reference is computed using the quantity
148 hash tabl
1309 remove_from_table(struct table_elt *elt, unsigned int hash) argument
1394 lookup(rtx x, unsigned int hash, enum machine_mode mode) argument
1410 lookup_for_remove(rtx x, unsigned int hash, enum machine_mode mode) argument
1496 insert(rtx x, struct table_elt *classp, unsigned int hash, enum machine_mode mode) argument
1688 unsigned int hash; local
1790 unsigned int hash = HASH (x, GET_MODE (x)); local
1971 unsigned hash; local
2020 unsigned hash; local
2145 unsigned hash = 0; local
2173 unsigned hash = 0; local
2853 unsigned hash; local
6074 unsigned hash; local
[all...]
H A Dscan.h53 extern unsigned long hash (const char *);
/openbsd-current/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/
H A Dstandard_policies.hpp66 typedef __gnu_cxx::hash< Key> type;
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dscan.h62 extern unsigned long hash _PARAMS((const char *));
/openbsd-current/lib/libcrypto/txt_db/
H A Dtxt_db.h103 LHASH_HASH_FN_TYPE hash, LHASH_COMP_FN_TYPE cmp);
/openbsd-current/gnu/usr.bin/perl/lib/DBM_Filter/
H A Dencode.pm52 $db = tie %hash, ...
H A Dnull.pm33 $db = tie %hash, ...
/openbsd-current/sys/dev/pci/drm/include/linux/
H A Dhashtable.h22 #include <linux/hash.h>
/openbsd-current/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/test/
H A Dsupport.py112 if not hash(obj_1) == hash(obj_2):
113 self.fail("%r and %r do not hash equal" % (obj_1, obj_2))
121 if hash(obj_1) == hash(obj_2):
122 self.fail("%s and %s hash equal, but shouldn't" %
/openbsd-current/usr.bin/passwd/
H A Dlocal_passwd.c173 static char hash[_PASSWORD_LEN]; local
238 if (crypt_newhash(newpass, pref, hash, sizeof(hash)) != 0) {
239 fprintf(stderr, "Couldn't generate hash.\n");
245 return hash;
/openbsd-current/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfo.h44 DWARFTypeUnit *GetTypeUnitForHash(uint64_t hash);
/openbsd-current/gnu/llvm/libcxx/src/
H A Dbarrier.cpp45 __current = hash<thread::id>()(this_thread::get_id()) % ((__expected + 1) >> 1);

Completed in 344 milliseconds

1234567891011>>