Home
last modified time | relevance | path

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

/f-stack/freebsd/crypto/siphash/
H A Dsiphash.h68 #define SipHash24_Init(x) SipHash_InitX((x), 2, 4)
69 #define SipHash48_Init(x) SipHash_InitX((x), 4, 8)
70 void SipHash_InitX(SIPHASH_CTX *, int, int);
H A Dsiphash.c58 SipHash_InitX(SIPHASH_CTX *ctx, int rc, int rf) in SipHash_InitX() function
203 SipHash_InitX(ctx, rc, rf); in SipHashX()