Searched refs:witness_hash_djb2 (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/sys/kern/
H A Dsubr_witness.c348 static uint32_t witness_hash_djb2(const uint8_t *key, uint32_t size);
2813 witness_hash_djb2(const uint8_t *key, uint32_t size) function
2870 hash = witness_hash_djb2(key, 0) % w_hash.wh_size;
2896 hash = witness_hash_djb2(w->w_name, 0) % w_hash.wh_size;
2919 hash = witness_hash_djb2((const char*)&key,
2966 hash = witness_hash_djb2((const char*)&key,

Completed in 108 milliseconds