Searched refs:SIPHASH_KEY (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/fs/bcachefs/ |
D | siphash.h | 67 } SIPHASH_KEY; typedef 69 void SipHash_Init(SIPHASH_CTX *, const SIPHASH_KEY *); 73 u64 SipHash(const SIPHASH_KEY *, int, int, const void *, size_t);
|
D | siphash.c | 86 void SipHash_Init(SIPHASH_CTX *ctx, const SIPHASH_KEY *key) in SipHash_Init() 166 u64 SipHash(const SIPHASH_KEY *key, int rc, int rf, const void *src, size_t len) in SipHash()
|
D | str_hash.h | 41 SIPHASH_KEY siphash_key;
|