Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl/dist/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;
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/blake2/
H A 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;