Home
last modified time | relevance | path

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

/openssl/providers/implementations/include/prov/
H A Dblake2.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;
52 size_t outlen;

Completed in 5 milliseconds