Searched refs:SipHash_InitX (Results 1 – 2 of 2) sorted by relevance
| /src/sys/crypto/siphash/ |
| H A D | siphash.h | 66 #define SipHash24_Init(x) SipHash_InitX((x), 2, 4) 67 #define SipHash48_Init(x) SipHash_InitX((x), 4, 8) 68 void SipHash_InitX(SIPHASH_CTX *, int, int);
|
| H A D | siphash.c | 55 SipHash_InitX(SIPHASH_CTX *ctx, int rc, int rf) in SipHash_InitX() function 205 SipHash_InitX(ctx, rc, rf); in SipHashX()
|