Searched refs:hash (Results 276 - 300 of 1323) sorted by relevance

<<11121314151617181920>>

/macosx-10.10/Security-57031.1.35/Security/libsecurity_codesigning/lib/
H A DRequirements.cpp85 CFHashCode SecRequirement::hash() function in class:Security::CodeSigning::SecRequirement
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DIdentity.h57 CFHashCode hash();
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DIdentity.h57 CFHashCode hash();
/macosx-10.10/Security-57031.1.35/Security/libsecurity_ssl/Security/
H A Dtls_ssl.h74 SSL_HashAlgorithm hash); //only used in TLS 1.2
/macosx-10.10/Security-57031.1.35/Security/libsecurity_ssl/lib/
H A Dtls_ssl.h74 SSL_HashAlgorithm hash); //only used in TLS 1.2
/macosx-10.10/Security-57031.1.35/Security/libsecurity_ssl/security_ssl/
H A Dtls_ssl.h74 SSL_HashAlgorithm hash); //only used in TLS 1.2
/macosx-10.10/Security-57031.1.35/SecurityTool/
H A Dkeychain_find.h65 const char *hash);
/macosx-10.10/WebCore-7600.1.25/html/
H A DHTMLAnchorElement.idl40 readonly attribute DOMString hash;
48 [TreatNullAs=NullString] attribute DOMString hash;
/macosx-10.10/WebCore-7600.1.25/page/
H A DSessionIDHash.h37 static unsigned hash(const WebCore::SessionID& p) { return (unsigned)p.sessionID(); } function in struct:WTF::SessionIDHash
/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DIntPointHash.h31 static unsigned hash(const WebCore::IntPoint& p) { return pairIntHash(p.x(), p.y()); } function in struct:WTF::IntPointHash
H A DIntSizeHash.h30 static unsigned hash(const WebCore::IntSize& key) { return pairIntHash(key.width(), key.height()); } function in struct:WTF::IntHash
H A DWidthCache.h42 // Used to optimize small strings as hash table keys. Avoids malloc'ing an out-of-line StringImpl.
80 m_hash = hasher.hash();
85 unsigned hash() const { return m_hash; } function in class:WebCore::WidthCache::SmallStringKey
101 static unsigned hash(const SmallStringKey& key) { return key.hash(); } function in struct:WebCore::WidthCache::SmallStringKeyHash
/macosx-10.10/WebCore-7600.1.25/svg/properties/
H A DSVGAnimatedPropertyDescription.h69 static unsigned hash(const SVGAnimatedPropertyDescription& key) function in struct:WebCore::SVGAnimatedPropertyDescriptionHash
/macosx-10.10/WebCore-7600.1.25/workers/
H A DWorkerLocation.cpp70 String WorkerLocation::hash() const function in class:WebCore::WorkerLocation
H A DWorkerLocation.h56 String hash() const;
/macosx-10.10/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/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/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/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/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/syslog-267/libsystem_asl.tproj/include/
H A Dasl_legacy1.h72 uint32_t hash; member in struct:__anon12680
/macosx-10.10/CPANInternal-159.1/Graph-0.94/lib/Graph/
H A DAttribute.pm22 } elsif (exists $attr{hash}) {
23 my $k = $attr{hash};
/macosx-10.10/CPANInternal-159.1/Graph-0.96/lib/Graph/
H A DAttribute.pm22 } elsif (exists $attr{hash}) {
23 my $k = $attr{hash};
/macosx-10.10/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/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();

Completed in 147 milliseconds

<<11121314151617181920>>