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

/bind-9.11.3/lib/dns/
H A Ddst_gost.h26 } isc_gost_t; typedef in typeref:struct:__anon104
32 typedef pk11_context_t isc_gost_t; typedef
40 isc_gost_init(isc_gost_t *ctx);
43 isc_gost_invalidate(isc_gost_t *ctx);
46 isc_gost_update(isc_gost_t *ctx, const unsigned char *data, unsigned int len);
49 isc_gost_final(isc_gost_t *ctx, unsigned char *digest);

Completed in 29 milliseconds