Searched refs:SipHash_Update (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/fs/bcachefs/ |
D | siphash.h | 70 void SipHash_Update(SIPHASH_CTX *, int, int, const void *, size_t); 76 #define SipHash24_Update(_c, _p, _l) SipHash_Update((_c), 2, 4, (_p), (_l)) 82 #define SipHash48_Update(_c, _p, _l) SipHash_Update((_c), 4, 8, (_p), (_l))
|
D | siphash.c | 102 void SipHash_Update(SIPHASH_CTX *ctx, int rc, int rf, in SipHash_Update() function 171 SipHash_Update(&ctx, rc, rf, src, len); in SipHash()
|