Searched defs:isc_sha1_t (Results 1 - 1 of 1) sorted by relevance
/bind-9.11.3/lib/isc/include/isc/ | ||
H A D | sha1.h | 38 } isc_sha1_t; typedef in typeref:struct:__anon244 43 typedef pk11_context_t isc_sha1_t; typedef 51 } isc_sha1_t; typedef in typeref:struct:__anon245 57 isc_sha1_init(isc_sha1_t *ctx); 60 isc_sha1_invalidate(isc_sha1_t *ctx); 63 isc_sha1_update(isc_sha1_t *ctx, const unsigned char *data, unsigned int len); 66 isc_sha1_final(isc_sha1_t *ctx, unsigned char *digest); |
Completed in 9 milliseconds