Searched refs:SipHash_Final (Results 1 – 2 of 2) sorted by relevance
| /linux/fs/bcachefs/ |
| A 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)
|
| A D | siphash.c | 138 void SipHash_Final(void *dst, SIPHASH_CTX *ctx, int rc, int rf) in SipHash_Final() function
|
Completed in 5 milliseconds