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

/bind-9.11.3/lib/isc/include/isc/
H A Dsha2.h88 typedef isc_sha2_t isc_sha256_t; typedef
94 typedef pk11_context_t isc_sha256_t; typedef
106 } isc_sha256_t; typedef in typeref:struct:__anon247
118 typedef isc_sha256_t isc_sha224_t;
132 void isc_sha256_init (isc_sha256_t *);
133 void isc_sha256_invalidate (isc_sha256_t *);
134 void isc_sha256_update (isc_sha256_t *, const isc_uint8_t *, size_t);
135 void isc_sha256_final (isc_uint8_t[ISC_SHA256_DIGESTLENGTH], isc_sha256_t *);
136 char *isc_sha256_end (isc_sha256_t *, char[ISC_SHA256_DIGESTSTRINGLENGTH]);

Completed in 10 milliseconds