Home
last modified time | relevance | path

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

/third_party/openssl/crypto/blake2/
Dblake2_local.h46 struct blake2s_ctx_st { struct
47 uint32_t h[8];
48 uint32_t t[2];
49 uint32_t f[2];
50 uint8_t buf[BLAKE2S_BLOCKBYTES];
51 size_t buflen;