Searched defs:blake2b_state (Results 1 – 1 of 1) sorted by relevance
38 struct blake2b_state { struct39 u64 h[8];40 u64 t[2];41 u64 f[2];42 u8 buf[BLAKE2B_BLOCKBYTES];43 size_t buflen;