Searched refs:SipHash_End (Results 1 - 2 of 2) sorted by relevance

/linux-master/fs/bcachefs/
H A Dsiphash.h71 u64 SipHash_End(SIPHASH_CTX *, int, int);
77 #define SipHash24_End(_d) SipHash_End((_d), 2, 4)
83 #define SipHash48_End(_d) SipHash_End((_d), 4, 8)
H A Dsiphash.c142 r = SipHash_End(ctx, rc, rf);
147 u64 SipHash_End(SIPHASH_CTX *ctx, int rc, int rf) function
172 return SipHash_End(&ctx, rc, rf);

Completed in 481 milliseconds