Home
last modified time | relevance | path

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

/freebsd/sys/contrib/libb2/
H A Dblake2.h86 typedef struct __blake2s_state struct
88 uint32_t h[8];
89 uint32_t t[2];
90 uint32_t f[2];
91 uint8_t buf[2 * BLAKE2S_BLOCKBYTES];
92 uint32_t buflen;
93 uint8_t outlen;
94 uint8_t last_node;