Searched refs:SipHash24_End (Results 1 – 2 of 2) sorted by relevance
/linux/fs/bcachefs/ | ||
H A D | siphash.h | 77 #define SipHash24_End(_d) SipHash_End((_d), 2, 4) macro |
H A D | str_hash.h | 126 return SipHash24_End(&ctx->siphash) >> 1; in bch2_str_hash_end() |