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

/bind-9.6-ESV-R11/lib/isc/include/isc/
H A Dhmacsha.h56 } isc_hmacsha384_t; typedef in typeref:struct:__anon163
120 isc_hmacsha384_init(isc_hmacsha384_t *ctx, const unsigned char *key,
124 isc_hmacsha384_invalidate(isc_hmacsha384_t *ctx);
127 isc_hmacsha384_update(isc_hmacsha384_t *ctx, const unsigned char *buf,
131 isc_hmacsha384_sign(isc_hmacsha384_t *ctx, unsigned char *digest, size_t len);
134 isc_hmacsha384_verify(isc_hmacsha384_t *ctx, unsigned char *digest, size_t len);

Completed in 45 milliseconds