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

/bind-9.6-ESV-R11/lib/isc/include/isc/
H A Dhmacsha.h51 } isc_hmacsha256_t; typedef in typeref:struct:__anon162
102 isc_hmacsha256_init(isc_hmacsha256_t *ctx, const unsigned char *key,
106 isc_hmacsha256_invalidate(isc_hmacsha256_t *ctx);
109 isc_hmacsha256_update(isc_hmacsha256_t *ctx, const unsigned char *buf,
113 isc_hmacsha256_sign(isc_hmacsha256_t *ctx, unsigned char *digest, size_t len);
116 isc_hmacsha256_verify(isc_hmacsha256_t *ctx, unsigned char *digest, size_t len);

Completed in 1264 milliseconds