Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/
H A Dconfig.h.in1564 typedef struct _SHA512_CTX { struct
1565 uint64_t state[8];
1566 uint64_t bitcount[2];
1567 uint8_t buffer[SHA512_BLOCK_LENGTH];
/freebsd/contrib/unbound/compat/
H A Dsha512.c53 typedef struct _SHA512_CTX { struct
54 uint64_t state[8];
55 uint64_t bitcount[2];
56 uint8_t buffer[SHA512_BLOCK_LENGTH];
/freebsd/lib/libunbound/
H A Dconfig.h1565 typedef struct _SHA512_CTX { struct
1566 uint64_t state[8];
1567 uint64_t bitcount[2];
1568 uint8_t buffer[SHA512_BLOCK_LENGTH];