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

/bind-9.11.3/lib/isc/include/isc/
H A Dhmacsha.h45 typedef isc_hmacsha_t isc_hmacsha384_t; typedef
54 typedef pk11_context_t isc_hmacsha384_t; typedef
77 } isc_hmacsha384_t; typedef in typeref:struct:__anon233
145 isc_hmacsha384_init(isc_hmacsha384_t *ctx, const unsigned char *key,
149 isc_hmacsha384_invalidate(isc_hmacsha384_t *ctx);
152 isc_hmacsha384_update(isc_hmacsha384_t *ctx, const unsigned char *buf,
156 isc_hmacsha384_sign(isc_hmacsha384_t *ctx, unsigned char *digest, size_t len);
159 isc_hmacsha384_verify(isc_hmacsha384_t *ctx, unsigned char *digest, size_t len);

Completed in 10 milliseconds