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

1234567891011>>

/macosx-10.9.5/OpenSSH-186/openssh/
H A Dkexdh.c54 u_char **hash, u_int *hashlen)
88 dump_digest("hash", digest, EVP_MD_size(evp_md));
90 *hash = digest;
45 kex_dh_hash( char *client_version_string, char *server_version_string, char *ckexinit, int ckexinitlen, char *skexinit, int skexinitlen, u_char *serverhostkeyblob, int sbloblen, BIGNUM *client_dh_pub, BIGNUM *server_dh_pub, BIGNUM *shared_secret, u_char **hash, u_int *hashlen) argument
H A Dkexdhs.c60 u_char *kbuf, *hash, *signature = NULL, *server_host_key_blob = NULL; local
139 &hash, &hashlen
147 memcpy(kex->session_id, hash, kex->session_id_len);
151 if (PRIVSEP(key_sign(server_host_private, &signature, &slen, hash,
169 kex_derive_keys(kex, hash, hashlen, shared_secret);
H A Dkexecdhc.c58 u_char *kbuf, *hash; local
140 &hash, &hashlen
146 if (key_verify(server_host_key, signature, slen, hash, hashlen) != 1)
155 memcpy(kex->session_id, hash, kex->session_id_len);
158 kex_derive_keys(kex, hash, hashlen, shared_secret);
H A Dkexecdhs.c60 u_char *kbuf, *hash; local
133 &hash, &hashlen
141 memcpy(kex->session_id, hash, kex->session_id_len);
146 hash, hashlen)) < 0)
163 kex_derive_keys(kex, hash, hashlen, shared_secret);
H A Dkexgexc.c59 u_char *kbuf, *hash, *signature = NULL, *server_host_key_blob = NULL; local
188 &hash, &hashlen
196 if (key_verify(server_host_key, signature, slen, hash, hashlen) != 1)
205 memcpy(kex->session_id, hash, kex->session_id_len);
207 kex_derive_keys(kex, hash, hashlen, shared_secret);
H A Dkexgexs.c63 u_char *kbuf, *hash, *signature = NULL, *server_host_key_blob = NULL; local
182 &hash, &hashlen
190 memcpy(kex->session_id, hash, kex->session_id_len);
194 if (PRIVSEP(key_sign(server_host_private, &signature, &slen, hash,
213 kex_derive_keys(kex, hash, hashlen, shared_secret);
/macosx-10.9.5/Security-55471.14.18/libsecurity_apple_csp/open_ssl/openssl/
H A Dlhash.h77 /* Header for dynamic hash table routines
97 unsigned long hash; member in struct:lhash_node_st
105 unsigned long (*hash)(); member in struct:lhash_st
/macosx-10.9.5/SecurityTool-55115/
H A Didentity_prefs.c49 const char *hash)
60 // find identity (if specified by name or hash)
61 if (identity || hash) {
62 identityRef = find_identity(keychainOrArray, identity, hash, keyUsage);
64 sec_error("No matching identity found for \"%s\"", (hash) ? hash : identity);
141 fprintf(stdout, "SHA-1 hash: ");
177 char *identity = NULL, *service = NULL, *hash = NULL; local
187 * " -Z Specify identity by SHA-1 hash of certificate (optional)\n"
207 hash
45 do_set_identity_preference(CFTypeRef keychainOrArray, const char *identity, const char *service, CSSM_KEYUSE keyUsage, const char *hash) argument
[all...]
/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DDocumentSharedObjectPool.cpp48 unsigned hash() const function in class:WebCore::ShareableElementDataCacheKey
74 unsigned cacheHash = cacheKey.hash();
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/filters/
H A DCustomFilterProgramInfo.cpp42 return string.isNull() ? 0 : DefaultHash<String>::Hash::hash(string);
78 unsigned CustomFilterProgramInfo::hash() const function in class:WebCore::CustomFilterProgramInfo
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/freetype/
H A DFontPlatformData.h82 unsigned hash() const function in class:WebCore::FontPlatformData
84 return PtrHash<cairo_scaled_font_t*>::hash(m_scaledFont);
/macosx-10.9.5/WebCore-7537.78.1/workers/
H A DWorkerLocation.idl43 readonly attribute DOMString hash;
/macosx-10.9.5/libstdcxx-60/include/c++/4.2.1/ext/pb_ds/detail/gp_hash_table_map_/
H A Dinsert_no_store_hash_fn_imps.hpp45 * when the hash value is not stored.
53 size_type hash = ranged_probe_fn_base::operator()(r_key); local
63 const size_type pos = ranged_probe_fn_base::operator()(r_key, hash, i);
/macosx-10.9.5/libstdcxx-60/include/c++/4.2.1/ext/pb_ds/detail/hash_fn/
H A Dranged_hash_fn.hpp44 * Contains a unified ranged hash functor, allowing the hash tables
72 * The client supplies a hash function and a ranged hash function,
73 * and requests that hash values not be stored.
154 * The client supplies a hash function and a ranged hash function,
155 * and requests that hash values be stored.
227 const size_type hash = hash_fn_base::operator()(r_key); local
228 return std::make_pair(comb_hash_fn_base::operator()(hash), has
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/otp/
H A Dotp.tcl353 array set opts {-hash md5 -seed {} -count 0 -hex 0 -words 0}
359 -hash { set opts(-hash) [Pop args 1] }
378 switch -exact -- $opts(-hash) {
384 return -code error "invalid hash type \"$opts(-hash)\":\
406 return [eval [linsert $args 0 [namespace current]::otp -hash md4]]
411 return [eval [linsert $args 0 [namespace current]::otp -hash md5]]
417 return [eval [linsert $args 0 [namespace current]::otp -hash sha1]]
422 return [eval [linsert $args 0 [namespace current]::otp -hash rmd16
[all...]
/macosx-10.9.5/CPANInternal-140/Class-DBI-AbstractSearch/lib/Class/DBI/
H A DAbstractSearch.pm72 Takes a hash to specify WHERE clause. See L<SQL::Abstract> for hash
77 Takes hash reference to specify WHERE clause. See L<SQL::Abstract>
78 for hash options. Takes a hash reference to specify additional query
/macosx-10.9.5/Heimdal-323.92.1/lib/asn1/
H A Dhash.c42 static Hashentry *_search(Hashtab * htab, /* The hash table */
48 unsigned (*hash) (void *))
63 htab->hash = hash;
77 for (hptr = htab->tab[(*htab->hash) (ptr) % htab->sz];
85 /* Search for element in hash table */
96 /* add element to hash table */
115 tabptr = &htab->tab[(*htab->hash) (ptr) % htab->sz];
163 /* standard hash-functions for strings */
167 { /* Standard hash functio
[all...]
/macosx-10.9.5/libxslt-13/libxslt/libexslt/
H A Dsaxon.c14 #include <libxml/hash.h>
81 xmlHashTablePtr hash; local
95 hash = (xmlHashTablePtr) xsltGetExtData(tctxt,
98 ret = xmlHashLookup(hash, arg);
109 xmlHashAddEntry(hash, arg, (void *) ret);
/macosx-10.9.5/tcl-102/tcl/tcl/generic/
H A DtclHash.c4 * Implementation of in-memory hash tables for Tcl and Tcl-based
26 * When there are this many entries per bucket, on average, rebuild the hash
33 * The following macro takes a preliminary integer hash value and produces an
34 * index into a hash tables bucket list. The idea is to make it so that
36 * buckets. The hash function was taken from a random-number generator.
43 * Prototypes for the array hash key methods.
51 * Prototypes for the one word hash key methods.
62 * Prototypes for the string hash key methods.
112 * Given storage for a hash table, set up the fields to prepare the hash
269 unsigned int hash; local
1058 unsigned int hash; local
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/gssapi/krb5/
H A Dunwrap.c52 u_char hash[16]; local
131 CCDigestFinal(md5, hash);
137 DES_cbc_cksum ((void *)hash, (void *)hash, sizeof(hash),
140 CCDesCBCCksum(hash, hash, sizeof(hash), deskey, sizeof(deskey), &zero);
142 if (ct_memcmp (p - 8, hash, 8) != 0)
152 EVP_CipherInit_ex(&des_ctx, EVP_des_cbc(), NULL, key->keyvalue.data, hash,
[all...]
H A Dverify_mic.c52 u_char hash[16], *seq; local
81 CCDigestFinal(md5, hash);
89 DES_cbc_cksum ((void *)hash, (void *)hash, sizeof(hash),
92 CCDesCBCCksum(hash, hash, sizeof(hash), deskey, sizeof(deskey), &zero);
94 if (ct_memcmp (p - 8, hash, 8) != 0) {
107 EVP_CipherInit_ex(&des_ctx, EVP_des_cbc(), NULL, key->keyvalue.data, hash,
[all...]
H A Dget_mic.c51 u_char hash[16]; local
88 CCDigestFinal(md5, hash);
95 DES_cbc_cksum ((void *)hash, (void *)hash, sizeof(hash),
98 CCDesCBCCksum(hash, hash, sizeof(hash), deskey, sizeof(deskey), &zero);
100 memcpy (p - 8, hash, 8); /* SGN_CKSUM */
/macosx-10.9.5/ICU-511.35/icuSources/common/unicode/
H A Dstringtriebuilder.h189 Node(int32_t initialHash) : hash(initialHash), offset(0) {}
190 inline int32_t hashCode() const { return hash; }
240 int32_t hash; member in class:StringTrieBuilder::Node
270 hash=hash*37+v;
331 hash=(hash*37+c)*37+value;
339 hash=(hash*37+c)*37+hashCode(node);
/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/CDBICompat/
H A DColumnsAsHash.pm10 DBIx::Class::CDBICompat::ColumnsAsHash - Emulates the behavior of Class::DBI where the object can be accessed as a hash of columns.
18 Emulates the I<undocumnted> behavior of Class::DBI where the object can be accessed as a hash of columns. This is often used as a performance hack.
24 If C<DBIC_CDBICOMPAT_HASH_WARN> is true it will warn when a column is accessed as a hash key.
54 warn "Skipping mapping $col to a hash key because it exists";
83 carp "Column '$col' of '$class/$id' was fetched as a hash"
97 carp "Column '$col' of '$class/$id' was stored as a hash"
/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecode/
H A DDFGExitProfile.h77 unsigned hash() const function in class:JSC::DFG::FrequentExitSite
96 static unsigned hash(const FrequentExitSite& key) { return key.hash(); } function in struct:JSC::DFG::FrequentExitSiteHash

Completed in 413 milliseconds

1234567891011>>