Searched refs:SIPHASH_CTX (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/sys/crypto/siphash/
H A Dsiphash.h40 * struct SIPHASH_CTX ctx;
65 } SIPHASH_CTX; typedef in typeref:struct:_SIPHASH_CTX
70 void SipHash_InitX(SIPHASH_CTX *, int, int);
71 void SipHash_SetKey(SIPHASH_CTX *,
73 void SipHash_Update(SIPHASH_CTX *, const void *, size_t);
74 void SipHash_Final(uint8_t[__min_size(SIPHASH_DIGEST_LENGTH)], SIPHASH_CTX *);
75 uint64_t SipHash_End(SIPHASH_CTX *);
79 uint64_t SipHashX(SIPHASH_CTX *, int, int,
H A Dsiphash.c55 static void SipRounds(SIPHASH_CTX *ctx, int final);
58 SipHash_InitX(SIPHASH_CTX *ctx, int rc, int rf)
74 SipHash_SetKey(SIPHASH_CTX *ctx, const uint8_t key[static SIPHASH_KEY_LENGTH])
94 SipBuf(SIPHASH_CTX *ctx, const uint8_t **src, size_t len, int final)
120 SipHash_Update(SIPHASH_CTX *ctx, const void *src, size_t len)
170 SipHash_Final(uint8_t dst[static SIPHASH_DIGEST_LENGTH], SIPHASH_CTX *ctx)
182 SipHash_End(SIPHASH_CTX *ctx)
199 SipHashX(SIPHASH_CTX *ctx, int rc, int rf,
213 SipRounds(SIPHASH_CTX *ctx, int final)
H A Dsiphash_test.c114 SIPHASH_CTX ctx;
/freebsd-13-stable/sys/netinet/
H A Dtcp_fastopen.c537 SIPHASH_CTX ctx;
562 SIPHASH_CTX ctx;
H A Dtcp_syncache.c2203 SIPHASH_CTX ctx;
H A Dtcp_subr.c3166 SIPHASH_CTX ctx;

Completed in 177 milliseconds