Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/providers/implementations/include/prov/
H A Dblake2.h45 struct blake2s_ctx_st { struct
46 uint32_t h[8];
47 uint32_t t[2];
48 uint32_t f[2];
49 uint8_t buf[BLAKE2S_BLOCKBYTES];
50 size_t buflen;
51 size_t outlen;