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

/bind-9.6-ESV-R11/lib/isc/include/isc/
H A Dsha2.h90 } isc_sha256_t; typedef in typeref:struct:__anon174
101 typedef isc_sha256_t isc_sha224_t;
113 void isc_sha256_init (isc_sha256_t *);
114 void isc_sha256_invalidate (isc_sha256_t *);
115 void isc_sha256_update (isc_sha256_t *, const isc_uint8_t *, size_t);
116 void isc_sha256_final (isc_uint8_t[ISC_SHA256_DIGESTLENGTH], isc_sha256_t *);
117 char *isc_sha256_end (isc_sha256_t *, char[ISC_SHA256_DIGESTSTRINGLENGTH]);

Completed in 399 milliseconds