Home
last modified time | relevance | path

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

/dragonfly/sys/crypto/sha2/
H A Dsha2.h105 typedef struct _SHA512_CTX { struct
106 u_int64_t state[8];
107 u_int64_t bitcount[2];
108 u_int8_t buffer[SHA512_BLOCK_LENGTH];