Searched defs:HashKey (Results 1 - 7 of 7) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsTHashtable.cpp50 PRUint32 nsIDHashKey::HashKey(const nsID* id) function in class:nsIDHashKey
H A DnsDoubleHashtable.h176 * static PLDHashNumber HashKey(const void* aKey) - get a hashcode based on the
215 ENTRY_CLASS##HashKey(PLDHashTable* table, const void* key) \
217 return ENTRY_CLASS::HashKey(key); \
259 ENTRY_CLASS##HashKey, \
421 static PLDHashNumber HashKey(const void* key) { function in class:PLDHashStringEntry
444 static PLDHashNumber HashKey(const void* key) { function in class:PLDHashCStringEntry
467 static PLDHashNumber HashKey(const void* key) { function in class:PLDHashInt32Entry
491 static PLDHashNumber HashKey(const void* key) { function in class:PLDHashVoidEntry
H A DnsHashKeys.h52 * standard HashKey classes for nsBaseHashtable and relatives. Each of these
87 static PLDHashNumber HashKey(const KeyTypePointer aKey) function in class:nsStringHashKey
118 static PLDHashNumber HashKey(KeyTypePointer aKey) function in class:nsCStringHashKey
148 static PLDHashNumber HashKey(KeyTypePointer aKey) { return *aKey; } function in class:nsUint32HashKey
178 static PLDHashNumber HashKey(KeyTypePointer aKey) function in class:nsISupportsHashKey
211 static PLDHashNumber HashKey(KeyTypePointer aKey) function in class:nsVoidPtrHashKey
242 static PLDHashNumber HashKey(KeyTypePointer aKey);
277 static PLDHashNumber HashKey(const char* aKey) { return nsCRT::HashCode(aKey); } function in class:nsDepCharHashKey
307 static PLDHashNumber HashKey(KeyTypePointer aKey) { return nsCRT::HashCode(aKey); } function in class:nsCharPtrHashKey
/vbox/src/VBox/Additions/haiku/SharedFolders/
H A Dvnode_cache.cpp54 size_t HashKey(uint32 key) const function in struct:HashTableDefinition
61 return HashKey(value->vnode);
/vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/dconnect/src/
H A DipcDConnectService.h129 static PLDHashNumber HashKey(KeyTypePointer aKey) { function in class:DConnectInstanceKey
132 nsIDHashKey::HashKey(aKey->mIID);
187 static PLDHashNumber HashKey(KeyTypePointer aKey) { function in class:DConnectStubKey
/vbox/src/libs/xpcom18a4/xpcom/tests/
H A DTestHashtables.cpp108 static PLDHashNumber HashKey(const char* aEntity) { return nsCRT::HashCode(aEntity); } function in class:EntityToUnicodeEntry
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/IpSecDxe/Ikev2/
H A DUtility.c2526 @param[in] HashKey Pointer to a key buffer which contains hash key.
2527 @param[in] HashKeyLength The length of HashKey in bytes.
2543 IN UINT8 *HashKey,
2585 HashKey,
2645 HashKey,
2541 Ikev2SaGenerateKey( IN UINT8 HashAlgId, IN UINT8 *HashKey, IN UINTN HashKeyLength, IN OUT UINT8 *OutputKey, IN UINTN OutputKeyLength, IN PRF_DATA_FRAGMENT *Fragments, IN UINTN NumFragments ) argument

Completed in 55 milliseconds