Home
last modified time | relevance | path

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

/freebsd/sys/contrib/libb2/
H A Dblake2.h112 typedef struct __blake2b_state struct
114 uint64_t h[8];
115 uint64_t t[2];
116 uint64_t f[2];
117 uint8_t buf[2 * BLAKE2B_BLOCKBYTES];
118 uint32_t buflen;
119 uint8_t outlen;
120 uint8_t last_node;