Re: Hashing function in WDK?

There are undocumented hash functions defined in ntddk.h.

Bill Wandel

On 2014-07-02 11:42, Mark Roddy wrote:

There are btrees for fast lookup. See RTLINITIALIZEGENERICTABLE and friends, although the assumption is that you are implementing a file system filter driver.

Mark Roddy

On Wed, Jul 2, 2014 at 7:55 AM, wrote:
>
>> Hello,
>>
>> Is there any hashing function available for windows kernel development?
>> I’m thinking to use hashing for faster lookup in containers (e.g. in lists).
>>
>> Thanks!
>>
>> —
>> NTDEV is sponsored by OSR
>>
>> Visit the list at: http://www.osronline.com/showlists.cfm?list=ntdev [1]
>>
>> OSR is HIRING!! See http://www.osr.com/careers [2]
>>
>> For our schedule of WDF, WDM, debugging and other seminars visit:
>> http://www.osr.com/seminars [3]
>>
>> To unsubscribe, visit the List Server section of OSR Online at http://www.osronline.com/page.cfm?name=ListServer [4]
> — NTDEV is sponsored by OSR Visit the list at: http://www.osronline.com/showlists.cfm?list=ntdev OSR is HIRING!! See http://www.osr.com/careers For our schedule of WDF, WDM, debugging and other seminars visit: http://www.osr.com/seminars To unsubscribe, visit the List Server section of OSR Online at http://www.osronline.com/page.cfm?name=ListServer

Links:
------
[1] http://www.osronline.com/showlists.cfm?list=ntdev
[2] http://www.osr.com/careers
[3] http://www.osr.com/seminars
[4] http://www.osronline.com/page.cfm?name=ListServer