Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/sqlite2mdoc/
H A Dconfig.h140 typedef struct _SHA2_CTX { struct
141 union {
144 } state;
145 uint64_t bitcount[2];
146 uint8_t buffer[SHA512_BLOCK_LENGTH];