Home
last modified time | relevance | path

Searched refs:SipHash_Update (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/fs/bcachefs/
Dsiphash.h70 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))
Dsiphash.c102 void SipHash_Update(SIPHASH_CTX *ctx, int rc, int rf, in SipHash_Update() function
171 SipHash_Update(&ctx, rc, rf, src, len); in SipHash()