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

/bind-9.11.3/lib/isc/include/isc/
H A Dhmacsha.h46 typedef isc_hmacsha_t isc_hmacsha512_t; typedef
55 typedef pk11_context_t isc_hmacsha512_t; typedef
82 } isc_hmacsha512_t; typedef in typeref:struct:__anon234
163 isc_hmacsha512_init(isc_hmacsha512_t *ctx, const unsigned char *key,
167 isc_hmacsha512_invalidate(isc_hmacsha512_t *ctx);
170 isc_hmacsha512_update(isc_hmacsha512_t *ctx, const unsigned char *buf,
174 isc_hmacsha512_sign(isc_hmacsha512_t *ctx, unsigned char *digest, size_t len);
177 isc_hmacsha512_verify(isc_hmacsha512_t *ctx, unsigned char *digest, size_t len);

Completed in 9 milliseconds