HomeSort by: relevance | last modified time | path
    Searched refs:toeplitz_vhash (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/net/
rss_config.c 118 return toeplitz_vhash(key, sizeof(key),
130 return toeplitz_vhash(key, sizeof(key),
139 return toeplitz_vhash(key, sizeof(key),
151 return toeplitz_vhash(key, sizeof(key),
163 return toeplitz_vhash(key, sizeof(key),
172 return toeplitz_vhash(key, sizeof(key),
181 return toeplitz_vhash(key, sizeof(key),
216 return toeplitz_vhash(key, sizeof(key),
228 return toeplitz_vhash(key, sizeof(key),
237 return toeplitz_vhash(key, sizeof(key)
    [all...]
toeplitz.h 127 uint32_t toeplitz_vhash(const uint8_t *, size_t, ...);
toeplitz.c 237 * toeplitz_vhash(rsskey[], sizeof(rsskey),
245 * toeplitz_vhash(rsskey[], sizeof(rsskey),
252 * toeplitz_vhash(rsskey[], sizeof(rsskey),
261 toeplitz_vhash(const uint8_t *keyp, size_t keylen, ...) function in typeref:typename:uint32_t

Completed in 13 milliseconds