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

/bind-9.6-ESV-R11/lib/isc/include/isc/
H A Dhmacsha.h46 } isc_hmacsha224_t; typedef in typeref:struct:__anon161
84 isc_hmacsha224_init(isc_hmacsha224_t *ctx, const unsigned char *key,
88 isc_hmacsha224_invalidate(isc_hmacsha224_t *ctx);
91 isc_hmacsha224_update(isc_hmacsha224_t *ctx, const unsigned char *buf,
95 isc_hmacsha224_sign(isc_hmacsha224_t *ctx, unsigned char *digest, size_t len);
98 isc_hmacsha224_verify(isc_hmacsha224_t *ctx, unsigned char *digest, size_t len);

Completed in 665 milliseconds