Searched refs:hash (Results 251 - 275 of 1232) sorted by relevance

<<11121314151617181920>>

/macosx-10.10.1/Security-57031.1.35/SecurityTool/
H A Dkeychain_find.h65 const char *hash);
/macosx-10.10.1/WebKit-7600.1.25/wince/WebCoreSupport/
H A DPlatformStrategiesWinCE.cpp155 bool PlatformStrategiesWinCE::isLinkVisited(Page* page, LinkHash hash, const URL&, const AtomicString&) argument
157 return page->group().isLinkVisited(hash);
160 void PlatformStrategiesWinCE::addVisitedLink(Page* page, LinkHash hash) argument
162 page->group().addVisitedLinkHash(hash);
/macosx-10.10.1/apr-32/apr-util/apr-util/include/
H A Dapr_md5.h165 * @param hash The password to validate against
168 const char *hash);
/macosx-10.10.1/cxxfilt-11/cxxfilt/bfd/
H A Dgenlink.h34 /* The generic linker uses a hash table which is a derived class of
35 the standard linker hash table, just as the other backend specific
36 linkers do. Do not confuse the generic linker hash table with the
37 standard BFD linker hash table it is built upon. */
39 /* Generic linker hash table entries. */
50 /* Generic linker hash table. */
57 /* Look up an entry in a generic link hash table. */
63 /* Traverse a generic link hash table. */
71 /* Get the generic link hash table from the info structure. This is
75 ((struct generic_link_hash_table *) ((p)->hash))
[all...]
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/include/
H A Dhash.h27 * hash table library interface definitions
88 #define hashcover(b) (((b)->hash&HASH_HIDES)?(Hash_bucket_t*)((b)->name):(Hash_bucket_t*)0)
92 #define hashkeep(b) ((b)->hash|=HASH_KEEP)
93 #define hashname(b) ((((b)->hash&HASH_HIDES)?((Hash_bucket_t*)((b)->name)):(b))->name)
125 unsigned int hash; /* hash flags and value */ \
142 typedef struct /* hash scan bucket position */
159 struct Hash_root /* root hash table information */
171 struct Hash_table /* hash table information */
173 Hash_root_t* root; /* root hash tabl
[all...]
/macosx-10.10.1/libxslt-13/libxslt/libexslt/
H A Dcrypto.c177 * @dest: buffer to place hash result
215 unsigned char hash[HASH_DIGEST_LENGTH]; local
232 RC4_KEY_LENGTH, hash,
266 unsigned char hash[HASH_DIGEST_LENGTH]; local
283 RC4_KEY_LENGTH, hash,
358 * @dest: buffer to place hash result
490 * computes the md4 hash of a string and returns as hex
497 unsigned char hash[HASH_DIGEST_LENGTH]; local
508 (char *) hash);
509 exsltCryptoBin2Hex (hash, sizeo
530 unsigned char hash[HASH_DIGEST_LENGTH]; local
563 unsigned char hash[HASH_DIGEST_LENGTH]; local
[all...]
/macosx-10.10.1/objc4-646/runtime/
H A DProtocol.mm108 - (NSUInteger)hash
113 - (unsigned)hash
/macosx-10.10.1/syslog-267/libsystem_asl.tproj/include/
H A Dasl_legacy1.h72 uint32_t hash; member in struct:__anon12458
/macosx-10.10.1/CPANInternal-159.1/Graph-0.94/lib/Graph/
H A DAttribute.pm22 } elsif (exists $attr{hash}) {
23 my $k = $attr{hash};
/macosx-10.10.1/CPANInternal-159.1/Graph-0.96/lib/Graph/
H A DAttribute.pm22 } elsif (exists $attr{hash}) {
23 my $k = $attr{hash};
/macosx-10.10.1/Chess-310.6/sjeng/
H A Dlearn.c46 printf("Learning score: %d best: %d depth:%d hash: %X\n", score, best, depth, hash);
85 draft.Hash = hash;
/macosx-10.10.1/JavaScriptCore-7600.1.17/profiler/
H A DProfilerOriginStack.cpp79 unsigned OriginStack::hash() const function in class:JSC::Profiler::OriginStack
85 result += m_stack[i].hash();
/macosx-10.10.1/JavaScriptCore-7600.1.17/runtime/
H A DRegExpKey.h80 static unsigned hash(const RegExpKey& key) { return key.pattern->hash(); } function in struct:JSC::RegExpKey::Hash
/macosx-10.10.1/OpenSSH-189/openssh/
H A Dkexecdh.c78 u_char **hash, u_int *hashlen)
111 dump_digest("hash", digest, EVP_MD_size(evp_md));
113 *hash = digest;
67 kex_ecdh_hash( const EVP_MD *evp_md, const EC_GROUP *ec_group, char *client_version_string, char *server_version_string, char *ckexinit, int ckexinitlen, char *skexinit, int skexinitlen, u_char *serverhostkeyblob, int sbloblen, const EC_POINT *client_dh_pub, const EC_POINT *server_dh_pub, const BIGNUM *shared_secret, u_char **hash, u_int *hashlen) argument
H A Dkexgex.c57 u_char **hash, u_int *hashlen)
98 *hash = digest;
101 dump_digest("hash", digest, *hashlen);
46 kexgex_hash( const EVP_MD *evp_md, char *client_version_string, char *server_version_string, char *ckexinit, int ckexinitlen, char *skexinit, int skexinitlen, u_char *serverhostkeyblob, int sbloblen, int min, int wantbits, int max, BIGNUM *prime, BIGNUM *gen, BIGNUM *client_dh_pub, BIGNUM *server_dh_pub, BIGNUM *shared_secret, u_char **hash, u_int *hashlen) argument
H A Dkexgssc.c65 u_char *kbuf, *hash; local
282 &hash, &hashlen
298 &hash, &hashlen
305 gssbuf.value = hash;
308 /* Verify that the hash matches the MIC we just got. */
323 memcpy(kex->session_id, hash, kex->session_id_len);
334 kex_derive_keys(kex, hash, hashlen, shared_secret);
H A Dkexgsss.c71 u_char *kbuf, *hash; local
226 &hash, &hashlen
241 &hash, &hashlen
253 memcpy(kex->session_id, hash, kex->session_id_len);
256 gssbuf.value = hash;
284 kex_derive_keys(kex, hash, hashlen, shared_secret);
/macosx-10.10.1/OpenSSL098-52/src/engines/vendor_defns/
H A Dhw_ubsec.h79 int hash, unsigned char *data, int data_len,
86 int hash, unsigned char *data, int data_len,
/macosx-10.10.1/curl-83.1.2/curl/lib/
H A Dhash.h49 /* Hash function to be used for this hash table */
66 struct curl_hash *hash; member in struct:curl_hash_iterator
97 void Curl_hash_start_iterate(struct curl_hash *hash,
/macosx-10.10.1/ntp-92/lib/isc/
H A Dtaskpool.c75 void isc_taskpool_gettask(isc_taskpool_t *pool, unsigned int hash, argument
78 isc_task_attach(pool->tasks[hash % pool->ntasks], targetp);
/macosx-10.10.1/tcl-105/tcl_ext/mk4tcl/metakit/examples/
H A Dfind.py41 if a hash mapping is used then you get the usual O(1) of hashing.
48 The statement "vwh = vw.hash(map,1)" sets up a view layer around vw,
51 When vwh is modified, both vw and map will be adjusted. The hash
55 a hash is in use, unless you clear map and redefine the hash layer.
91 # setting up a hash view initializes it, since the map size is still zero
96 vwh = vw.hash(map)
99 # this lookup no longer initializes, find will now do a hash lookup
102 vwh = vw.hash(map)
H A Dmapped.tcl1 # Some example and timing tests of the new hash/blocked/ordered views
70 #rename [data view hash map 2] words
71 rename [data view hash $map 2] words
129 #catch {rename hash ""}
130 #rename [data view hash map 2] hash
131 set hash [data view hash $map 2]
133 #rename [hash view ordered 2] words
134 rename [$hash vie
185 proc hash {args} {return ?} procedure
[all...]
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/contrib/slapd-modules/passwd/
H A Dapr1.c68 /* Inner hash */
87 * Repeatedly hash things into the final value. This was originally
130 /* base64 un-encode password hash */
179 struct berval *hash,
205 return lutil_passwd_string64(scheme, &digest, hash, &salt);
211 struct berval *hash,
214 return hash_phk(scheme, &magic_apr1, passwd, hash, text);
220 struct berval *hash,
223 return hash_phk(scheme, &magic_bsdmd5, passwd, hash, text);
175 hash_phk( const struct berval *scheme, const struct berval *magic, const struct berval *passwd, struct berval *hash, const char **text) argument
208 hash_apr1( const struct berval *scheme, const struct berval *passwd, struct berval *hash, const char **text) argument
217 hash_bsdmd5( const struct berval *scheme, const struct berval *passwd, struct berval *hash, const char **text) argument
/macosx-10.10.1/emacs-93/emacs/lisp/language/
H A Dtml-util.el205 (defvar tml-char-glyph-hash
206 (let* ((hash (make-hash-table :test 'equal)))
207 (mapc (function (lambda (x) (puthash (car x) (cdr x) hash)))
209 hash))
212 (tamil-regexp-of-hashtbl-keys tml-char-glyph-hash))
315 (defvar tml-glyph-glyph-hash
316 (let* ((hash (make-hash-table :test 'equal)))
317 (mapc (function (lambda (x) (puthash (car x) (cdr x) hash)))
[all...]
/macosx-10.10.1/tcsh-65/tcsh/
H A Dtc.printf.c70 int flush_left = 0, f_width = 0, prec = INF, hash = 0; local
118 hash = 1;
185 hash = 1;
219 if (hash)
230 if (hash) {
314 flush_left = 0, f_width = 0, prec = INF, hash = 0;

Completed in 206 milliseconds

<<11121314151617181920>>