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

/bind-9.11.3/lib/isc/include/isc/
H A Dhmacsha.h42 typedef isc_hmacsha_t isc_hmacsha1_t; typedef
51 typedef pk11_context_t isc_hmacsha1_t; typedef
62 } isc_hmacsha1_t; typedef in typeref:struct:__anon230
88 isc_hmacsha1_init(isc_hmacsha1_t *ctx, const unsigned char *key,
92 isc_hmacsha1_invalidate(isc_hmacsha1_t *ctx);
95 isc_hmacsha1_update(isc_hmacsha1_t *ctx, const unsigned char *buf,
99 isc_hmacsha1_sign(isc_hmacsha1_t *ctx, unsigned char *digest, size_t len);
102 isc_hmacsha1_verify(isc_hmacsha1_t *ctx, unsigned char *digest, size_t len);

Completed in 10 milliseconds