Home
last modified time | relevance | path

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

/freebsd/sys/crypto/sha2/
H A Dsha384.h38 typedef struct SHA384Context { struct
39 uint64_t state[8];
40 uint64_t count[2];
41 uint8_t buf[SHA384_BLOCK_LENGTH];