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

/bind-9.11.3/lib/isc/include/isc/
H A Dhmacsha.h44 typedef isc_hmacsha_t isc_hmacsha256_t; typedef
53 typedef pk11_context_t isc_hmacsha256_t; typedef
72 } isc_hmacsha256_t; typedef in typeref:struct:__anon232
127 isc_hmacsha256_init(isc_hmacsha256_t *ctx, const unsigned char *key,
131 isc_hmacsha256_invalidate(isc_hmacsha256_t *ctx);
134 isc_hmacsha256_update(isc_hmacsha256_t *ctx, const unsigned char *buf,
138 isc_hmacsha256_sign(isc_hmacsha256_t *ctx, unsigned char *digest, size_t len);
141 isc_hmacsha256_verify(isc_hmacsha256_t *ctx, unsigned char *digest, size_t len);

Completed in 10 milliseconds