Searched refs:SipHash_Final (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/fs/bcachefs/ |
D | siphash.h | 72 void SipHash_Final(void *, SIPHASH_CTX *, int, int); 78 #define SipHash24_Final(_d, _c) SipHash_Final((_d), (_c), 2, 4) 84 #define SipHash48_Final(_d, _c) SipHash_Final((_d), (_c), 4, 8)
|
D | siphash.c | 138 void SipHash_Final(void *dst, SIPHASH_CTX *ctx, int rc, int rf) in SipHash_Final() function
|