CK_HS_HASH(3) invoke hash function with hash set seed

LIBRARY

Concurrency Kit (libck, -lck)

SYNOPSIS

In ck_hs.h Ft unsigned long Fn CK_HS_HASH ck_hs_t *hs ck_hs_hash_cb_t *hf const void *key

DESCRIPTION

The Fn CK_HS_HASH 3 macro will invoke the hash function pointed to by the Fa hf argument with the seed value associated with Fa hs and the key pointer specified by the Fa key argument.

RETURN VALUES

This function will return the value returned by the Fa hf function.

ERRORS

It is expected Fa hs was previously initialized via Fn ck_hs_init 3 .