Home
last modified time | relevance | path

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

/freebsd/sys/crypto/sha2/
H A Dsha256.h38 typedef struct SHA256Context { struct
39 uint32_t state[8];
40 uint64_t count;
41 uint8_t buf[SHA256_BLOCK_LENGTH];