Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/openbsd-compat/
H A Dsha2.h66 typedef struct _SHA2_CTX { struct
67 union {
70 } state;
71 u_int64_t bitcount[2];
72 u_int8_t buffer[SHA512_BLOCK_LENGTH];