Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/net/
H A Dsiphash.h69 #define SipHash24_Init(x) SipHash_InitX((x), 2, 4)
70 #define SipHash48_Init(x) SipHash_InitX((x), 4, 8)
71 void SipHash_InitX(SIPHASH_CTX *, uint8_t, uint8_t);
H A Dsiphash.c55 SipHash_InitX(SIPHASH_CTX *ctx, uint8_t rc, uint8_t rf) in SipHash_InitX() function
218 SipHash_InitX(ctx, rc, rf); in SipHashX()