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.in1548 typedef struct _SHA512_CTX { struct
1549 uint64_t state[8];
1550 uint64_t bitcount[2];
1551 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.h1482 typedef struct _SHA512_CTX { struct
1483 uint64_t state[8];
1484 uint64_t bitcount[2];
1485 uint8_t buffer[SHA512_BLOCK_LENGTH];