Home
last modified time | relevance | path

Searched defs:_SIPHASH_CTX (Results 1 – 1 of 1) sorted by relevance

/dragonfly/sys/crypto/siphash/
H A Dsiphash.h52 typedef struct _SIPHASH_CTX { struct
53 uint64_t v[4];
54 union {
57 } buf;
58 uint64_t bytes;
59 uint8_t buflen;
60 uint8_t rounds_compr;
61 uint8_t rounds_final;
62 uint8_t initialized;