Searched defs:isc_sha512_t (Results 1 - 1 of 1) sorted by relevance

/bind-9.6-ESV-R11/lib/isc/include/isc/
H A Dsha2.h99 } isc_sha512_t; typedef in typeref:struct:__anon175
102 typedef isc_sha512_t isc_sha384_t;
127 void isc_sha512_init (isc_sha512_t *);
128 void isc_sha512_invalidate (isc_sha512_t *);
129 void isc_sha512_update (isc_sha512_t *, const isc_uint8_t *, size_t);
130 void isc_sha512_final (isc_uint8_t[ISC_SHA512_DIGESTLENGTH], isc_sha512_t *);
131 char *isc_sha512_end (isc_sha512_t *, char[ISC_SHA512_DIGESTSTRINGLENGTH]);

Completed in 9 milliseconds